
Cluster Usage InstructionsThe Computing Cluster at NYSBC is now fully operational. Requests for processing time can be made to infotech@nysbc.org.Technical Specifications
| ||||||||||||||||||||||||||||||||||||
| Added: | ||||||||||||||||||||||||||||||||||||
| > > | Connecting to the ClusterFrom Outside NYSBC
From Within NYSBC
| |||||||||||||||||||||||||||||||||||
Compiling Spider VersionsSet the following environment variables -
Sample PBS Job FileThe PBS job file should be in the format - #!/bin/sh #PBS -l nodes=4:ncpus=4 /opt/hpmpi/bin/mpirun -np 16 -hostfile $PBS_NODEFILE <path-to-mpi-app> To run the job, run qsub <job-file>Using PBS in SPIDER to replace pubsub
;========================input
fr l
[tomo]tomo1_crop.spd
;=========output=================
fr l
[filt]filt
;=========params==============
x90=60 ; cycles
x91=0.1 ; delta t
x92=0 ; sigma
;x93=0.05 ; lambda
;=============================
;---------- following set of commands sets the main qsub script for the cluster, one script per loop event
vm
echo "#!/bin/sh" > qsub-header.txt
vm
echo "#PBS -l select=ncpus=1:mem=6GB " >> qsub-header.txt
vm
echo "#PBS -l place=scatter" >> qsub-header.txt
vm
echo "cd /usr/data/asiebert/30_04_08_Rbs/tomo1" >> qsub-header.txt
;-----------------------------------------------
do lb1 x10=1,10 ; this loop only makes the scripts using a "slave" script as template
RR x93 ; adjust lambda according to the following sequence
0.01,0.02,0.05,0.1,0.2,0.5,1,2,5,10 ; a nice log sequence
vm
echo "x93={**X93}" > filtscript{**x10}.$PRJEXT
vm
echo "x10={**X10}" >> filtscript{**x10}.$PRJEXT
vm
cat spider_script_filt1_clu_slave.$PRJEXT >> filtscript{**x10}.$PRJEXT
vm
cp qsub-header.txt qsub-script{**x10}.txt
vm
echo "/usr/apps/spidermp $PRJEXT/$DATEXT @filtscript{**x10}" >> qsub-script{**x10}.txt
vm
qsub qsub-script{**x10}.txt
lb1
en ; end the main script
;========================input
fr l
[tomo]tomo1_crop.spd
;=========output=================
fr l
[filt]filt
;=========params==============
x90=60 ; cycles
x91=0.1 ; delta t
x92=0 ; sigma
;x93=0.05 ; lambda
;=============================
ce ad
[tomo]
[filt]{***x10}
HEG
x90
x91
x92,x93
en d
User Manuals
| ||||||||||||||||||||||||||||||||||||
Cluster Usage InstructionsThe Computing Cluster at NYSBC is now fully operational. Requests for processing time can be made to infotech@nysbc.org.Technical Specifications
Compiling Spider VersionsSet the following environment variables -
Sample PBS Job FileThe PBS job file should be in the format - #!/bin/sh #PBS -l nodes=4:ncpus=4 /opt/hpmpi/bin/mpirun -np 16 -hostfile $PBS_NODEFILE <path-to-mpi-app> To run the job, run qsub <job-file>Using PBS in SPIDER to replace pubsub
| ||||||||||||||||||||||||||||||||||||
| Added: | ||||||||||||||||||||||||||||||||||||
| > > |
| |||||||||||||||||||||||||||||||||||
;========================input
fr l
[tomo]tomo1_crop.spd
;=========output=================
fr l
[filt]filt
;=========params==============
x90=60 ; cycles
x91=0.1 ; delta t
x92=0 ; sigma
;x93=0.05 ; lambda
;=============================
;---------- following set of commands sets the main qsub script for the cluster, one script per loop event
vm
echo "#!/bin/sh" > qsub-header.txt
vm
echo "#PBS -l select=ncpus=1:mem=6GB " >> qsub-header.txt
vm
echo "#PBS -l place=scatter" >> qsub-header.txt
vm
echo "cd /usr/data/asiebert/30_04_08_Rbs/tomo1" >> qsub-header.txt
;-----------------------------------------------
do lb1 x10=1,10 ; this loop only makes the scripts using a "slave" script as template
RR x93 ; adjust lambda according to the following sequence
0.01,0.02,0.05,0.1,0.2,0.5,1,2,5,10 ; a nice log sequence
vm
echo "x93={**X93}" > filtscript{**x10}.$PRJEXT
vm
echo "x10={**X10}" >> filtscript{**x10}.$PRJEXT
vm
cat spider_script_filt1_clu_slave.$PRJEXT >> filtscript{**x10}.$PRJEXT
vm
cp qsub-header.txt qsub-script{**x10}.txt
vm
echo "/usr/apps/spidermp $PRJEXT/$DATEXT @filtscript{**x10}" >> qsub-script{**x10}.txt
vm
qsub qsub-script{**x10}.txt
lb1
en ; end the main script
;========================input
fr l
[tomo]tomo1_crop.spd
;=========output=================
fr l
[filt]filt
;=========params==============
x90=60 ; cycles
x91=0.1 ; delta t
x92=0 ; sigma
;x93=0.05 ; lambda
;=============================
ce ad
[tomo]
[filt]{***x10}
HEG
x90
x91
x92,x93
en d
User Manuals
| ||||||||||||||||||||||||||||||||||||
Cluster Usage InstructionsThe Computing Cluster at NYSBC is now fully operational. Requests for processing time can be made to infotech@nysbc.org.Technical Specifications
Compiling Spider VersionsSet the following environment variables -
Sample PBS Job FileThe PBS job file should be in the format - #!/bin/sh #PBS -l nodes=4:ncpus=4 /opt/hpmpi/bin/mpirun -np 16 -hostfile $PBS_NODEFILE <path-to-mpi-app> To run the job, run qsub <job-file> | ||||||||||||||||||||||||||||||||||||
| Added: | ||||||||||||||||||||||||||||||||||||
| > > | Using PBS in SPIDER to replace pubsub
;========================input
fr l
[tomo]tomo1_crop.spd
;=========output=================
fr l
[filt]filt
;=========params==============
x90=60 ; cycles
x91=0.1 ; delta t
x92=0 ; sigma
;x93=0.05 ; lambda
;=============================
;---------- following set of commands sets the main qsub script for the cluster, one script per loop event
vm
echo "#!/bin/sh" > qsub-header.txt
vm
echo "#PBS -l select=ncpus=1:mem=6GB " >> qsub-header.txt
vm
echo "#PBS -l place=scatter" >> qsub-header.txt
vm
echo "cd /usr/data/asiebert/30_04_08_Rbs/tomo1" >> qsub-header.txt
;-----------------------------------------------
do lb1 x10=1,10 ; this loop only makes the scripts using a "slave" script as template
RR x93 ; adjust lambda according to the following sequence
0.01,0.02,0.05,0.1,0.2,0.5,1,2,5,10 ; a nice log sequence
vm
echo "x93={**X93}" > filtscript{**x10}.$PRJEXT
vm
echo "x10={**X10}" >> filtscript{**x10}.$PRJEXT
vm
cat spider_script_filt1_clu_slave.$PRJEXT >> filtscript{**x10}.$PRJEXT
vm
cp qsub-header.txt qsub-script{**x10}.txt
vm
echo "/usr/apps/spidermp $PRJEXT/$DATEXT @filtscript{**x10}" >> qsub-script{**x10}.txt
vm
qsub qsub-script{**x10}.txt
lb1
en ; end the main script
;========================input
fr l
[tomo]tomo1_crop.spd
;=========output=================
fr l
[filt]filt
;=========params==============
x90=60 ; cycles
x91=0.1 ; delta t
x92=0 ; sigma
;x93=0.05 ; lambda
;=============================
ce ad
[tomo]
[filt]{***x10}
HEG
x90
x91
x92,x93
en d
| |||||||||||||||||||||||||||||||||||
User Manuals
| ||||||||||||||||||||||||||||||||||||
Cluster Usage InstructionsThe Computing Cluster at NYSBC is now fully operational. Requests for processing time can be made to infotech@nysbc.org.Technical Specifications
Compiling Spider VersionsSet the following environment variables -
Sample PBS Job FileThe PBS job file should be in the format - | ||||||||||||||||||||||||||||||||||||
| Changed: | ||||||||||||||||||||||||||||||||||||
| < < | #!/bin/sh | |||||||||||||||||||||||||||||||||||
| > > | #!/bin/sh | |||||||||||||||||||||||||||||||||||
| #PBS -l nodes=4:ncpus=4 | ||||||||||||||||||||||||||||||||||||
| Changed: | ||||||||||||||||||||||||||||||||||||
| < < | /opt/hpmpi/bin/mpirun -np 16 -hostfile $PBS_NODEFILE <path-to-mpi-app> | |||||||||||||||||||||||||||||||||||
| > > | /opt/hpmpi/bin/mpirun -np 16 -hostfile $PBS_NODEFILE <path-to-mpi-app> | |||||||||||||||||||||||||||||||||||
To run the job, run qsub <job-file>
User Manuals
| ||||||||||||||||||||||||||||||||||||
Cluster Usage InstructionsThe Computing Cluster at NYSBC is now fully operational. Requests for processing time can be made to infotech@nysbc.org.Technical Specifications
Compiling Spider VersionsSet the following environment variables -
| ||||||||||||||||||||||||||||||||||||
| Added: | ||||||||||||||||||||||||||||||||||||
| > > | Sample PBS Job FileThe PBS job file should be in the format - #!/bin/sh #PBS -l nodes=4:ncpus=4 /opt/hpmpi/bin/mpirun -np 16 -hostfile $PBS_NODEFILE <path-to-mpi-app> To run the job, run qsub <job-file> | |||||||||||||||||||||||||||||||||||
User Manuals
| ||||||||||||||||||||||||||||||||||||
Cluster Usage InstructionsThe Computing Cluster at NYSBC is now fully operational. Requests for processing time can be made to infotech@nysbc.org.Technical Specifications
Compiling Spider VersionsSet the following environment variables -
| ||||||||||||||||||||||||||||||||||||
| Added: | ||||||||||||||||||||||||||||||||||||
| > > |
| |||||||||||||||||||||||||||||||||||
| Changed: | ||||||||||||||||||||||||||||||||||||
| < < | ||||||||||||||||||||||||||||||||||||
| > > | User Manuals | |||||||||||||||||||||||||||||||||||
| Deleted: | ||||||||||||||||||||||||||||||||||||
| < < |
User Manuals | |||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||
| Changed: | ||||||||||||||||||||||||||||||||||||
| < < | * Makefile_nysbc_cluster: Makefile_nysbc_cluster | |||||||||||||||||||||||||||||||||||
| > > |
| |||||||||||||||||||||||||||||||||||
| Deleted: | ||||||||||||||||||||||||||||||||||||
| < < |
| |||||||||||||||||||||||||||||||||||
Cluster Usage InstructionsThe Computing Cluster at NYSBC is now fully operational. Requests for processing time can be made to infotech@nysbc.org.Technical Specifications
Compiling Spider VersionsSet the following environment variables -
User Manuals
| ||||||||||||||||||||||||||||||||||||
| Added: | ||||||||||||||||||||||||||||||||||||
| > > | * Makefile_nysbc_cluster: Makefile_nysbc_cluster | |||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||
| Added: | ||||||||||||||||||||||||||||||||||||
| > > |
| |||||||||||||||||||||||||||||||||||
Cluster Usage InstructionsThe Computing Cluster at NYSBC is now fully operational. Requests for processing time can be made to infotech@nysbc.org.Technical Specifications
| ||||||||||||||||||||||||||||||||||||
| Added: | ||||||||||||||||||||||||||||||||||||
| > > | Compiling Spider VersionsSet the following environment variables -
| |||||||||||||||||||||||||||||||||||
User Manuals
| ||||||||||||||||||||||||||||||||||||
Cluster Usage InstructionsThe Computing Cluster at NYSBC is now fully operational. Requests for processing time can be made to infotech@nysbc.org.Technical Specifications
User Manuals | ||||||||||||||||||||||||||||||||||||
| Added: | ||||||||||||||||||||||||||||||||||||
| > > | ||||||||||||||||||||||||||||||||||||
| Deleted: | ||||||||||||||||||||||||||||||||||||
| < < | ||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||
| Changed: | ||||||||||||||||||||||||||||||||||||
| < < | * PBSProUG_7.1.pdf: PBSProUG?_7.1.pdf | |||||||||||||||||||||||||||||||||||
| > > | ||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||
Cluster Usage InstructionsThe Computing Cluster at NYSBC is now fully operational. Requests for processing time can be made to infotech@nysbc.org.Technical Specifications
User Manuals
| ||||||||||||||||||||||||||||||||||||
| Added: | ||||||||||||||||||||||||||||||||||||
| > > | * PBSProUG_7.1.pdf: PBSProUG?_7.1.pdf
| |||||||||||||||||||||||||||||||||||
Cluster Usage InstructionsThe Computing Cluster at NYSBC is now fully operational. Requests for processing time can be made to infotech@nysbc.org.Technical Specifications | |||||||||||||||||||||||||||||||
| Changed: | |||||||||||||||||||||||||||||||
| < < |
| ||||||||||||||||||||||||||||||
| > > |
| ||||||||||||||||||||||||||||||
User Manuals
| |||||||||||||||||||||||||||||||
Cluster Usage InstructionsThe Computing Cluster at NYSBC is now fully operational. Requests for processing time can be made to infotech@nysbc.org.Technical Specifications | |||||||||||||||||||||||||||||||
| Changed: | |||||||||||||||||||||||||||||||
| < < |
| ||||||||||||||||||||||||||||||
| > > |
| ||||||||||||||||||||||||||||||
User Manuals
| |||||||||||||||||||||||||||||||
Cluster Usage Instructions | ||||||||||||||||||||||||||||||||||
| Changed: | ||||||||||||||||||||||||||||||||||
| < < | The Computing Cluster at NYSBC is now fully operational. Requests for processing time can now be made to infotech@nysbc.org. | |||||||||||||||||||||||||||||||||
| > > | The Computing Cluster at NYSBC is now fully operational. Requests for processing time can be made to infotech@nysbc.org. | |||||||||||||||||||||||||||||||||
Technical Specifications
User Manuals
| ||||||||||||||||||||||||||||||||||
Cluster Usage InstructionsThe Computing Cluster at NYSBC is now fully operational. Requests for processing time can now be made to infotech@nysbc.org.Technical Specifications
User Manuals | ||||||||||||||||||||||||||||||||||||
| Added: | ||||||||||||||||||||||||||||||||||||
| > > | ||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||
Cluster Usage InstructionsThe Computing Cluster at NYSBC is now fully operational. Requests for processing time can now be made to infotech@nysbc.org.Technical Specifications
User Manuals
| ||||||||||||||||||||||||||||||||||||