Skip to content
Snippets Groups Projects
Commit 132f5ebc authored by Tim Wickberg's avatar Tim Wickberg
Browse files

docs - remove mention of platform independence in programmers guide

We don't build on Tru-64, and there are a lot more platform-dependent
pieces of code within Slurm than we've indicated here.
parent a40bdd65
No related branches found
No related tags found
No related merge requests found
...@@ -20,11 +20,6 @@ Linux kernel coding style</a>. <i>(Some components of Slurm have been taken from ...@@ -20,11 +20,6 @@ Linux kernel coding style</a>. <i>(Some components of Slurm have been taken from
various sources. Some of these components do not conform to the Linux kernel various sources. Some of these components do not conform to the Linux kernel
coding style. However, new code written for Slurm should follow these standards.)</i> coding style. However, new code written for Slurm should follow these standards.)</i>
<p>Many of these modules have been built and tested on a variety of Unix computers
including Red Hat Linux, IBM's AIX, Sun's Solaris, and Compaq's Tru-64. The only
module at this time that is operating system dependent is <span class="commandline">src/slurmd/read_proc.c</span>.
We will be porting and testing on additional platforms in future releases.
<h2>Plugins</h2> <h2>Plugins</h2>
<p>To make the use of different infrastructures possible, Slurm uses a general <p>To make the use of different infrastructures possible, Slurm uses a general
...@@ -275,6 +270,6 @@ host1> slurmd -N foo21 ...@@ -275,6 +270,6 @@ host1> slurmd -N foo21
<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 12 February 2014</p> <p style="text-align:center;">Last modified 2 November 2016</p>
<!--#include virtual="footer.txt"--> <!--#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