Skip to content

Commit

Permalink
Intel MPI from OneAPI2025
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Oct 26, 2024
1 parent d5a7c89 commit 05e4266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/build_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ if [[ "$os" == "Linux" ]]; then
$MYSUDO apt-get update

if [[ "$MPI_IMPL" == "intel" ]]; then
mpi_bin=" " ; mpi_libdev=" " scalapack_libdev=" "
mpi_bin="intel-oneapi-mpi" ; mpi_libdev="intel-oneapi-mpi-devel" scalapack_libdev=" "
fi
fi
if [[ "$GITHUB_WORKFLOW" != "NWChem_CI_selfhosted" ]]; then
Expand Down

0 comments on commit 05e4266

Please sign in to comment.