[mpich-discuss] Not able to run MPI program parallely...

Pavan Balaji balaji at mcs.anl.gov
Tue May 1 14:02:39 CDT 2012


On 05/01/2012 02:01 PM, Albert Spade wrote:
> Thanks alot for your help.
> Can you please tell me how can I recompile with this new mpiexec?? As in
> ui folder  I found mpiexec.c and mpiexec.h.
> So whether first I have to compile mpiexec.c and create mpiexec. And
> then use this mpiexec to compile my cpi.c program?
> Sorry for my simple query. I am new to the field of clusters and MPI.

./configure --prefix=`pwd`/install && make && make install

You'll find the new mpiexec in `pwd`/install/bin

  -- Pavan

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


More information about the mpich-discuss mailing list