Member Site › Forums › Rosetta 3 › Rosetta 3 – Build/Install › Problem with Parallel installation of Rosetta3.2 › Reply To: Problem with Parallel installation of Rosetta3.2
May 18, 2011 at 10:17 am
#5590
Hello smlewis,
Thanks for the reply. Using the flag “extras=static,mpi” worked and the installation was done!
Now for submitting job using a SGE script I am using the following commands:
#$ -S /bin/bash
#$ -q batch
#$ -N Rosetta_MPI
#$ -pe mvapich2 2
#$ -cwd
#$ -V
#$ -o /home/rosetta/rosetta_home/user/OUT
#$ -e /home/rosetta/rosetta_home/user/ERR
/opt/mvapich2-1.0.2/bin/mpirun -machinefile $TMPDIR/machines -np $NSLOTS /home/rosetta/Softwares/installed/Rosetta3.2/rosetta_mpi/rosetta_source/bin/AbinitioRelax.staticmpi.linuxgccrelease @/home/rosetta/rosetta_home/user/flags
But the job is not getting submitted, nor any error file is generated.
Any suggestion to solve this would really help.
Regards,
Anirban