From 0961d3a252b601efd08b3e1a2575a289e293d16e Mon Sep 17 00:00:00 2001 From: edoapra Date: Tue, 6 Sep 2022 23:37:22 -0700 Subject: [PATCH] oneapi cleanup again --- travis/build_env.sh | 4 +--- travis/nwchem.bashrc | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/travis/build_env.sh b/travis/build_env.sh index 5a2a7aeb67..caa16612aa 100755 --- a/travis/build_env.sh +++ b/travis/build_env.sh @@ -51,12 +51,10 @@ echo DISTR is "$DISTR" "$IONEAPI_ROOT"/ipp "$IONEAPI_ROOT"/conda_channel "$IONEAPI_ROOT"/dnnl \ "$IONEAPI_ROOT"/installer "$IONEAPI_ROOT"/vtune_profiler "$IONEAPI_ROOT"/tbb || true fi - source "$IONEAPI_ROOT"/setvars.sh || true + source "$IONEAPI_ROOT"/setvars.sh --force || true export I_MPI_F90="$FC" ls -lrta $IONEAPI_ROOT ||true - df -h rm -f *dmg || true - df -h "$FC" -V icc -V else diff --git a/travis/nwchem.bashrc b/travis/nwchem.bashrc index 95104c0e50..c55c0be3e4 100644 --- a/travis/nwchem.bashrc +++ b/travis/nwchem.bashrc @@ -62,7 +62,7 @@ fi if [[ "$FC" == "ifort" ]] || [[ "$FC" == "ifx" ]] ; then IONEAPI_ROOT=~/apps/oneapi # source "$IONEAPI_ROOT"/compiler/latest/env/vars.sh - source "$IONEAPI_ROOT"/setvars.sh + source "$IONEAPI_ROOT"/setvars.sh --force export I_MPI_F90="$FC" "$FC" -V