summaryrefslogtreecommitdiff
path: root/.gitlab/ci/env_inteloneapi_common.sh
blob: beaf3feee9d5b930b691e07af07d092f35251559 (plain)
1
2
3
4
5
6
7
source .gitlab/ci/env_intelcompiler_license.sh

if test -r /opt/intel/oneapi/setvars.sh; then
  source /opt/intel/oneapi/setvars.sh
fi

export CC=icx CXX=icpx FC=ifx