Am 13.09.2011 um 23:18 schrieb Blosch, Edwin L:
> I’m able to run this command below from an interactive shell window:
>
> /bin/mpirun --machinefile mpihosts.dat –np 16 –mca plm_rsh_agent
> /usr/bin/rsh –x MPI_ENVIRONMENT=1 ./test_setup
>
> but it does not work if I put it into a shell script
Am 13.09.2011 um 23:18 schrieb Blosch, Edwin L:
> I’m able to run this command below from an interactive shell window:
>
> /bin/mpirun --machinefile mpihosts.dat –np 16 –mca plm_rsh_agent
> /usr/bin/rsh –x MPI_ENVIRONMENT=1 ./test_setup
>
> but it does not work if I put it into a shell script
I'm able to run this command below from an interactive shell window:
/bin/mpirun --machinefile mpihosts.dat -np 16 -mca plm_rsh_agent
/usr/bin/rsh -x MPI_ENVIRONMENT=1 ./test_setup
but it does not work if I put it into a shell script and 'qsub' that script to
SGE. I get the message shown at th