mpiexec patch for mvapich2-0.9.2
Pete Wyckoff
pw at osc.edu
Sun Jan 29 12:35:23 EST 2006
aliva at gatech.edu wrote on Sun, 29 Jan 2006 11:28 -0500:
> I am using MVAPICH2-0.9.2 for my mpi program. The cluster that I am
> working on has infiniband connection and has Torque resource manager
> and Maui scheduler. I am trying to run my job using mpiexec of
> MVAPICH2-0.9.2 from PBS. But it seems like this mpiexec doesn't
> support submitting jobs in PBS envornment.
>
> I learnt that mpiexec patch provided by OSC works fine in PBS. But I
> din't see any version mentioned in your site, that supports MVAPICH2. So
> I am wondering if OSC has mpiexec patch for MVAPICH2-0.9.2.
Perhaps your sysadmin installed mpiexec with "ib" as the default
communication library, for use with MVAPICH (not 2).
Mvapich2, a version of mpich2 from Argonne, uses the PMI startup
mechanism as do all mpich2 implementations. To tell mpiexec
about this, do:
mpiexec --comm=pmi a.out
I'll add some text on the website about mvapich2.
-- Pete
More information about the mpiexec
mailing list