in reply to Re: My First POE - Simple Parallel Programming
in thread My First POE - Simple Parallel Programming
However, unless you have multiple CPUs, that will not run any faster than simply doing the two sequentially.Dear BrowserUK,
Then run it the following way with qsub command:perl junk6.pl
It will submit the job into a particular node of the 40 CPUs. Or is there any other way to do it?my_home_node $ qsub my_bash.sh
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: My First POE - Simple Parallel Programming
by BrowserUk (Patriarch) on Feb 03, 2006 at 20:06 UTC |