Skip to content

Commit

Permalink
Merge branch 'main' into dlsuffix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhammond committed Jan 31, 2024
2 parents 27db846 + 64526c6 commit fd7ea47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ else
fi
if [ -e /opt/intel/oneapi/mpi/latest ]; then
IMPIRUN="/opt/intel/oneapi/mpi/latest/bin/mpirun -l"
IMPILIB=/opt/intel/oneapi/mpi/latest/lib/libmpi.so
IMPILIB=/opt/intel/oneapi/mpi/latest/lib/debug/libmpi.so
#IMPILIB=/opt/intel/oneapi/mpi/latest/lib/release/libmpi.so
fi
#OPTS="--mca osc ucx"
#OMPIRUN="/usr/bin/mpirun.openmpi --tag-output"
Expand Down

0 comments on commit fd7ea47

Please sign in to comment.