Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
WestGrid - quick user guide | ||||||||
Line: 76 to 76 | ||||||||
![]() | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
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 | |