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

describe how to use Globus with SLURM

parent 8c7e86f7
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,7 @@ generated?</a></li>
<li><a href="#cred_replay">Why are
&quot;Task launch failed on node ... Job credential replayed&quot;
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"-->
......@@ -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"-->
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