Changes between Version 15 and Version 16 of doc/app/palm_config
- Timestamp:
- Aug 16, 2018 3:03:44 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/palm_config
v15 v16 129 129 |----------- 130 130 ||job_id ||job name under which you can find the job in the respective job queue ||generated from {{{palmrun}}} option {{{-d}}} plus a 5-digit random number, separated by a dot, e.g. {{{palmrun -d abcde ...}}} may generate {{{abcde.12345}}} || 131 ||cpu_hours \\ cpu_minutes \\ cpu_seconds \\ cputime ||cpu time requested by the job split in hours, minutes and seconds. {{{cputime}}} is the requested time in seconds. ||generated from {{{palmrun}}} {{{-t}}}, e.g. in the above example, {{{palmrun -t 3662 ...}}} will generate {{{1:1:2}}} || 131 ||cpu_hours \\ cpu_minutes \\ cpu_seconds \\ cputime ||cpu time requested by the job split in hours, minutes and seconds. {{{cputime}}} is the requested time in seconds. ||calculated from {{{palmrun}}} option {{{-t}}}, e.g. in the above example, {{{palmrun -t 3662 ...}}} will generate {{{1:1:2}}} || 132 ||timestring ||Requested CPU time in format hh:mm:ss ||calculated from {{{palmrun}}} option {{{-t}}} || 132 133 ||nodes ||number of compute nodes requested by the job ||calculated from {{{palmrun}}} options {{{-X}}} (total number of cores to be used), {{{-T}}} (number of MPI tasks to be started on each node), and {{{-O}}} (number of OpenMP threads to be started by each MPI task). {{{nodes}}} is calculated as {{{cores / ( tasks_per_node * threads_per_task)}}}. {{{threads_per_task}}} is one in pure MPI applications. If {{{tasks_per_node * threads_per_task}}} is not an integral divisor of the total number of cores, less tasks/threads will run on the last node. || 133 134 ||tasks_per_node ||. ||. || 134 135 ||threads_per_task ||. ||. || 135 136 ||cores ||. ||. || 137 ||mpi_tasks ||. ||cores / threads_per_task || 136 138 ||job_protocol_file ||. ||. || 139 ||memory ||requested memory in MByte ||as given by {{{palmrun}}} option {{{-m}}} or as set in the configuration file via {{{%memory}}}. Option overwrites the setting in the configuration file. || 137 140 ||queue ||. ||. || 138 141 … … 142 145 }}} 143 146 144 Instead using variables in the batch directives, you may use specific values, but with a loss of flexibility.147 Instead of using variables in the batch directives, you may give specific values, but with a loss of flexibility. 145 148 146 149 === UNIX commands ===