Changes between Version 12 and Version 13 of WRF4Gresources_wrf4g_advanced
- Timestamp:
- Mar 31, 2013 4:43:23 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4Gresources_wrf4g_advanced
v12 v13 47 47 #!sh 48 48 [user@mycomputer~]$ wrf4g_resources 49 HID PRI OS ARCH MHZ %CPU MEM(F/T) DISK(F/T) NODES(U/F/T) LRMSHOSTNAME50 0 1 GNU/Linux2.6.18 x86_64 2127 0 84868M/1986560M 640381G/921472G0/1/1 FORK mycomputer49 HID PRI OS ARCH NODES(U/F/T) LRMS HOSTNAME 50 0 1 GNU/Linux2.6.18 x86_64 0/1/1 FORK mycomputer 51 51 [user@mycomputer~]$ wrf4g_resources 0 52 HID PRI OS ARCH MHZ %CPU MEM(F/T) DISK(F/T) NODES(U/F/T) LRMS HOSTNAMEQUEUENAME SL(F/T) WALLT CPUT COUNT MAXR MAXQ STATUS DISPATCH PRIORITY53 0 1 GNU/Linux2.6.18 x86_64 2127 0 84372M/1986560M 640381G/921472G 0/1/1 FORK mycomputerdefault 1/1 0 0 0 0 0 NULL Immediate NULL52 HID PRI OS ARCH NODES(U/F/T) LRMS HOSTNAME QUEUENAME SL(F/T) WALLT CPUT COUNT MAXR MAXQ STATUS DISPATCH PRIORITY 53 0 1 GNU/Linux2.6.18 x86_64 0/1/1 FORK mycomputer default 1/1 0 0 0 0 0 NULL Immediate NULL 54 54 }}} 55 55 … … 92 92 93 93 {{{ 94 ENVIRONMENT = 'MAXWALLTIME = 60' # 60 seconds of max walltime95 ENVIRONMENT = 'MAXWALLTIME = 60, MAXMEMORY = 2000' # 60 seconds of max walltime and 2 GB of RAM memory94 ENVIRONMENT = 'MAXWALLTIME = 00:01:00' # 60 seconds of max walltime 95 ENVIRONMENT = 'MAXWALLTIME = 00:01:00, MAXMEMORY = 2000' # 60 seconds of max walltime and 2 GB of RAM memory 96 96 }}} 97 97 … … 100 100 101 101 ||=Variable=||=Description=|| 102 ||MAXCPUTIME||Maximum amount of CPU time used by all processes in the job (''' seconds''')||103 ||MAXWALLTIME||Maximum amount of real time during which the job can be in the running state (''' seconds''')||102 ||MAXCPUTIME||Maximum amount of CPU time used by all processes in the job ('''HH:MM:SS''')|| 103 ||MAXWALLTIME||Maximum amount of real time during which the job can be in the running state ('''HH:MM:SS''')|| 104 104 ||MAXMEMORY||Maximum amount of physical memory used by the job ('''MB''') ||