Using PROCS_PER_NODE_TAG
Some queue systems allow you to specify the number of processes, others require you to select the number of nodes and the number of processes per node.
The software caters for both of these but it is important to know
whether your template file and queue system expect to be told the number
of processes (NUM_PROCS_TAG
) or the number of nodes and processes per
node (NUM_NODES_TAG
and PROCS_PER_NODE_TAG
).
See sample.qtf
for an explanation of the queue template system in the Linaro Forge installation directory, at <installationdirectory>/templates
.