Deploying OpenHPC on a Singe Node
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following commands to decompress the installation package:
cd /path/to/OPENHPC
tar -xvf OpenHPC-1.3.8.CentOS_7.aarch64.tar
- Display the files in the installation package. ls
CentOS_7 make_repo.sh OpenHPC-1.3.8.CentOS_7.aarch64.tar OpenHPC.local.repo READM
- Run the make_repo.sh file.
./make_repo.sh
The following is an example of the command output.
Creating OpenHPC.local.repo file in /etc/yum.repos.d Local repodata stored in /opt/OpenHPC
Parent topic: Deploying OpenHPC