Changes between Version 11 and Version 12 of WRF4G/ExecutionEnvironments
- Timestamp:
- Feb 18, 2013 1:53:00 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4G/ExecutionEnvironments
v11 v12 399 399 # @ output = f i l e 400 400 The name of the file to collect the standard output (stdout) of the job. 401 # @ t o t a l t a s k s = number 401 {{{ 402 # @ total_tasks = number 403 }}} 402 404 The number of processes to start. 403 405 There are also a few SLURM environment variables you can use in your … … 428 430 # @ output = mpi%j.out 429 431 # @ error = mpi%j.err 430 # @ total tasks = 56431 # @ wall clocklimit = 00:02:00432 # @ total_tasks = 56 433 # @ wall_clock_limit = 00:02:00 432 434 433 435 srun ./parallelbinary > parallel.output 434 436 }}} 435 436 437 438 439 440 441 437 442 438 = [[http://www.dkrz.de/Nutzerportal-en/doku/getting-started|DKRZ]] =