File tree 1 file changed +9
-10
lines changed
1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 6
6
build_stage :
7
7
- $spack/var/spack/spack-stage/build-$arch-$date/
8
8
misc_cache : $spack/.cache
9
- build_jobs : 16 # EDIT: change the number with the number of available cores.
9
+ build_jobs : 32
10
10
install_tree :
11
11
root : $spack/opt/spack/
12
12
projections :
19
19
ccache : false
20
20
db_lock_timeout : 120
21
21
package_lock_timeout : null
22
- shared_linking : rpath
22
+ shared_linking :
23
+ type : rpath
24
+ bind : false
23
25
allow_sgid : true
24
26
locks : true
25
27
suppress_gpg_warnings : false
28
30
compilers :
29
31
- compiler : # EDIT: change below with your compiler of choice
30
32
31
- paths :
33
+ paths : # EDIT: Change those based on the location of the compiler location you prefer
32
34
cc : /software/dev_tools/swtree/cs400/gcc/13.2.0/centos7.5_gnu8.5.0/bin/gcc
33
35
cxx : /software/dev_tools/swtree/cs400/gcc/13.2.0/centos7.5_gnu8.5.0/bin/g++
34
36
f77 : /software/dev_tools/swtree/cs400/gcc/13.2.0/centos7.5_gnu8.5.0/bin/gfortran
@@ -37,25 +39,22 @@ spack:
37
39
operating_system : centos7 # EDIT: update according to `spack arch`: just the OS version
38
40
target : x86_64
39
41
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
44
43
45
44
packages :
46
45
all :
47
46
target : [broadwell] # EDIT: Change this according to `spack arch`
48
47
compiler :
[[email protected] ] # EDIT: Change according to your compiler of choice
49
48
providers : # EDIT: Change versions below according to the default in your machine
50
- mpi : [openmpi ]
49
+ mpi : [intel-oneapi-mkl ]
51
50
blas : [intel-oneapi-mkl]
52
51
lapack : [intel-oneapi-mkl]
53
52
pkgconfig : [pkg-config]
54
- variants : +mpi
55
53
56
54
specs :
55
+ - python
57
56
- ninja
58
57
- boost
59
58
- intel-oneapi-mkl
60
59
- 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
You can’t perform that action at this time.
0 commit comments