mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
SPCM (Simple, Portable Cluster Manager) is a free, open source integrated tool set for managing a simple HPC (High Performance Computing) cluster. It is the only portable cluster management suite we are aware of and is designed to be easily adapted to most POSIX platforms. SPCM automates the process of configuring a head node, compute nodes, file servers, and visualization nodes. Most common management tasks can be performed using a simple menu interface, while additional tasks are supported by command-line tools.
11 lines
319 B
Bash
11 lines
319 B
Bash
--- install.sh.orig 2021-01-06 01:45:59 UTC
|
|
+++ install.sh
|
|
@@ -47,7 +47,7 @@ fi
|
|
chmod o-rwx ${DESTDIR}${PREFIX}/sbin/*
|
|
|
|
install -c cluster-passwd ${DESTDIR}${PREFIX}/bin
|
|
-chmod 6555 ${DESTDIR}${PREFIX}/bin/cluster-passwd
|
|
+#chmod 6555 ${DESTDIR}${PREFIX}/bin/cluster-passwd
|
|
|
|
# FIXME: Create and install man pages
|
|
|