Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
62eab60a
"README.rst" did not exist on "aa16a7f57c33e763054bc14e0ada0a6d1e6ba59b"
Commit
62eab60a
authored
17 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Remove links to ftp.llnl.gov
parent
3ac8bb13
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/html/download.shtml
+7
-19
7 additions, 19 deletions
doc/html/download.shtml
doc/html/faq.shtml
+5
-2
5 additions, 2 deletions
doc/html/faq.shtml
with
12 additions
and
21 deletions
doc/html/download.shtml
+
7
−
19
View file @
62eab60a
...
@@ -3,24 +3,11 @@
...
@@ -3,24 +3,11 @@
<h1>Download</h1>
<h1>Download</h1>
<p>
<p>
SLURM source can be downloaded from <br>
SLURM source can be downloaded from <br>
<a href="ftp://ftp.llnl.gov/pub/linux/slurm/">
ftp://ftp.llnl.gov/pub/linux/slurm</a> or <br>
<a href="https://sourceforge.net/projects/slurm/">
<a href="https://sourceforge.net/projects/slurm/">
https://sourceforge.net/projects/slurm/</a><br>
https://sourceforge.net/projects/slurm/</a><br>
There is also a Debian package named <i>slurm-llnl</i> available at <br>
There is also a Debian package named <i>slurm-llnl</i> available at <br>
<a href="http://www.debian.org/">http://www.debian.org/</a><br>
<a href="http://www.debian.org/">http://www.debian.org/</a><br>
The latest stable release is version 1.2.</p>
The latest stable release of SLURM is version 1.2.</p>
<p><b>NOTE:</b> The LLNL FTP server has strict firewall restrictions.
Depending upon your firewall configuration, the use
of ftp passive mode may be required (use the "-p" option for the
ftp command, e.g. "ftp -p ftp.llnl.gov"; web browsers may also
require setting the ftp preference to passive mode).<br>
<b>NOTE:</b> This server will only download files to computers
on which it can perform a reverse DNS lookup for the IP address
issuing the request.<br>
These requirement are part of a LLNL site-wide policy for security
purposes that we have no control over.</p>
<p> Other software available for download includes
<p> Other software available for download includes
<ul>
<ul>
...
@@ -29,10 +16,10 @@ Pluggable Authentication Module (PAM) for restricting access to compute nodes
...
@@ -29,10 +16,10 @@ Pluggable Authentication Module (PAM) for restricting access to compute nodes
where SLURM performs resource management. Access to the node is restricted to
where SLURM performs resource management. Access to the node is restricted to
user root and users who have been allocated resources on that node. <br>
user root and users who have been allocated resources on that node. <br>
pam_slurm is available for download from <br>
pam_slurm is available for download from <br>
<a href="ftp://ftp.llnl.gov/pub/linux/pam_slurm/">
ftp://ftp.llnl.gov/pub/linux/pam_slurm</a> and <br>
<a href="https://sourceforge.net/projects/slurm/">
<a href="https://sourceforge.net/projects/slurm/">
https://sourceforge.net/projects/slurm/</a><br>
https://sourceforge.net/projects/slurm/</a><br> or use the
<a href="http://www.debian.org/">Debian</a> package
named <i>libpam-slurm</i>.<br>
The latest stable release is version 1.4.</p>
The latest stable release is version 1.4.</p>
</ul>
</ul>
...
@@ -62,7 +49,8 @@ the <b>qsnetlibs</b> development libraries from
...
@@ -62,7 +49,8 @@ the <b>qsnetlibs</b> development libraries from
plugin also requires the <b>libelanhosts</b> library and
plugin also requires the <b>libelanhosts</b> library and
a corresponding /etc/elanhosts configuration file, used to map
a corresponding /etc/elanhosts configuration file, used to map
hostnames to Elan IDs. The libelanhosts source is available from
hostnames to Elan IDs. The libelanhosts source is available from
<a href="ftp://ftp.llnl.gov/pub/linux/libelanhosts/">ftp://ftp.llnl.gov/pub/linux/libelanhosts</a>.
<a href="https://sourceforge.net/projects/slurm/">
https://sourceforge.net/projects/slurm/</a>.
</ul>
</ul>
<li>MPI versions supported</li>
<li>MPI versions supported</li>
...
@@ -97,6 +85,6 @@ Portable Linux Processor Affinity (PLPA)</a></li>
...
@@ -97,6 +85,6 @@ Portable Linux Processor Affinity (PLPA)</a></li>
</ul>
</ul>
<p style="text-align:center;">Last modified
13 July
2007</p>
<p style="text-align:center;">Last modified
6 December
2007</p>
<!--#include virtual="footer.txt"-->
<!--#include virtual="footer.txt"-->
This diff is collapsed.
Click to expand it.
doc/html/faq.shtml
+
5
−
2
View file @
62eab60a
...
@@ -564,7 +564,10 @@ limit from being propagated:<i>PropagateResourceLimitsExcept=MEMLOCK</i>.</p>
...
@@ -564,7 +564,10 @@ limit from being propagated:<i>PropagateResourceLimitsExcept=MEMLOCK</i>.</p>
<p>We also have a PAM module for SLURM that prevents users from
<p>We also have a PAM module for SLURM that prevents users from
logging into nodes that they have not been allocated (except for user
logging into nodes that they have not been allocated (except for user
root, which can always login. pam_slurm is available for download from
root, which can always login. pam_slurm is available for download from
<a href="ftp://ftp.llnl.gov/pub/linux/pam_slurm/">ftp://ftp.llnl.gov/pub/linux/pam_slurm</a>
<a href="https://sourceforge.net/projects/slurm/">
https://sourceforge.net/projects/slurm/</a> or use the
<a href="http://www.debian.org/">Debian</a> package
named <i>libpam-slurm</i>.
The use of pam_slurm does not require <i>UsePAM</i> being set. The
The use of pam_slurm does not require <i>UsePAM</i> being set. The
two uses of PAM are independent.
two uses of PAM are independent.
...
@@ -857,6 +860,6 @@ SLURM output expecting the old format (e.g. LSF, Maui or Moab).
...
@@ -857,6 +860,6 @@ SLURM output expecting the old format (e.g. LSF, Maui or Moab).
<p class="footer"><a href="#top">top</a></p>
<p class="footer"><a href="#top">top</a></p>
<p style="text-align:center;">Last modified
9 Nov
ember 2007</p>
<p style="text-align:center;">Last modified
6 Dec
ember 2007</p>
<!--#include virtual="footer.txt"-->
<!--#include virtual="footer.txt"-->
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment