mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 21:55:30 -04:00
oneapi cleanup again
This commit is contained in:
parent
6fb2d8c4e7
commit
0961d3a252
2 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue