From 132f5ebcc7b59837b52bf08ee24e4869ddba92d1 Mon Sep 17 00:00:00 2001 From: Tim Wickberg <tim@schedmd.com> Date: Wed, 2 Nov 2016 21:42:31 -0700 Subject: [PATCH] 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. --- doc/html/programmer_guide.shtml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/html/programmer_guide.shtml b/doc/html/programmer_guide.shtml index be7c4a10722..4a33b7c8ba2 100644 --- a/doc/html/programmer_guide.shtml +++ b/doc/html/programmer_guide.shtml @@ -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 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> <p>To make the use of different infrastructures possible, Slurm uses a general @@ -275,6 +270,6 @@ host1> slurmd -N foo21 <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"--> -- GitLab