Skip to content
Snippets Groups Projects
Commit 7767f2ba authored by Sebastian Müller's avatar Sebastian Müller 🐈
Browse files

Merge branch 'EVE_intel_oneapi' into 'main'

EVE: add intel2023b toolchain

See merge request !10
parents a4abd327 45a27e6d
No related branches found
Tags v1.4.1
1 merge request!10EVE: add intel2023b toolchain
Pipeline #203155 passed with stages
in 7 seconds
......@@ -46,3 +46,7 @@ eve.gfortran122:
eve.intel2020b:
stage: test
script: source eve.intel2020b
eve.intel2023b:
stage: test
script: source eve.intel2023b-llvm
The MIT License (MIT)
Copyright (c) 2020 - 2023 CHS Developers
Copyright (c) 2020 - 2024 CHS Developers
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
......
......@@ -33,6 +33,16 @@ All these scripts will load:
source eve.intel2020b # or
source eve.intel2020bMPI
```
- Intel classic 2021.10.0 compiler (`intel/2023b` Toolchain):
```bash
source eve.intel2023b-classic # or
source eve.intel2023bMPI-classic
```
- Intel oneAPI 2023.2.0 compiler (`intel/2023b` Toolchain):
```bash
source eve.intel2023b-llvm # or
source eve.intel2023bMPI-llvm
```
## Toolchains at Juwels
......@@ -91,4 +101,4 @@ source lumi.gfortran112
MIT License (MIT)
Copyright (c) 2020 - 2023 CHS Developers
Copyright (c) 2020 - 2024 CHS Developers
module purge
module use /global/apps/modulefiles
module load python_env_mpr
module load intel/2023b
module load netCDF-Fortran/4.6.1
module load CMake
module load pFUnit/4.8.0
export FC=ifort
export F77=ifort
export CC=icc
export CXX=icpc
module purge
module use /global/apps/modulefiles
module load python_env_mpr
module load intel/2023b
module load netCDF-Fortran/4.6.1
module load CMake
module load pFUnit/4.8.0
export FC=ifx
export F77=ifx
export CC=icx
export CXX=icpx
module purge
module use /global/apps/modulefiles
module load python_env_mpr
module load intel/2023b
module load netCDF-Fortran/4.6.1
module load CMake
module load pFUnit/4.8.0
export FC=mpiifort
export F77=mpiifort
export CC=mpiicc
export CXX=mpiicpc
module purge
module use /global/apps/modulefiles
module load python_env_mpr
module load intel/2023b
module load netCDF-Fortran/4.6.1
module load CMake
module load pFUnit/4.8.0
export FC=mpiifx
export F77=mpiifx
export CC=mpiicx
export CXX=mpiicpx
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment