-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: The job shell supports a limited set of mustache tags. Expand the set of supported tags, including: - {{nnodes}} and {{size}} for the total node and task count - A set of node.* tags including: - {{node.id}}: index of this shell relative to job - {{node.ntasks}}: number of tasks local to this node - {{node.name}}: hostname - {{node.ncores}}: number of allocated cores on this node - {{node.ngpus}}: number of allocated gpus on this node - {{node.taskids}: task idset, e.g. 0-3 - {{node.coreids}}: core idset, e.g. "0-3" - {{node.gpuids}}: gpu idset e.g. "0"
- Loading branch information
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters