Scyld and MPI: Is it possible to launch MPI-Program on Nodes only
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
Carey F. Cox cfcox at coes.latech.eduMon Dec 11 05:53:10 PST 2000
- Previous message: Scyld and MPI: Is it possible to launch MPI-Program on Nodes only
- Next message: Scyld and MPI: Is it possible to launch MPI-Program on Nodes only
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, 10 Dec 2000, Thomas R Boehme wrote: > Hi, > > is there any way to launch MPI-jobs with beompi without running them on the > head node also? > We want to run multiple jobs on our cluster and don't want to use the head > node for more than > one of the jobs (actually, we'd like not to use it at all). > > Thomas Boehme > Thomas, First, I must qualify this reply; I am not familiar with Scyld's implementation of mpi. Having said that, most versions of mpi that I am familiar with have a -nolocal option for mpirun. This option tells mpi to not run on the local node, i.e. the one you start it on. An example... # mpirun -nolocal -np 8 ./a.out Hope that helps. Carey -- ====================================================================== <> Carey F. Cox, PhD | PHONE: (318) 257-3770 <> <> Assistant Professor | FAX: (318) 257-2306 <> <> Dept. of Mech. Eng. | EMAIL: cfcox at coes.latech.edu <> <> Louisiana Tech University | WEB: http://www.latech.edu/~cfcox <> ======================================================================
- Previous message: Scyld and MPI: Is it possible to launch MPI-Program on Nodes only
- Next message: Scyld and MPI: Is it possible to launch MPI-Program on Nodes only
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
