Changes between Version 20 and Version 21 of idefix
- Timestamp:
- May 16, 2019 5:27:09 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
idefix
v20 v21 72 72 (3) Installation verification: 73 73 Follow the steps of the [https://palm.muk.uni-hannover.de/trac/wiki/doc/install/advanced#Installationverification verification procedure] as described on the PALM website.\\ 74 To start an interactive PALM run, create a {{{palmrun}}} command): 74 75 (4) Start a simulation 76 ---- 77 '''NOTE: Jobs must be started using the batch system (see below), otherwise users might block each others simulation''' 78 ---- 79 To start a PALM run in batch mode (palmrun option -b), use this command and replace the <..>: 75 80 {{{ 76 palmrun -r <run_identifier> -c idefix -a "d3#" -X <total number of cores to be used (max. 64)> -T <number of cores/node (=X, since idefix has only one node)> -m <memory per node>81 palmrun -r <run_identifier> -c idefix -a "d3#" -X <total number of cores to be used> -T <number of cores/node> -m <memory per node> -t <allocated cpu time> -b 77 82 }}} 83 * -X | max. 64 84 * -T | =X, since idefix has only one node 85 * -t | max. 43200 (s) 78 86 The graphical user interface [https://palm.muk.uni-hannover.de/trac/wiki/doc/app/palmrungui palmrungui] can be used to create a palmrun command line for starting a selected PALM simulation. 79 87 80 ---- 81 '''NOTE: Jobs must be started using the batch system (see below)''' 82 ---- 88 83 89 84 90 == Batch system ==