Skip to content

Example2PBS

Adrian Quintana edited this page Dec 11, 2017 · 1 revision
#PBS -l nodes=24:ppn=2
#PBS -l walltime=288:00:00
#PBS -o /home/sjors/work/ml3d/frank/allrun3b.out
#PBS -e /home/sjors/work/ml3d/frank/allrun3b.err

uniq $PBS_NODEFILE > /tmp/pbs_tmp_$PBS_JOBID

cd /home/sjors/work/ml3d/frank cat /home/sjors/.profile

rootname="allrun3" mkdir $rootname cd $rootname

mpirun -machinefile /tmp/pbs_tmp_$PBS_JOBID -np 24\  /home/sjors/NewXmipp2/bin/xmipp_mpi_refine3d \ 

Clone this wiki locally