Deploying OpenHPC in a Cluster
Procedure
- Upload the original OpenHPC installation package to the /path/to/OPENHPC directory on all nodes.
Do not configure NFS sharing for the /path/to/OPENHPC directory.
- Batch decompress the packages.
clush -a "tar -xvf /path/to/OPENHPC/OpenHPC-1.3.8.CentOS_7.aarch64.tar"
- Run the make_repo.sh file on all the nodes.
clush -a "cd /path/to/OPENHPC/OpenHPC-1.3.8.CentOS_7.aarch64;./make_repo.sh"
Parent topic: Deploying OpenHPC