User Tools

Site Tools


wiki:sge

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:sge [2016/10/31 13:10] – [Amber] adminwiki:sge [2017/05/01 09:26] (current) – [Orca MPI] admin
Line 1: Line 1:
-====== Using SGE to run jobs at Keck II ======+====== Using SGE to run jobs at Keck Center ======
  
  
  
-<fc #FF0000>All non-interactive jobs on Keck II workstations must be run through the job queue manager, SGE.</fc> User accounts not complying with this policy will be suspended. Please see this [[http://ctbp.ucsd.edu/computing/wiki/introduction_to_sge_the_queuing_system_on_the_clusters|SGE How-To]] for more details on how to submit a job and also some examples for most common scenarios. +<fc #FF0000>All non-interactive jobs on Keck Center workstations must be run through the job queue manager, SGE.</fc> User accounts not complying with this policy will be suspended. Please see this [[http://ctbp.ucsd.edu/computing/wiki/introduction_to_sge_the_queuing_system_on_the_clusters|SGE How-To]] for more details on how to submit a job and also some examples for most common scenarios. 
  
 All jobs must be submitted from ''w01.keck2.ucsd.edu'' using the ''qsub'' command: All jobs must be submitted from ''w01.keck2.ucsd.edu'' using the ''qsub'' command:
Line 21: Line 21:
   * Check on progress of your job in the queue: ''qstat -f ''   * Check on progress of your job in the queue: ''qstat -f ''
  
-===== Keck II scheduling policies =====+===== Keck Center scheduling policies =====
  
 All jobs must be submitted to the SGE queue. It is strictly prohibited to run any non-interactive CPU-consuming jobs outside of the queue. All jobs must be submitted to the SGE queue. It is strictly prohibited to run any non-interactive CPU-consuming jobs outside of the queue.
Line 49: Line 49:
  
 Please note that old files (4 days and older) are regularly purged from ''/scratch''. Please note that old files (4 days and older) are regularly purged from ''/scratch''.
 +
 ===== Setting up account ===== ===== Setting up account =====
  
Line 140: Line 141:
 cd $scratch_dir cd $scratch_dir
  
-module load orca +module load orca/3.0.3 
-module load openmpi+module load openmpi/1.6.2
 $ORCA_PATH/orca orca_input.inp > orca_output.out  $ORCA_PATH/orca orca_input.inp > orca_output.out 
  
Line 155: Line 156:
 </code> </code>
  
 +Please note that you have to load the appropriate MPI library to use Orca. This is a compatability
 +table between different Orca nad MPI module versions:
 +
 +|orca/4.0.0 | openmpi/2.0.1 |
 +|orca/3.0.3 | openmpi/1.6.2 |
  
  
Line 462: Line 468:
 #$ -l h_rt=48:00:00 #$ -l h_rt=48:00:00
  
-module load nvidia +module load namd-cuda/2.11
-module load namd-cuda+
 export CUDA_VISIBLE_DEVICES=0 export CUDA_VISIBLE_DEVICES=0
  
Line 485: Line 490:
 ==== Benchmarks ==== ==== Benchmarks ====
  
-These are several GPU benchmarks for CUDA enabled Amber and NAMD which should help you to estimate the Keck hardware performance.+These are several GPU benchmarks for CUDA enabled Amber and NAMD which should help you to estimate the Keck Center hardware performance.
  
  
wiki/sge.1477944615.txt.gz · Last modified: 2016/10/31 13:10 (external edit)