Hi Veydan, They won't because of the &. Just like in a normal shell, the & will make the command go in the background and return control to the shell, so they will all run simultaneously.
Lisa On Thu, Mar 17, 2011 at 8:31 AM, Veydan Wu <[email protected]> wrote: > Hi, Ali. Thank you for your reply. Will the programs run one after one > using this type of command? I want them to run concurrently on multiple > processors, although I rely on the Linux scheduler to assign the programs on > processors. > > > On Thu, Mar 17, 2011 at 12:42 AM, Ali Saidi <[email protected]> wrote: > >> Hi Veydan, >> >> You can do it just like you would run multiple programs from a single >> terminal normally. >> >> For example >> ./prog1 & >> ./prog2 & >> ./prog3 & >> >> >> Ali >> >> >> On Mar 16, 2011, at 11:12 PM, Veydan Wu wrote: >> >> > Hi, all. I am running Linux on M5 Alpha FS mode. I am confused in how to >> run multiple programs on M5 under FS mode. It seems that I can attach only >> one term for each FS mode execution, how and where can I designate multiple >> programs to run concurrently? Thank you in advance. >> _______________________________________________ >> > m5-users mailing list >> > [email protected] >> > http://m5sim.org/cgi-bin/mailman/listinfo/m5-users >> >> _______________________________________________ >> m5-users mailing list >> [email protected] >> http://m5sim.org/cgi-bin/mailman/listinfo/m5-users >> > > > > -- > Regards, > > Veydan > > _______________________________________________ > m5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/m5-users >
_______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
