Re: [OMPI users] Option to use only 7 cores out of 8 on each node

2010-03-04 Thread Dave Love
"Addepalli, Srirangam V" writes: > It works after creating a new pe and even from the command prompt with > out using SGE. You shouldn't need anything special -- I don't. (It's common to run, say, one process per core for benchmarking.) Running mpirun -tag-output -np 14 -npernode 7 hostname

Re: [OMPI users] Option to use only 7 cores out of 8 on each node

2010-03-02 Thread Addepalli, Srirangam V
: Open MPI Users Subject: Re: [OMPI users] Option to use only 7 cores out of 8 on each node Am 02.03.2010 um 19:26 schrieb Eugene Loh: > Eugene Loh wrote: > >> Addepalli, Srirangam V wrote: >> >>> i tried using the following syntax with machinefile >>> mp

Re: [OMPI users] Option to use only 7 cores out of 8 on each node

2010-03-02 Thread Reuti
Am 02.03.2010 um 19:26 schrieb Eugene Loh: Eugene Loh wrote: Addepalli, Srirangam V wrote: i tried using the following syntax with machinefile mpirun -np 14 -npernode 7 -machinefile machinefile ven_nw.e It "works" for me. I'm not using SGE, though. When it's tightly integrated with SG

Re: [OMPI users] Option to use only 7 cores out of 8 on each node

2010-03-02 Thread Eugene Loh
Eugene Loh wrote: Addepalli, Srirangam V wrote: i tried using the following syntax with machinefile mpirun -np 14 -npernode 7 -machinefile machinefile ven_nw.e It "works" for me. I'm not using SGE, though. % cat machinefile % mpirun -tag-output -np 14 -npernode 7 -machinefile machinefile h

Re: [OMPI users] Option to use only 7 cores out of 8 on each node

2010-03-02 Thread Addepalli, Srirangam V
: Open MPI Users Subject: Re: [OMPI users] Option to use only 7 cores out of 8 on each node When you say "it fails", what do you mean? That it doesn't run at all, or that it still fills each node, or...? On Tue, Mar 2, 2010 at 9:49 AM, Addepalli, Srirangam V mailto:srirangam.v.ad

Re: [OMPI users] Option to use only 7 cores out of 8 on each node

2010-03-02 Thread Eugene Loh
Addepalli, Srirangam V wrote: i tried using the following syntax with machinefile mpirun -np 14 -npernode 7 -machinefile machinefile ven_nw.e It "works" for me. I'm not using SGE, though. % cat machinefile node0 node0 node0 node0 node0 node0 node0 node1 node1 node1 node1 node1 node1 node1 %

Re: [OMPI users] Option to use only 7 cores out of 8 on each node

2010-03-02 Thread Ralph Castain
When you say "it fails", what do you mean? That it doesn't run at all, or that it still fills each node, or...? On Tue, Mar 2, 2010 at 9:49 AM, Addepalli, Srirangam V < srirangam.v.addepa...@ttu.edu> wrote: > Hello All. > I am trying to run a parallel application that should use one core less >

[OMPI users] Option to use only 7 cores out of 8 on each node

2010-03-02 Thread Addepalli, Srirangam V
Hello All. I am trying to run a parallel application that should use one core less than the no of cores that are available on the system. Are there any flags that i can use to specify this. i tried using the following syntax with machinefile openmpi-1.4-BM/bin/mpirun -np 14 -npernode 7 -machine