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 [2023/10/25 13:50]
mjm519 [Submitting a Small or Large Memory Job]
tutorial:torque [2023/10/25 13:55]
mjm519 [Submitting a Small or Large Memory Job]
Line 146: Line 146:
  
 To see what resources have been assigned by the batch queuing system run the ulimit command (bash) or limit comamnd: To see what resources have been assigned by the batch queuing system run the ulimit command (bash) or limit comamnd:
-<code bash pbs command>qsub -I -l nodes=1:ppn=1 -l pmem=30GB:vmem=4GB -q short -N test -e TEST.err -o TEST.out -w e</code>+<code bash pbs job submission command>qsub -I -l nodes=1:ppn=1 -l pmem=30GB:vmem=4GB -q short -N test -e TEST.err -o TEST.out -w e</code>
 <code bash ulimit>user@polyp13:~$ ulimit -a <code bash ulimit>user@polyp13:~$ ulimit -a
 core file size          (blocks, -c) 0 core file size          (blocks, -c) 0
Line 164: Line 164:
 virtual memory          (kbytes, -v) unlimited virtual memory          (kbytes, -v) unlimited
 file locks                      (-x) unlimited</code> file locks                      (-x) unlimited</code>
 +
 +**[[https://www.geeksforgeeks.org/ulimit-soft-limits-and-hard-limits-in-linux|For more information on the ulimit command review this link.]]**
 ==== Running MATLAB ==== ==== Running MATLAB ====
  
tutorial/torque.txt ยท Last modified: 2024/02/28 13:12 by mjm519