diff --git a/doc/html/Makefile.am b/doc/html/Makefile.am index 402309b58f7eb32cf15b937a875e77573555470b..ed46c68aa9f610c7b0126dc93c4b7293bc37b47d 100644 --- a/doc/html/Makefile.am +++ b/doc/html/Makefile.am @@ -66,6 +66,7 @@ generated_html = \ quickstart.html \ reservations.html \ resource_limits.html \ + rosetta.html \ schedplugins.html \ select_design.html \ selectplugins.html \ @@ -103,6 +104,8 @@ html_DATA = \ plane_ex5.gif \ plane_ex6.gif \ plane_ex7.gif \ + rosetta.gif \ + rosetta.pdf \ slurm_logo.png \ schedmd.png \ slurm_design.pdf \ diff --git a/doc/html/Makefile.in b/doc/html/Makefile.in index 6471f8ee997b91c0a61664ceaf6cfb8033ac0636..4e3efe11e00f8be9cbb5e6a9110fe4ef61459227 100644 --- a/doc/html/Makefile.in +++ b/doc/html/Makefile.in @@ -410,6 +410,7 @@ generated_html = \ quickstart.html \ reservations.html \ resource_limits.html \ + rosetta.html \ schedplugins.html \ select_design.html \ selectplugins.html \ @@ -447,6 +448,8 @@ html_DATA = \ plane_ex5.gif \ plane_ex6.gif \ plane_ex7.gif \ + rosetta.gif \ + rosetta.pdf \ slurm_logo.png \ schedmd.png \ slurm_design.pdf \ diff --git a/doc/html/documentation.shtml b/doc/html/documentation.shtml index a349bea9771e842531dd082b9aeb8ea3d52b148d..c7e68e36c3f497f29ab5a3a8e06c765f3344866e 100644 --- a/doc/html/documentation.shtml +++ b/doc/html/documentation.shtml @@ -12,6 +12,7 @@ Documenation for other versions of Slurm is distributed with the code</b></p> <ul> <li><a href="quickstart.html">Quick Start User Guide</a></li> <li><a href="man_index.html">Man Pages</a></li> +<li><a href="rosetta.html">Rosetta Stone of Workload Managers</a></li> <li><a href="cpu_management.html">CPU Management User and Administrator Guide</a></li> <li><a href="mpi_guide.html">MPI and UPC Users Guide</a></li> <li><a href="mc_support.html">Support for Multi-core/Multi-threaded Architectures</a></li> @@ -107,6 +108,6 @@ Documenation for other versions of Slurm is distributed with the code</b></p> </li> </ul> -<p style="text-align:center;">Last modified 29 November 2012</p> +<p style="text-align:center;">Last modified 17 January 2013</p> <!--#include virtual="footer.txt"--> diff --git a/doc/html/rosetta.gif b/doc/html/rosetta.gif new file mode 100644 index 0000000000000000000000000000000000000000..783491c577fd249b262759a464604df2352d9cff Binary files /dev/null and b/doc/html/rosetta.gif differ diff --git a/doc/html/rosetta.pdf b/doc/html/rosetta.pdf new file mode 100644 index 0000000000000000000000000000000000000000..02b993318bf8f81e93c3a8aa91998e1d82d0c2a8 Binary files /dev/null and b/doc/html/rosetta.pdf differ diff --git a/doc/html/rosetta.shtml b/doc/html/rosetta.shtml new file mode 100644 index 0000000000000000000000000000000000000000..ff6e5eab7390a54c1d349204dbe06a5b6694d67f --- /dev/null +++ b/doc/html/rosetta.shtml @@ -0,0 +1,20 @@ +<!--#include virtual="header.txt"--> + +<h1>Rosetta Stone of Workload Managers</h1> +<h2>PBS/Torque, Slurm, LSF, SGE and LoadLeveler</h2> + +<P>This table lists the most common command, environment variables, and +job specification options used by the major workload management systems: +PBS/Torque, Slurm, LSF, SGE and LoadLeveler. +Each of these workload managers has unique features, but the most commonly +used functionality is available in all of these environments as listed +in the table. +This should be considered a work in progress and contributions to improve +the document are welcome.</P> + +<p>Click to get full size file</p> +<a href="rosetta.pdf"><img src="rosetta.gif" width=600></a> + +<p style="text-align: center;">Last modified 17 January 2013</p> + +<!--#include virtual="footer.txt"-->