Skip to content

Commit

Permalink
test without Open MPI
Browse files Browse the repository at this point in the history
  • Loading branch information
mgates3 committed Oct 29, 2024
1 parent 0e6f2d7 commit f374fe7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,17 @@ ${CC} --version
${FC} --version

#----------------------------------------------------------------- MPI
# Test Open MPI with CPU and CUDA.
# Test Open MPI with CPU and CUDA. --> temporarily use Intel MPI.
# Test Intel MPI with ROCm and SYCL.
# Note: Open MPI hides SYCL devices, at least in our current CI.
if [ "${device}" = "cpu" -o "${device}" = "gpu_nvidia" ]; then
if false; then
#if [ "${device}" = "cpu" -o "${device}" = "gpu_nvidia" ]; then
print "======================================== Load Open MPI"
quiet module load openmpi
export OMPI_CXX=${CXX}
export OMPI_CC=${CC}
export OMPI_FC=${FC}
unset UCX_NET_DEVICES # complains about unavailable interface mlx5_0:1

echo "mkl_blacs = openmpi" >> make.inc
else
Expand Down

0 comments on commit f374fe7

Please sign in to comment.