From: salo@cray.com (Eric Salo)
Newsgroups: comp.sys.sgi.apps,comp.parallel.mpi
Subject: Re: ssrun for MPI
Date: 21 Oct 1998 18:53:40 GMT
Organization: Silicon Graphics, Inc.
Message-Id: <70lajk$8pr$1@walter-fddi.cray.com>
References: <362CD1BE.82096E70@cs.princeton.edu>
Xref: ukc comp.sys.sgi.apps:19939 comp.parallel.mpi:4185


> I used the the following way as suggested from SGI SpeedShop book::
>
>    1. create a sell program myshell:  ssrun -ideal mympi_porogram
>    2. chmod +x myshell
>    3. mpirun -nt 16 myshell
>
> But id did not work, ssrun complains that it can not run myshell.

It sounds to me like 'myshell' isn't in your $PATH. Try using
./myshell instead, and you might also want to use ./mympi_program
in the shell script as well.

--
Eric Salo      Silicon Graphics      salo@sgi.com

