Changes between Version 19 and Version 20 of UsingComplexes
- Timestamp:
- 07/02/09 10:49:28 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingComplexes
v19 v20 16 16 || '''Complex Name''' || '''Value''' || '''Description''' || '''Default'''|| 17 17 || `h_rt` || Time || Request and set a certain amount of run-time for your job. Jobs are killed when they reach this limit || 10 Minutes || 18 || `h_vmem` || Memory || Set a usable memory limit for your job, per node. Jobs are killed if they pass this limit|| None ||18 || `h_vmem`, `h_stack`, `mem_free` || Memory || Manage job memory. `h_vem` sets an upper limit on available virtual memory. `h_stack` sets an upper limit on available stack space for binary execution (this must be set when you use `h_vmem` or you will have NO stack space available. 64M is a reasonable value). `mem_free` requests nodes that have the specified amount of memory available. || None || 19 19 || `i_ib` || True/False || If you request that this complex be true, your job will only be dispatched to nodes with interconnected with !InfiniBand || False || 20 20 || `i_mx` || true/false || If you request that this complex be true, your job will only be dispatched to nodes with interconnected with Myrinet || False ||