-
Notifications
You must be signed in to change notification settings - Fork 1
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
f99fa6c
commit bf887c7
Showing
8 changed files
with
11,333 additions
and
10,681 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,42 @@ | ||
spack: | ||
specs: | ||
- resolve~cuda%[email protected] | ||
view: false | ||
concretizer: | ||
unify: when_possible | ||
reuse: true | ||
config: | ||
concretizer: clingo | ||
install_tree: | ||
root: $SPACK_INSTALL | ||
source_cache: $SPACK_CACHE/source | ||
misc_cache: $SPACK_CACHE/misc | ||
build_stage: $SPACK_CACHE/build | ||
url_fetch_method: curl | ||
modules: | ||
default: | ||
roots: | ||
tcl: $SPACK_INSTALL/modules | ||
packages: | ||
all: | ||
permissions: | ||
write: group | ||
read: world | ||
group: exasgd | ||
perl: | ||
externals: | ||
- spec: [email protected] | ||
modules: | ||
- perl/5.26.0 | ||
buildable: false | ||
compilers: | ||
- compiler: | ||
spec: [email protected] | ||
paths: | ||
cc: /share/apps/gcc/8.4.0/bin/gcc | ||
cxx: /share/apps/gcc/8.4.0/bin/g++ | ||
f77: /share/apps/gcc/8.4.0/bin/gfortran | ||
fc: /share/apps/gcc/8.4.0/bin/gfortran | ||
operating_system: centos7 | ||
target: x86_64 | ||
modules: [gcc/8.4.0] |
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ spack: | |
all: | ||
compiler: [[email protected]] | ||
providers: | ||
mpi: [mpich] | ||
mpi: [mpich@4.0.2] | ||
target: [x86_64] | ||
version: [] | ||
buildable: true | ||
|
@@ -28,19 +28,18 @@ spack: | |
definitions: | ||
- pumi: | ||
- pumi@master %[email protected] +zoltan ^zoltan+parmetis~fortran | ||
- pumiSim18.0-220930beta: | ||
- pumiOpenmpi: | ||
- pumi@master %[email protected] +zoltan ^zoltan+parmetis~fortran ^openmpi | ||
- pumiSim2023.1-230907dev: | ||
- pumi@master %[email protected] +shared simmodsuite=full ~simmodsuite_version_check | ||
+zoltan ^zoltan+parmetis~fortran ^simmetrix-simmodsuite@18.0-220930beta | ||
- pumiSim2023.0-230303dev: | ||
+zoltan ^zoltan+parmetis~fortran ^simmetrix-simmodsuite@2023.1-230907dev ^[email protected] | ||
- pumiSim2024.0-231017dev: | ||
- pumi@master %[email protected] +shared simmodsuite=full ~simmodsuite_version_check | ||
+zoltan ^zoltan+parmetis~fortran ^[email protected] | ||
- sim2023.0-230317dev: | ||
- [email protected] %[email protected] +abstract +acis +adv +advmodel | ||
+discrete +granite +import +paralleladapt +parallelmesh +parasolid ^[email protected] | ||
+zoltan ^zoltan+parmetis~fortran ^[email protected] ^[email protected] | ||
specs: | ||
#packages installed via the initialSetup.sh script # Step 1 | ||
#- [email protected]%[email protected]_rhel7 | ||
#- [email protected]%[email protected] | ||
#- [email protected]%[email protected]_rhel7 +binutils | ||
- [email protected]%[email protected] | ||
#packages built with gcc 7.4 and 11 # Step 2 | ||
- octave %[email protected] | ||
- py-pandas %[email protected] | ||
|
@@ -49,7 +48,7 @@ spack: | |
- graphviz +libgd %[email protected] | ||
- git %[email protected] | ||
- tmux %[email protected] | ||
- gdb %[email protected] | ||
- gdb@13.1 %[email protected] | ||
- cmake %[email protected] | ||
- valgrind -mpi %[email protected] | ||
- octave %[email protected] | ||
|
@@ -71,9 +70,8 @@ spack: | |
- netcdf-c +parallel-netcdf %[email protected] | ||
- netcdf-fortran %[email protected] | ||
- $pumi | ||
#- $pumiSim18.0-220930beta | ||
#- $pumiSim2023.0-230303dev | ||
#- $sim2023.0-230317dev | ||
- $pumiOpenmpi | ||
- $pumiSim2024.0-231017dev | ||
compilers: | ||
- compiler: | ||
spec: [email protected]_rhel7 | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.