oneapi cleanup again

This commit is contained in:
edoapra 2022-09-06 23:37:22 -07:00
parent 6fb2d8c4e7
commit 0961d3a252
No known key found for this signature in database
GPG key ID: E6E392F4E14FB937
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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