-
Notifications
You must be signed in to change notification settings - Fork 1
PbsTrueno
Adrian Quintana edited this page Dec 11, 2017
·
1 revision
#PBS -q exe-x86_64 #PBS -l nodes=4:ppn=2 #PBS -l walltime=144:00:00 #PBS -l mem=4G #PBS -o /home/cnb/mcsan/test_project/OUTPUT/ProjMatch.out #PBS -e /home/cnb/mcsan/test_project/OUTPUT/ProjMatch.err cd /home/cnb/mcsan/test_project/ cat /home/cnb/mcsan/.bashrc #export LD_LIBRARY_PATH=$HOME/trunk/xmipp/lib:$HOME/OpenMpi/lib/:$LD_LIBRARY_PATH #export PATH=$HOME/OpenMpi/bin:$HOME/trunk/xmipp/bin:$HOME/bin:$PATH #rm out????[0-1].xmp;rm out????[2-3].xmp; rm out????[4-5].xmp;rm out????[6-7].xmp ;rm out????[8-9].xmp #time /opt/mpich-ch_p4-gcc-1.2.7/bin/mpirun -machinefile $PBS_NODEFILE -np 16 /home/cnb/mcsan/xmipp/bin/xmipp_mpi_angular_projection_matching_project -i scaled_vol.vol -o out -symmetry cn -sym_order 1 -sampling_rate 2 -mpi_job_size 50 #ls -1 out????[0-1].xmp | wc > 64_16; ls -1 out????[2-3].xmp | wc >> 64_16; ls -1 out????[4-5].xmp | wc >> 64_16; ls -1 out????[6-7].xmp | wc >> 64_16; ls -1 out????[8-9].xmp | wc >> 64_16 rm out????[0-1].xmp;rm out????[2-3].xmp; rm out????[4-5].xmp;rm out????[6-7].xmp ;rm out????[8-9].xmp time /opt/mpich-ch_p4-gcc-1.2.7/bin/mpirun -machinefile $PBS_NODEFILE -np 8 /home/cnb/mcsan/xmipp/bin/xmipp_mpi_angular_projection_matching_project -i scaled_vol.vol -o out -symmetry cn -sym_order 1 -sampling_rate 2 -mpi_job_size 50 ls -1 out????[0-1].xmp | wc > 64_08; ls -1 out????[2-3].xmp | wc >> 64_08; ls -1 out????[4-5].xmp | wc >> 64_08 ; ls -1 out????[6-7].xmp | wc >> 64_08 ; ls -1 out????[8-9].xmp | wc >> 64_08