mpiexec on sun [was Re: mpiexec configuration]

Pete Wyckoff pw at osc.edu
Mon Sep 16 10:53:23 EDT 2002


On Mon, Sep 16, 2002 at 06:01:32PM +0530, Komanduri Ravi Kumar wrote:
> [ mpiexec on sun fails configure, compile, etc. ]

Starting with the patches generated by Ben this morning, I checked in a
bunch of changes that cause mpiexec actually to compile on the SunOS 5.7
and 5.8 machines here, using gcc 2.95.2 or 3.2, and gmake.  The native
sun compiler and make have more issues I don't feel like dealing with if
not absolutely necessary.

Please pull a copy out of the cvs and see if it works for you.  No
guarantees about code actually running.  We don't use PBS on the suns
here, but let us know if it either works or fails horribly at your
site.

		-- Pete

P.S.  This is what I do.  I'm no sun expert.  Your paths may vary:

    cvs -d :pserver:anoncvs at cvs.osc.edu:/cvs co mpiexec
    cd mpiexec
    ./configure --with-pbs=/usr/local/OpenPBS_2_3_16/install \
      --with-mpicc=/opt/SUNWhpc/bin/mpcc
    gmake
    gmake hello

P.P.S.  Don't bother using --with-smp-size anymore; it's not needed.
Your other configure options are fine.



More information about the mpiexec mailing list