Last active
April 30, 2020 16:08
-
-
Save freifrauvonbleifrei/f72ba397b90c0bb2e9df0c03fd587dfd to your computer and use it in GitHub Desktop.
Spack setup for SuperMUC-NG
This file contains hidden or 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
compilers: | |
- compiler: | |
environment: { | |
unset: | |
F77 | |
} | |
target: x86_64 | |
spec: [email protected] | |
paths: | |
cc: /lrz/sys/intel/studio2019_u5/compilers_and_libraries_2019.5.281/linux/bin/intel64/icc | |
fc: /lrz/sys/intel/studio2019_u5/compilers_and_libraries_2019.5.281/linux/bin/intel64/ifort | |
cxx: /lrz/sys/intel/studio2019_u5/compilers_and_libraries_2019.5.281/linux/bin/intel64/icpc | |
f77: /lrz/sys/intel/studio2019_u5/compilers_and_libraries_2019.5.281/linux/bin/intel64/ifort | |
operating_system: sles12 | |
flags: {} | |
extra_rpaths: [/usr/lib64/psm2-compat, /lrz/sys/intel/studio2019_u5/compilers_and_libraries_2019.5.281/linux/compiler/lib/intel64] | |
modules: [intel/19.0] |
This file contains hidden or 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
packages: | |
openmpi: | |
#modules: | |
# [email protected]: openmpi/4.0.1-intel | |
paths: | |
[email protected]: /dss/dsshome1/lrz/sys/spack/release/19.1/opt/x86_avx512/openmpi/4.0.1-intel-pxkyj3e | |
buildable: False | |
# intel-mpi: | |
# paths: | |
# [email protected]: /dss/dsshome1/lrz/sys/intel/impi2019u6/ | |
# #modules: | |
# # [email protected]: mpi.intel/2019 | |
# buildable: False | |
hdf5: | |
modules: | |
[email protected]~cxx~debug+fortran+mpi+threadsafe+hl: hdf5/1.10.2-intel-impi-frt-threadsafe | |
buildable: False | |
fftw: | |
modules: | |
[email protected]: fftw/3.3.8-intel-openmp | |
buildable: False | |
openssl: | |
paths: | |
[email protected]: /usr/bin | |
buildable: False | |
openblas: | |
modules: | |
[email protected]: openblas/0.3.2 | |
buildable: False | |
# mkl: | |
# modules: | |
# mkl@2019: mkl/2019 | |
# buildable: False | |
cmake: | |
paths: | |
# [email protected]: /usr | |
[email protected]: /dss/dsshome1/lrz/sys/spack/release/19.2/opt/x86_avx512/cmake/3.14.4-gcc-c2wamsw/bin | |
#modules: | |
# [email protected]: cmake/3.14.4 | |
buildable: False | |
zlib: | |
paths: | |
zlib: /usr | |
buildable: False | |
autoconf: | |
paths: | |
autoconf: /usr | |
buildable: False | |
numactl: | |
paths: | |
numactl: /usr | |
buildable: False | |
# metis: | |
# paths: | |
# [email protected] -int64 +real64 : /dss/dsshome1/lrz/sys/spack/release/19.2/opt/x86_avx512/metis/5.1.0-intel-ykx6aac | |
# [email protected] +int64 +real64 : /dss/dsshome1/lrz/sys/spack/release/19.2/opt/x86_avx512/metis/5.1.0-intel-bw6gcsh | |
# #modules: | |
# # [email protected] +int64 +real64: metis/5.1.0-intel-i64-r64 | |
# # [email protected] -int64 +real64: metis/5.1.0-intel-i32-r64 | |
# | |
# buildable: False | |
petsc: | |
modules: | |
[email protected]%intel+mpi+shared: petsc/3.8.4-impi-shared | |
[email protected]%intel+mpi+shared: petsc/3.9.0-impi-shared | |
[email protected]%intel+mpi+shared: petsc/3.10.2-impi-shared | |
# [email protected]+mpi+shared+complex+int64+fftw: petsc/3.12.2-intel19-impi-shared-complex | |
# [email protected]+mpi+shared+complex+int64+fftw: petsc/3.12.2-intel19-impi-shared-complex-fftwomp | |
# buildable: False | |
python: | |
modules: | |
[email protected]: python/3.6_intel | |
[email protected]: python/2.7_intel | |
buildable: False | |
# all: | |
# compiler: [[email protected]] | |
# providers: | |
# blas: [mkl] #[openblas] | |
# mpi: [intel-mpi] #[openmpi] | |
# cf Mail vom 28.4.2020: | |
intel-mpi: | |
version: | |
- 2019.6.154 | |
all: | |
providers: | |
mpi: [lrzsys.intel-mpi] | |
blas: [intel-mkl] | |
daal: [intel-daal] | |
gl: [mesa, opengl] | |
glu: [mesa-glu, openglu] | |
java: [jdk] | |
jpeg: [libjpeg-turbo, libjpeg] | |
lapack: [lrz.intel-mkl,openblas] | |
mkl: [ lrz.intel-mkl] | |
scalapack: [lrz.intel-mkl] | |
compiler: [[email protected], [email protected]] |
Author
freifrauvonbleifrei
commented
Apr 30, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment