diff options
author | eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> | 2022-08-19 03:30:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 06:30:18 -0400 |
commit | a42a874faa05f4f939ef4f9a6fe3849b230593d0 (patch) | |
tree | 0fc96e5e921497e1f3c4c12c2ebc37fdbe768d99 /share | |
parent | be62635154758ace2337d8828f9eac5743115122 (diff) | |
download | spack-a42a874faa05f4f939ef4f9a6fe3849b230593d0.tar.gz spack-a42a874faa05f4f939ef4f9a6fe3849b230593d0.tar.bz2 spack-a42a874faa05f4f939ef4f9a6fe3849b230593d0.tar.xz spack-a42a874faa05f4f939ef4f9a6fe3849b230593d0.zip |
e4s oneapi: compiler environment: prepend lib dir to LD_LIBRARY_PATH (#32227)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml index 043b5f3a7f..e6b92b52d9 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml @@ -25,7 +25,9 @@ spack: operating_system: ubuntu20.04 target: x86_64 modules: [compiler] - environment: {} + environment: + prepend_path: + LD_LIBRARY_PATH: /opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin extra_rpaths: [] - compiler: spec: oneapi@2022.1.0 @@ -38,7 +40,9 @@ spack: operating_system: ubuntu20.04 target: x86_64 modules: [compiler] - environment: {} + environment: + prepend_path: + LD_LIBRARY_PATH: /opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin extra_rpaths: [] - compiler: spec: gcc@9.4.0 @@ -121,6 +125,7 @@ spack: - globalarrays - gmp - gotcha + - gptune - hdf5 +fortran +hl +shared - heffte +fftw - hpx networking=mpi @@ -199,7 +204,6 @@ spack: #- dyninst@12.1.0 # intel-tbb #- exaworks@0.1.0 # rust, flux-sched #- geopm@1.1.0 # ruby - #- gptune@3.0.0 # intel-tbb #- h5bench@1.2 # h5bench #- hpctoolkit@2022.04.15 # binutils #- nrm@0.1.0 # py-numpy@1.23.1 |