On 18 Jan 2005 07:03:02 -0800, roberto <(E-Mail Removed)> wrote:
| Hi everybody,
| I want to run a job on both processors of a bi-processor xeon
| (2x1.7Go).
| when I simply run the job like this:
| prompt>./myjob
| it runs only on one processor of 1.7Ghz. This takes a long time untill
| the job is done!
| Is there any simple bash command to do so ? or do I need an additional
| parallelisation software like PVM, OpenMP or MPI ?
| thanx
If very much depends on how the program you run was written.
If the program only uses 1 logic thread (as most simple programs do)
then it can only be run on 1 processor. If it was written using threads
or seperate processes, then it can take advantage of 1 processor per
thread/process.
--
Reverend Paul Colquhoun, ULC.
http://andor.dropbear.id.au/~paulcol
Asking for technical help in newsgroups? Read this first:
http://catb.org/~esr/faqs/smart-questions.html#intro