Skip to content
Snippets Groups Projects
Commit b6239b19 authored by Moe Jette's avatar Moe Jette
Browse files

Minor layout changes.

parent ccb70420
No related branches found
No related tags found
No related merge requests found
...@@ -155,8 +155,8 @@ the job with appropriate constraints.</p> ...@@ -155,8 +155,8 @@ the job with appropriate constraints.</p>
<p style="margin-left:.2in"><b>Arguments</b>:<br> <p style="margin-left:.2in"><b>Arguments</b>:<br>
<span class="commandline"> job_ptr</span>&nbsp; &nbsp;&nbsp;(input) pointer <span class="commandline"> job_ptr</span>&nbsp; &nbsp;&nbsp;(input) pointer
to the job being considered for scheduling. Data in this job record may safely be read. to the job being considered for scheduling. Data in this job record may safely be read.
Data of particular interst include <i>details->contiguous</i>(set if allocated nodes Data of particular interst include <i>details->contiguous</i> (set if allocated nodes
should be contiguous) <i>num_procs</i> (minimum processors in allocation) and should be contiguous), <i>num_procs</i> (minimum processors in allocation) and
<i>details->req_node_bitmap</i> (specific required nodes).<br> <i>details->req_node_bitmap</i> (specific required nodes).<br>
<span class="commandline"> bitmap</span>&nbsp; &nbsp;&nbsp;(input/output) <span class="commandline"> bitmap</span>&nbsp; &nbsp;&nbsp;(input/output)
bits representing nodes which might be allocated to the job are set on input. bits representing nodes which might be allocated to the job are set on input.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment