~ubuntu-branches/ubuntu/vivid/slurm-llnl/vivid

« back to all changes in this revision

Viewing changes to doc/html/mc_support.shtml

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2009-09-24 23:28:15 UTC
  • mfrom: (1.1.11 upstream) (3.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090924232815-enh65jn32q1ebg07
Tags: 2.0.5-1
* New upstream release 
* Changed dependecy from lib-mysqlclient15 to lib-mysqlclient 
* Added Default-Start for runlevel 2 and 4 and $remote_fs requirement in
  init.d scripts (Closes: #541252)
* Postinst checks for wrong runlevels 2 and 4 links
* Upgraded to standard version 3.8.3
* Add lintian overrides for missing slurm-llnl-configurator.html in doc
  base registration
* modified postrm scripts to ignore pkill return value in order to avoid
  postrm failure when no slurm process is running
* Checking for slurmctld.pid before cancelling running and pending
  jobs during package removal 

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
</td></tr>
80
80
<tr>
81
81
    <td> -B <i>S[:C[:T]]</i></td>
82
 
    <td> Combined shorcut option for --sockets-per-node, --cores-per_cpu, --threads-per_core
 
82
    <td> Combined shortcut option for --sockets-per-node, --cores-per_cpu, --threads-per_core
83
83
</td></tr>
84
84
<tr><td colspan=2>
85
85
<b><a href="#srun_dist">New Distributions</b>
356
356
<p>The <tt>--ntasks-per-{node,socket,core}=<i>ntasks</i></tt> flags
357
357
allow the user to request that no more than <tt><i>ntasks</i></tt>
358
358
be invoked on each node, socket, or core.
359
 
This is similiar to using <tt>--cpus-per-task=<i>ncpus</i></tt>
 
359
This is similar to using <tt>--cpus-per-task=<i>ncpus</i></tt>
360
360
but does not require knowledge of the actual number of cpus on
361
361
each node.  In some cases, it is more convenient to be able to
362
362
request that no more than a specific number of ntasks be invoked
896
896
 
897
897
<p>The 'scontrol show job' command can be used to display
898
898
the number of allocated CPUs per node as well as the socket, cores,
899
 
and threads specified in the request and contraints.
 
899
and threads specified in the request and constraints.
900
900
 
901
901
<PRE>
902
902
% srun -N 2 -B 2:1-1 sleep 100 &