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
Previous revision
Next revision Both sides next revision
tutorial:torque [2017/06/08 22:47]
afo214
tutorial:torque [2017/11/06 09:51]
sertalpbilal [Directly submitting job] Typo
Line 61: Line 61:
 </code> </code>
 If you do not want to write the submission script you can do it just by calling If you do not want to write the submission script you can do it just by calling
-<code>qsub -N JobName -q batch -l nodes=1:pnn=2  myscript.sh</code>+<code>qsub -N JobName -q batch -l nodes=1:ppn=2  myscript.sh</code>
 Now, we will run the code but we are setting the job parameters using ''-'' character (e.g. ''-N JobName'') Now, we will run the code but we are setting the job parameters using ''-'' character (e.g. ''-N JobName'')
  
Line 187: Line 187:
 <code>config_tf = tf.ConfigProto() <code>config_tf = tf.ConfigProto()
 config_tf.gpu_options.per_process_gpu_memory_fraction = p</code> config_tf.gpu_options.per_process_gpu_memory_fraction = p</code>
-in which <code>p<code> is the percent of GPU memory (a number between zero and one). +in which **//p//** is the percent of GPU memory (a number between zero and one). 
  
 ==== Running MPI and Parallel Jobs ==== ==== Running MPI and Parallel Jobs ====
tutorial/torque.txt ยท Last modified: 2024/02/28 13:12 by mjm519