User Tools

Site Tools


tutorial:torque

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
tutorial:torque [2016/12/13 10:00]
sertalpbilal [Examples]
tutorial:torque [2017/01/13 10:11]
sertalpbilal Changed Example Hierarchy
Line 125: Line 125:
 | very long  | 240:00:00 | | very long  | 240:00:00 |
  
-==== Examples ====+===== Examples =====
  
-=== Submitting Large Memory Job ===+==== Submitting Large Memory Job ====
  
 Sometimes your job needs more memory. This can be achieved by ''-l mem=size'' example Sometimes your job needs more memory. This can be achieved by ''-l mem=size'' example
 <code>qsub  -l mem=20gb  test.pbs</code> <code>qsub  -l mem=20gb  test.pbs</code>
  
-=== Running MATLAB -- Example ===+==== Running MATLAB -- Example ====
  
 You just have to create a submission job which looks like this You just have to create a submission job which looks like this
Line 147: Line 147:
 <note tip>Use **-singleCompThread** [[https://www.mathworks.com/help/matlab/ref/maxnumcompthreads.html|option]] for Matlab to use a single thread. A similar option may be needed for the program/solver you're using.</note> <note tip>Use **-singleCompThread** [[https://www.mathworks.com/help/matlab/ref/maxnumcompthreads.html|option]] for Matlab to use a single thread. A similar option may be needed for the program/solver you're using.</note>
  
-=== Interactive Jobs ===+==== Interactive Jobs ====
  
  
Line 157: Line 157:
 and you will be running interactive session on polyp15. and you will be running interactive session on polyp15.
  
-=== Using GPU's ===+==== Using GPU'====
  
  
Line 165: Line 165:
 However, first you have to have a permission to use GPU (given by Prof. Takac) -- this is just formality to allow to certain users to use video driver on polyp30 However, first you have to have a permission to use GPU (given by Prof. Takac) -- this is just formality to allow to certain users to use video driver on polyp30
  
-=== Running MPI and Parallel Jobs ===+==== Running MPI and Parallel Jobs ====
  
 <code bash mpi.pbs> <code bash mpi.pbs>
tutorial/torque.txt ยท Last modified: 2024/02/28 13:12 by mjm519