From fd2bc9fe798a68424597162c788b6f782f7f420c Mon Sep 17 00:00:00 2001 From: edoapra Date: Fri, 25 Oct 2024 21:37:38 -0700 Subject: [PATCH] Intel MPI from OneAPI2025 --- travis/build_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/build_env.sh b/travis/build_env.sh index 3bf740577a..43c816a262 100755 --- a/travis/build_env.sh +++ b/travis/build_env.sh @@ -166,7 +166,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