Skip to content

Commit 2e52c56

Browse files
authored
Update spack-trilinos16.yaml to match with the instructions
1 parent f974e7d commit 2e52c56

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

docs/scripts/spack-trilinos16.yaml

+9-10
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spack:
66
build_stage:
77
- $spack/var/spack/spack-stage/build-$arch-$date/
88
misc_cache: $spack/.cache
9-
build_jobs: 16 # EDIT: change the number with the number of available cores.
9+
build_jobs: 32
1010
install_tree:
1111
root: $spack/opt/spack/
1212
projections:
@@ -19,7 +19,9 @@ spack:
1919
ccache: false
2020
db_lock_timeout: 120
2121
package_lock_timeout: null
22-
shared_linking: rpath
22+
shared_linking:
23+
type: rpath
24+
bind: false
2325
allow_sgid: true
2426
locks: true
2527
suppress_gpg_warnings: false
@@ -28,7 +30,7 @@ spack:
2830
compilers:
2931
- compiler: # EDIT: change below with your compiler of choice
3032
31-
paths:
33+
paths: # EDIT: Change those based on the location of the compiler location you prefer
3234
cc: /software/dev_tools/swtree/cs400/gcc/13.2.0/centos7.5_gnu8.5.0/bin/gcc
3335
cxx: /software/dev_tools/swtree/cs400/gcc/13.2.0/centos7.5_gnu8.5.0/bin/g++
3436
f77: /software/dev_tools/swtree/cs400/gcc/13.2.0/centos7.5_gnu8.5.0/bin/gfortran
@@ -37,25 +39,22 @@ spack:
3739
operating_system: centos7 # EDIT: update according to `spack arch`: just the OS version
3840
target: x86_64
3941
modules: # EDIT: update with a list of modules you want to load by default
40-
- jobutils/1.0
41-
- StdEnv
42-
- python/3.11.5
43-
- openmpi/4.1.0
42+
- gcc/13.2.0
4443

4544
packages:
4645
all:
4746
target: [broadwell] # EDIT: Change this according to `spack arch`
4847
compiler: [[email protected]] # EDIT: Change according to your compiler of choice
4948
providers: # EDIT: Change versions below according to the default in your machine
50-
mpi: [openmpi]
49+
mpi: [intel-oneapi-mkl]
5150
blas: [intel-oneapi-mkl]
5251
lapack: [intel-oneapi-mkl]
5352
pkgconfig: [pkg-config]
54-
variants: +mpi
5553

5654
specs:
55+
- python
5756
- ninja
5857
- boost
5958
- intel-oneapi-mkl
6059
- googletest
61-
- [email protected] +chaco+exodus+hdf5+intrepid2+kokkos+mpi+nox+openmp+panzer+phalanx+shards+shared+stk+tempus+zoltan2 build_type=RelWithDebInfo
60+
- [email protected] +chaco+exodus+hdf5+intrepid2+kokkos+mpi+nox+openmp+panzer+phalanx+shards+shared+stk+tempus+zoltan2

0 commit comments

Comments
 (0)