-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f87be0e
commit e0b56c9
Showing
4 changed files
with
78 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,10 +32,6 @@ packages: | |
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
cmake: | ||
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
# Don't use issues with openssl | ||
#curl: | ||
# externals: | ||
|
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 |
---|---|---|
|
@@ -8,6 +8,7 @@ packages: | |
openmpi: | ||
externals: | ||
- spec: [email protected]%[email protected] ~atomics~cuda~cxx~cxx_exceptions~gpfs~internal-hwloc~internal-libevent~internal-pmix~java~legacylaunchers~lustre~memchecker~openshmem~orterunprefix+pmi+romio+rsh~singularity+static+vt+wrapper-rpath fabrics=none romio-filesystem=none schedulers=slurm | ||
prefix: /apps/spack-managed/gcc-12.2.0/openmpi-4.1.4-tgam5l5paaiwksys4r7nc5xocwm33iv4 | ||
modules: | ||
- gcc/12.2.0 | ||
- openmpi/4.1.4 |
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 |
---|---|---|
@@ -0,0 +1,52 @@ | ||
packages: | ||
all: | ||
compiler:: [[email protected]] | ||
providers: | ||
mpi:: [[email protected]] | ||
# Remove the next three lines to switch to intel-oneapi-mkl | ||
blas:: [openblas] | ||
fftw-api:: [fftw] | ||
lapack:: [openblas] | ||
mpi: | ||
buildable: False | ||
intel-oneapi-mpi: | ||
buildable: False | ||
externals: | ||
- spec: [email protected]%[email protected] | ||
modules: | ||
- spack-managed-x86-64_v3 | ||
- intel-oneapi-compilers/2024.2.1 | ||
- [email protected] | ||
prefix: /apps/spack-managed-x86_64_v3-v1.0/oneapi-2024.2.1/intel-oneapi-mpi-2021.13.1-3pv63eugwmse2xpeglxib4dr2oeb42g2 | ||
|
||
intel-oneapi-mkl: | ||
buildable: False | ||
externals: | ||
- spec: [email protected] | ||
modules: | ||
- spack-managed-x86-64_v3 | ||
- intel-oneapi-mkl/2024.2.1 | ||
prefix: /apps/spack-managed-x86_64_v3-v1.0/gcc-11.3.1/intel-oneapi-mkl-2024.2.1-aeiool3i5jj4newwifvkhow5almp67rt | ||
|
||
intel-oneapi-runtime: | ||
externals: | ||
- spec: [email protected]%[email protected] | ||
prefix: /apps/spack-managed-x86_64_v3-v1.0/oneapi-2024.2.1/intel-oneapi-runtime-2024.2.1-hl5zgdjaldynq35dq3yotclfy2vblybx | ||
modules: | ||
- spack-managed-x86-64_v3 | ||
- intel-oneapi-compilers/2024.2.1 | ||
- intel-oneapi-runtime/2024.2.1 | ||
|
||
ectrans: | ||
require:: | ||
- '@1.5.0 ~mkl +fftw' | ||
gsibec: | ||
require:: | ||
- '@1.2.1 ~mkl' | ||
py-numpy: | ||
require:: | ||
- '@1.26' | ||
- '^openblas' | ||
py-scipy: | ||
require: | ||
'%gcc' |