aboutsummaryrefslogtreecommitdiff
path: root/network/slurm/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-20 16:28:21 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-26 01:20:08 +0700
commitd38b127c1abd24d7f139c847916d81f80dddc89a (patch)
treed209b41f2e12432e6adafbe4156c01e26c284d70 /network/slurm/README
parent17bbcb448095ed10f47232129a1977b9e370548d (diff)
network/slurm: Fix 32-bit build.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/slurm/README')
-rw-r--r--network/slurm/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/network/slurm/README b/network/slurm/README
index d12ef6cdeb69a..df2c788c60591 100644
--- a/network/slurm/README
+++ b/network/slurm/README
@@ -22,3 +22,6 @@ Optional dependencies:
HWLOC=yes|no (default: no), requires hwloc
RRDTOOL=yes|no (default: no), requires rrdtool
NUMA auto-detected, requires numactl
+
+Warning for 32-bit users: according to slurm's developers: 32-bit
+support is deprecated, and not tested regularly. Use at your own risk.