Difference: WestGrid (5 vs. 6)

Revision 62016-01-21 - cchris13

Line: 1 to 1
 
META TOPICPARENT name="EmpiricalAlgorithmics"

WestGrid - quick user guide

Line: 76 to 76
 
  • qdel: Delete you own jobs in case of something wrong

A few notes if you are using glacier.westgrid.ca (http://guide.westgrid.ca/guide-pages/jobs.html):

Changed:
<
<
  • PBS -l qos=debug: For testing your scripts without waiting.
>
>
  • PBS -l qos=debug: For testing your scripts without waiting (10-15min jobs). (this applies to orcinus as well)
 
Line: 88 to 88
  The resource that affects dispatching is processor-equivalent hours.
Changed:
<
<
Processor-equivalent hours refers to number of processors your job will take away from the pool of resources. With small memory jobs, processor-equivalent hours are the same as processor hours, however, with high memory jobs, the memory left on a node becomes insufficient for the other processors to be utilized. the QDR nodes have 24 GB for 12 processors. Therefore there is 2GB for processor. If you use X GB, you will be counted as using max(# processors requested, X/2).
>
>
Processor-equivalent hours refers to number of processors your job will "take away" from the pool of resources. With small memory jobs, processor-equivalent hours are the same as processor hours, however, with high memory jobs the memory left on a node may become insufficient for the other processors to be utilized. The QDR nodes have 24 GB for 12 processors. Therefore there is 2GB for processor. If you use X GB, you will be counted as using max(# processors requested, X/2).
 

Fairshare (& RAC)

Line: 205 to 205
  lfs quota -u v7q8 ./
Changed:
<
<
A handy short script to see the number of files in your directories recursively is show below. The script obtains the number of files in all subdirectories and displays the 50 largest directories in terms of number of files.
>
>
A handy short script to see the number of files in your directories recursively is shown below. The script obtains the number of files in all subdirectories and displays the 50 largest directories in terms of number of files.
 
find / -xdev -type d -print0 |
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback