Commit df13b7f3 authored by Moe Jette's avatar Moe Jette
Browse files

Patch #27: Converts Cray-specific #PBS directives in sbatch. I

            did this in preparation for the migration from PBS
            which will start next week.

sbatch: support mpp.* PBS variants

This adds support for Cray-specific PBS directives:
 * mppwidth: Task width (corresponds to --ntasks). This is not
             directly mapped, depends on the other parameters.
 * mppmem:   Memory in units of k/m/g. Default unit is Mbyte, kbyte units
             are rounded up to the next Mbyte. Actual amount depends on
	     mppnppn.
 * mppdepth: Task depth, maps into --cpus-per-task.
 * mppnppn:  Processing elements per node, maps into --ntasks-per-node.
 * mppnodes: Nodelist. In contrast to PBS, requires nid%05u prefix, i.e
             the comma-separated list contains single entries nid%05u 
	     and/or ranges nid%05u-nid%05u.
parent be59fd49
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment