: Bruce Rothermal
Date: Friday, July 24, 2009 8:28 pm
Subject: Re: [hpcdev-discuss] Fwd: [hpcdistro-support] How to start mpi 4
process app
To: shweta phabba
Cc: Gayatri.Tripathi at Sun.COM, HPC Developer Community Discussion Community
Discussion
> Is it possible that I need a script to contain
hi Bruce,
Are you running on both execution nodes ? I think in all.q
configuration it is specified as slots node1=1,node2=1 so it is
restricted to 1 slot per execution host so u can change that and try .
Thanks.
Regards,
Shweta
Bruce Rothermal wrote:
> If you choose anything but one or two you
Is it possible that I need a script to contain the mpirun -n 4
as my run program?
Bruce
On Jul 23, 2009, at 9:53 PM, shweta phabba wrote:
> hi Bruce,
> Are you running on both execution nodes ? I think in all.q
> configuration it is specified as slots node1=1,node2=1 so it is
> restricted
Hi Bruce,
Can you please send us your program. We will run it and let you know
whats going wrong.
Regards,
Gayatri
On 07/23/09 21:56, Bruce Rothermal wrote:
> If you choose anything but one or two you get an error.
>
> If I set
> Slots = 4
> Env = make
>
> I get Status when I start it as Inc
If you choose anything but one or two you get an error.
If I set
Slots = 4
Env = make
I get Status when I start it as Incorrect Parallel Environment
If I set
Slots = 4
Env = orte
I get Status when I start it as Incorrect Parallel Environment.
If I set
Slots = 2
Env = orte
When I start the pro
Hi Bruce,
In sunstudio once you have the job created in the jobs tab, you can edit
it to select the no. of slots and the parallel environment. This will
run the job with the required no. of slots.
Regards,
Gayatri
On 07/23/09 00:49, Bruce Rothermal wrote:
>
>
> Begin forwarded message:
>
>> *F
Begin forwarded message:
> From: Bruce Rothermal
> Date: July 22, 2009 12:32:39 PM MDT
> To: hpcdistro-support at opensolaris.org
> Subject: [hpcdistro-support] How to start mpi 4 process app
>
> Afternoon all
>
> I'm working on an mpi program using the Developer Image. I've
> created an mpi