-
Notifications
You must be signed in to change notification settings - Fork 20
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
Showing
20 changed files
with
226 additions
and
67 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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,5 @@ | ||
bootstrap: | ||
spec: [email protected] | ||
gcc: | ||
specs: | ||
- gcc@13 |
2 changes: 1 addition & 1 deletion
2
recipes/prgenv-gnu/23.11/mc/config.yaml → recipes/prgenv-gnu/24.11/a100/config.yaml
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
gcc-env: | ||
compiler: | ||
- toolchain: gcc | ||
spec: gcc | ||
mpi: | ||
spec: [email protected] | ||
gpu: cuda | ||
unify: true | ||
specs: | ||
- boost +chrono +filesystem +iostreams +mpi +python +regex +serialization +shared +system +timer | ||
- cmake | ||
- fftw | ||
- fmt | ||
- gsl | ||
- hdf5+cxx+hl+fortran | ||
- kokkos +aggressive_vectorization ~alloc_async +cuda_constexpr +cuda_lambda ~cuda_relocatable_device_code ~cuda_uvm cxxstd=17 +openmp +pic +serial +shared +tuning +wrapper | ||
- kokkos-kernels +blas +cublas +cusparse +cusolver +execspace_cuda +execspace_openmp +execspace_serial +lapack +memspace_cudaspace +openmp scalars=float,double,complex_float,complex_double +serial +shared +superlu | ||
- kokkos-tools +mpi +papi | ||
- netlib-scalapack | ||
- lua | ||
- libtree | ||
- lz4 | ||
- meson | ||
- ninja | ||
- openblas threads=openmp | ||
- [email protected] | ||
- papi ~cuda | ||
- [email protected] | ||
- zlib-ng | ||
# add GPU-specific packages here, for easier comparison with mc version | ||
- nccl | ||
- nccl-tests | ||
- [email protected] | ||
- aws-ofi-nccl | ||
- superlu | ||
variants: | ||
- +mpi | ||
- +cuda | ||
- cuda_arch=80 | ||
views: | ||
default: | ||
link: roots | ||
uenv: | ||
add_compilers: true | ||
prefix_paths: | ||
LD_LIBRARY_PATH: [lib, lib64] |
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
File renamed without changes.
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,5 @@ | ||
bootstrap: | ||
spec: [email protected] | ||
gcc: | ||
specs: | ||
- gcc@13 |
2 changes: 1 addition & 1 deletion
2
recipes/prgenv-gnu/23.11/a100/config.yaml → recipes/prgenv-gnu/24.11/gh200/config.yaml
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
gcc-env: | ||
compiler: | ||
- toolchain: gcc | ||
spec: gcc | ||
mpi: | ||
spec: [email protected] | ||
gpu: cuda | ||
unify: true | ||
specs: | ||
- boost +chrono +filesystem +iostreams +mpi +python +regex +serialization +shared +system +timer | ||
- cmake | ||
- fftw | ||
- fmt | ||
- gsl | ||
- hdf5+cxx+hl+fortran | ||
- kokkos +aggressive_vectorization ~alloc_async +cuda_constexpr +cuda_lambda ~cuda_relocatable_device_code ~cuda_uvm cxxstd=17 +openmp +pic +serial +shared +tuning +wrapper | ||
- kokkos-kernels +blas +cublas +cusparse +cusolver +execspace_cuda +execspace_openmp +execspace_serial +lapack +memspace_cudaspace +openmp scalars=float,double,complex_float,complex_double +serial +shared +superlu | ||
- kokkos-tools +mpi +papi | ||
- netlib-scalapack | ||
- lua | ||
- libtree | ||
- lz4 | ||
- meson | ||
- ninja | ||
- openblas threads=openmp | ||
- [email protected] | ||
- papi ~cuda | ||
- [email protected] | ||
- zlib-ng | ||
# add GPU-specific packages here, for easier comparison with mc version | ||
- nccl | ||
- nccl-tests | ||
- [email protected] | ||
- aws-ofi-nccl | ||
- superlu | ||
variants: | ||
- +mpi | ||
- +cuda | ||
- cuda_arch=90 | ||
views: | ||
default: | ||
link: roots | ||
uenv: | ||
add_compilers: true | ||
prefix_paths: | ||
LD_LIBRARY_PATH: [lib, lib64] |
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,11 @@ | ||
default: | ||
features: | ||
- cuda | ||
- mpi | ||
- osu-micro-benchmarks | ||
- openmp | ||
- serial | ||
cc: mpicc | ||
cxx: mpic++ | ||
ftn: mpifort | ||
activation: uenv view develop |
File renamed without changes.
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ bootstrap: | |
spec: gcc@11 | ||
gcc: | ||
specs: | ||
- gcc@12 | ||
- gcc@13 |
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,7 @@ | ||
name: prgenv-gnu | ||
spack: | ||
commit: releases/v0.23 | ||
repo: https://github.com/spack/spack.git | ||
store: /user-environment | ||
description: GNU Compiler toolchain with cray-mpich, Python, CMake and other development tools. | ||
|
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,38 @@ | ||
gcc-env: | ||
compiler: | ||
- toolchain: gcc | ||
spec: gcc@13 | ||
mpi: | ||
spec: [email protected] | ||
gpu: Null | ||
unify: true | ||
specs: | ||
- boost +chrono +filesystem +iostreams +mpi +python +regex +serialization +shared +system +timer | ||
- cmake | ||
- fftw | ||
- fmt | ||
- gsl | ||
- hdf5+cxx+hl+fortran | ||
- kokkos +aggressive_vectorization cxxstd=17 +openmp +pic +serial +shared +tuning | ||
- kokkos-kernels +blas +execspace_openmp +execspace_serial +lapack +openmp scalars=float,double,complex_float,complex_double +serial +shared +superlu | ||
- kokkos-tools +mpi +papi | ||
- netlib-scalapack | ||
- lua | ||
- libtree | ||
- lz4 | ||
- meson | ||
- ninja | ||
- openblas threads=openmp | ||
- [email protected] | ||
- [email protected] | ||
- superlu | ||
- zlib-ng | ||
variants: | ||
- +mpi | ||
views: | ||
default: | ||
link: roots | ||
uenv: | ||
add_compilers: true | ||
prefix_paths: | ||
LD_LIBRARY_PATH: [lib, lib64] |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
modules: | ||
# Paths to check when creating modules for all module sets | ||
prefix_inspections: | ||
bin: | ||
- PATH | ||
lib: | ||
- LD_LIBRARY_PATH | ||
lib64: | ||
- LD_LIBRARY_PATH | ||
|
||
default: | ||
arch_folder: false | ||
# Where to install modules | ||
roots: | ||
tcl: /user-environment/modules | ||
tcl: | ||
all: | ||
autoload: none | ||
hash_length: 0 | ||
exclude_implicits: true | ||
exclude: ['%[email protected]', 'gcc %[email protected]'] | ||
projections: | ||
all: '{name}/{version}' |