[mpich-discuss] Can an mpich2 run be started without mpiexec

Hiatt, Dave M dave.m.hiatt at citi.com
Tue Jul 14 10:22:08 CDT 2009


Thanks,

I suspected as much, now I'll take another run at these guys.

-----Original Message-----
From: mpich-discuss-bounces at mcs.anl.gov
[mailto:mpich-discuss-bounces at mcs.anl.gov]On Behalf Of Pavan Balaji
Sent: Monday, July 13, 2009 8:23 PM
To: mpich-discuss at mcs.anl.gov
Subject: Re: [mpich-discuss] Can an mpich2 run be started without
mpiexec



If you run an application without mpiexec, it's similar to running it
using mpiexec but with just one process.

That is, the below statements are equivalent:

  $ ./foo

  $ mpiexec -n 1 ./foo

  -- Pavan

On 07/13/2009 05:25 PM, Hiatt, Dave M wrote:
> Is it possible to initiate an mpi run without calling mpiexec, but instead supplying the process argument directly through some other mechanism.  Our local IT types have been hounding me about this, and I know of no other way than to use mpiexec to start my app.  Is that possible to initiate it programmatically?
>
>
> "Life's tough, its even tougher if you're stupid" - John Wayne
> Dave Hiatt
> Manager, Market Risk Systems Integration
> CitiMortgage, Inc.
> 1000 Technology Dr.
> Third Floor East, M.S. 55
> O'Fallon, MO 63368-2240
>
> Phone:  636-261-1408
> Mobile: 314-452-9165
> FAX:    636-261-1312
> Email:     Dave.M.Hiatt at citigroup.com
>
>
>
>

--
Pavan Balaji
http://www.mcs.anl.gov/~balaji


More information about the mpich-discuss mailing list