-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to good old Intel 2018.1 and /temp
- Loading branch information
1 parent
ee5cbba
commit c484790
Showing
9 changed files
with
17 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,10 @@ export NETCDF_LIBS="-lnetcdf -lnetcdff" | |
|
||
if [[ $(module list 2>&1) == *"intel/compiler"* ]]; then | ||
# Intel compiler (recommended) | ||
export CC=icx | ||
export CXX=icpx | ||
export FC=ifx | ||
export MKLROOT=/opt/intel/oneapi/mkl/2025.0 | ||
export CC=icc | ||
export CXX=icpc | ||
export FC=ifort | ||
export MKLROOT=/afs/itp.tugraz.at/opt/intel/2018.1/mkl | ||
export OMPFLAG="-qopenmp" | ||
module load netcdf-fortran/4.6.1-intel | ||
else | ||
|
@@ -40,9 +40,7 @@ else | |
export OMPFLAG="-fopenmp" | ||
fi | ||
|
||
pushd $CODE/external | ||
git clone -b master [email protected]:plasma/codes/gpec.git GPEC | ||
pushd GPEC/install | ||
make NETCDFLIBS="-lnetcdff -lnetcdf" | ||
popd | ||
git clone -b master [email protected]:plasma/codes/gpec.git GPEC | ||
pushd GPEC/install | ||
make NETCDFLIBS="-lnetcdff -lnetcdf" | ||
popd |