Changes between Version 13 and Version 14 of WRF4Gresources_wrf4g_advanced
- Timestamp:
- Apr 1, 2013 9:48:43 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4Gresources_wrf4g_advanced
v13 v14 92 92 93 93 {{{ 94 ENVIRONMENT = ' MAXWALLTIME = 00:01:00' # 60 seconds of max walltime95 ENVIRONMENT = ' MAXWALLTIME = 00:01:00, MAXMEMORY = 2000' # 60 seconds of max walltime and 2 GB of RAM memory94 ENVIRONMENT = 'WALLTIME = 00:01:00' # 60 seconds of max walltime 95 ENVIRONMENT = 'WALLTIME = 00:01:00, MEMORY = 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 ('''HH:MM:SS''')||103 || MAXWALLTIME||Maximum amount of real time during which the job can be in the running state ('''HH:MM:SS''')||104 ||M AXMEMORY||Maximum amount of physical memory used by the job ('''MB''') ||102 ||CPUTIME||Maximum amount of CPU time used by all processes in the job ('''HH:MM:SS''')|| 103 ||WALLTIME||Maximum amount of real time during which the job can be in the running state ('''HH:MM:SS''')|| 104 ||MEMORY||Maximum amount of physical memory used by the job ('''MB''') ||