diff --git a/doc/html/faq.shtml b/doc/html/faq.shtml index 57800c0a886ad7632f342e885b82c089332167e0..901f372ecf9d1a5de2c0eca626039d73385f3988 100644 --- a/doc/html/faq.shtml +++ b/doc/html/faq.shtml @@ -67,6 +67,7 @@ generated?</a></li> <li><a href="#cred_replay">Why are "Task launch failed on node ... Job credential replayed" errors generated?</a></li> +<li><a href="#globus">Can SLURM be used with Globus?</li> </ol> <h2>For Users</h2> @@ -400,7 +401,7 @@ ssh -X -t $NODE $IS slurm$JOB </pre> <p>NOTE: The above script executes the script below, -named <i>_interactive<i>.</p> +named <i>_interactive</i>.</p> <pre> #!/bin/sh # -*- coding: utf-8 -*- @@ -838,8 +839,15 @@ for jobs that it considers terminated. This solution to this problem is to cold-start all slurmd daemons whenever the slurmctld daemon is cold-started. +<p><a name="globus"><b>23. Can SLURM be used with Globus?</b><br> +Yes. Build and install SLURM's Torque/PBS command wrappers along with +the Perl APIs from SLURM's <i>contribs</i> directory and configure +<a href="http://www-unix.globus.org/">Globus</a> to use those PBS commands. +Note there are RPMs available for both of these packages, named +<i>torque</i> and <i>perlapi</i> respectively. + <p class="footer"><a href="#top">top</a></p> -<p style="text-align:center;">Last modified 2 October 2007</p> +<p style="text-align:center;">Last modified 24 October 2007</p> <!--#include virtual="footer.txt"--> diff --git a/doc/html/news.shtml b/doc/html/news.shtml index 3648481202f2546bfbe1eeeecc4f298a61cf1af0..0b2f792e76751ac4764c06d04b3dcbd19343d246 100644 --- a/doc/html/news.shtml +++ b/doc/html/news.shtml @@ -57,8 +57,10 @@ mechanism.</li> <a href="power_save.html">power savings</a> on idle nodes.</li> <li>Support for MPICH-MX, MPICH1/shmem and MPICH1/p4 added with task launch directly from the <i>srun</i> command.</li> -<li>Wrappers available for common PBS commands +<li>Wrappers available for common Torque/PBS commands (<i>psub</i>, <i>pstat</i>, and <i>pbsnodes</i>).</li> +<li>Support for <a href="http://www-unix.globus.org/">Globus</a> +(using Torque/PBS command wrappers).</li> <li>Wrapper available for <i>mpiexec</i> command.</li> </ul> @@ -78,7 +80,6 @@ without an external scheduler).</li> <i>salloc</i>, <i>sattach</i> or <i>sbatch</i> commands instead).</li> <li><i>srun --pty</i> option added to support remote pseudo terminial for spawned tasks.</li> -<li>Support for <a href="http://www-unix.globus.org/">Globus</a></li> </ul> <h2><a name="14">Major Updates in SLURM Version 1.4 and beyond</a></h2> @@ -92,6 +93,6 @@ to coordinate activies. Future development plans includes: and refresh.</li> </ul> -<p style="text-align:center;">Last modified 16 October 2007</p> +<p style="text-align:center;">Last modified 24 October 2007</p> <!--#include virtual="footer.txt"-->