Networking Forums

Networking Forums > Computer Networking > Linux Networking > run a job on both processors of a bi-processor xeon

Reply
Thread Tools Display Modes

run a job on both processors of a bi-processor xeon

 
 
roberto
Guest
Posts: n/a

 
      01-18-2005, 02:03 PM
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
 
Reply With Quote
 
 
 
 
teuf
Guest
Posts: n/a

 
      01-18-2005, 02:16 PM
roberto 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


Hi !

I want do the same with a 2x 3Ghz Xeon
prompt>john <a file>

how to do that ???
 
Reply With Quote
 
Joshua Baker-LePain
Guest
Posts: n/a

 
      01-18-2005, 03:11 PM
In article <(E-Mail Removed) >, roberto 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


You need to specifically program the application to take advantage
of >1 processors. Alternatively, you can run two instances and they'll
both run at full speed.

--
Joshua Baker-LePain
Department of Biomedical Engineering
Duke University
 
Reply With Quote
 
Coenraad Loubser
Guest
Posts: n/a

 
      01-19-2005, 01:35 PM
teuf wrote:
> roberto 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

>
>
> Hi !
>
> I want do the same with a 2x 3Ghz Xeon
> prompt>john <a file>
>
> how to do that ???

Compile your kernel and you'll see how the load is shared.
Or is it?

I think all next things depend on prev things and blah blah blah

Well...
 
Reply With Quote
 
Paul Colquhoun
Guest
Posts: n/a

 
      01-19-2005, 06:40 PM
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
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
which is better OS for MPC8260 processor? GS Linux Networking 1 04-06-2007 07:46 PM
Which ISOs to use for Xeon Dual-Core CPUs TravisT Linux Networking 0 09-07-2006 09:21 PM
Internet Processors Required News Home Networking 0 03-23-2005 04:28 PM
processors John Wireless Internet 1 11-30-2004 04:44 PM
anyone using BT broadband with an AMD processor? moriman Broadband 15 10-06-2004 04:09 PM



1 2 3 4 5 6 7 8 9 10 11