Warning: Undefined array key "DOKU_PREFS" in /usr/share/dokuwiki/inc/common.php on line 2082
cluster:103 [DokuWiki]

User Tools

Site Tools


cluster:103

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
Last revision Both sides next revision
cluster:103 [2011/12/21 14:41]
hmeij [Submit 2]
cluster:103 [2011/12/21 15:31]
hmeij [Best Practices]
Line 138: Line 138:
   * -R reserves memory, for example, reserve 200 MB of memory on target compute node   * -R reserves memory, for example, reserve 200 MB of memory on target compute node
   * scheduler creates unique dirs in scratch by JOBPID for you, so we'll stage the job there   * scheduler creates unique dirs in scratch by JOBPID for you, so we'll stage the job there
-  * but now we must copy relevant to scratch dir and results back to home dir+  * but now we must copy relevant files //to// scratch dir and results back //to// home dir
  
 <code> <code>
Line 176: Line 176:
 ==== Best Practices ==== ==== Best Practices ====
  
 +  * You may submit as many SAS jobs as you like, just leave enough resources available for others to also get work done
 +  * Because SAS submission are serial, non-parallel jobs your -n flag is always 1
 +  * Reserve resources if you know what you need, especially memory
 +  * Use /sanscratch for large data jobs with heavy read/write operations
 +  * Queue ehwfd is preferentially for Gaussian users and stay off the stata and matlab queues please
 +  * Write smart SAS code, for example, use data set indexes and PROC SQL (this can be your best friend)
 +  * ... suggestions will be added to this page
  
 \\ \\
 **[[cluster:0|Back]]** **[[cluster:0|Back]]**
cluster/103.txt ยท Last modified: 2011/12/22 14:34 by hmeij