Re: [Gems-users] run multi-program on gems


Date: Sun, 23 Mar 2008 08:36:53 -0600
From: Dan Gibson <degibson@xxxxxxxx>
Subject: Re: [Gems-users] run multi-program on gems
You can easily run multiple programs from the same console:

./myApp1 arg1 arg2 arg3 &
./myApp2 arg1 arg2 arg3 &
...

Regards,
Dan

wangzuo wrote:
> gems-users,您好!
>
> 	   I have installed solaris 10 in Gems.According to gems's script, I can load each benchmark into ruby. But, when I want to load multi-program to ruby, I find that only one text-console con0 is not enough, so i wonder that how can I add one or more text-consoles(or something others which I can use to input commands)? I search in simics forum but can not find the answer. Is there any one can help me?
>
>         致
> 礼!
>  				
>
>         wangzuo
>         qiushui@xxxxxxxxxx
>           2008-03-23
>
> _______________________________________________
> Gems-users mailing list
> Gems-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/gems-users
> Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/"; to your search.
>
>   

-- 
http://www.cs.wisc.edu/~gibson [esc]:wq!

[← Prev in Thread] Current Thread [Next in Thread→]