Re: [OMPI users] Problem running under SGE

2011-09-13 Thread Reuti
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

Re: [OMPI users] Problem running under SGE

2011-09-13 Thread Reuti
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

[OMPI users] Problem running under SGE

2011-09-13 Thread 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 and 'qsub' that script to SGE. I get the message shown at th