We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System information
Describe the bug
Running the OpenMPI benchmarks result in a crash due to command mkdir -p /RET_MPI/omb.
mkdir -p /RET_MPI/omb
A folder RET_MPI exists in the RET root directory. I suspect the above path should point to this directory.
RET_MPI
To Reproduce:
# cd <RET-root> sudo ./ret install rocm sudo ./ret install mpi
Expected behavior
Benchmarks complete without errors.
Additional context / logs
log/ret.log
[2020.01.20 @ 12:00:53:780283254] [DON] Build Open MPI completed successfully. [] [2020.01.20 @ 12:00:53:798066022] [DON] Install Completed Successfully. [] [2020.01.20 @ 12:00:53:817972288] [SUB] \e[0K⡇ Run mpi Post-Installation: Setting PATH and LD_LIBRARY_PATH in /etc/profile.d/mpi.sh [] [2020.01.20 @ 12:00:53:817237087] [CMD] echo 'export PATH=/home/hpcuser/work/RET/RET_MPI/RET_MPI/ompi/bin:/home/hpcuser/work/RET/RET_MPI/RET_MPI/ucx/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' | tee -a /etc/profile.d/mpi.sh [runCmd] [2020.01.20 @ 12:00:53:836970005] [OUT] export PATH=/home/hpcuser/work/RET/RET_MPI/RET_MPI/ompi/bin:/home/hpcuser/work/RET/RET_MPI/RET_MPI/ucx/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin [2020.01.20 @ 12:00:53:854840308] [CMD] echo 'export LD_LIBRARY_PATH=/home/hpcuser/work/RET/RET_MPI/RET_MPI/ompi/lib:/home/hpcuser/work/RET/RET_MPI/RET_MPI/ucx/lib:/home/hpcuser/work/RET/RET_MPI/RET_MPI/gdrcopy/lib64:' | tee -a /etc/profile.d/mpi.sh [runCmd] [2020.01.20 @ 12:00:53:874062610] [OUT] export LD_LIBRARY_PATH=/home/hpcuser/work/RET/RET_MPI/RET_MPI/ompi/lib:/home/hpcuser/work/RET/RET_MPI/RET_MPI/ucx/lib:/home/hpcuser/work/RET/RET_MPI/RET_MPI/gdrcopy/lib64: [2020.01.20 @ 12:00:53:891704371] [CMD] source /etc/profile.d/mpi.sh [runCmd] [2020.01.20 @ 12:00:53:913592327] [INF] Run OSU MPI benchmark? [Y/n] [Y] [2020.01.20 @ 12:00:53:937328920] [SUB] \e[0K⡇ Setting up OSU MPI Benchmark [] [2020.01.20 @ 12:00:53:936121907] [CMD] su -p hpcuser -c 'rm -fr /RET_MPI/omb' [runCmd] [2020.01.20 @ 12:00:53:964838774] [CMD] su -p hpcuser -c 'mkdir -p /RET_MPI/omb' [runCmd] [2020.01.20 @ 12:00:53:992012210] [OUT] mkdir: cannot create directory '/RET_MPI': Permission denied [2020.01.20 @ 12:00:54:009803224] [ERR] An error occurred while executing the command! [su -p hpcuser -c 'mkdir -p /RET_MPI/omb']
The text was updated successfully, but these errors were encountered:
No branches or pull requests
System information
Describe the bug
Running the OpenMPI benchmarks result in a crash due to command
mkdir -p /RET_MPI/omb
.A folder
RET_MPI
exists in the RET root directory. I suspectthe above path should point to this directory.
To Reproduce:
# cd <RET-root> sudo ./ret install rocm sudo ./ret install mpi
Expected behavior
Benchmarks complete without errors.
Additional context / logs
log/ret.log
The text was updated successfully, but these errors were encountered: