File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - name : Find compilers
2121 run : spack -e . compiler find --mixed-toolchain
2222
23- - name : Setup tmate session
24- uses : mxschmitt/action-tmate@v3
25-
2623 - name : Concretize
2724 run : spack -e . -v concretize
2825
Original file line number Diff line number Diff line change 66 - automake
77 - bison
88 - cmake
9+ - fftw +mpi +openmp ^mpich
10+ - fftw +mpi +openmp ^openmpi
911 - flex
1012 - git
1113 - hdf5 +cxx +fortran +hl +mpi ^mpich
@@ -15,21 +17,11 @@ spack:
1517 - meson
1618 - mpich
1719 - ninja
20+ - openblas threads=openmp +ilp64
1821 - openmpi
1922 - perl
2023 - python@3.11
2124 - - '%gcc@9'
22- - ' %clang@12'
23- - matrix :
24- - - fftw +mpi +openmp ^mpich
25- - fftw +mpi +openmp ^openmpi
26- - openblas threads=openmp +ilp64
27- - - '%gcc@9'
28- # clang does not have openmp libs in GitHub Actions?
29- - matrix :
30- - - fftw +mpi ^mpich
31- - fftw +mpi ^openmpi
32- - - '%clang@12'
3325 concretizer :
3426 unify : false
3527 config :
You can’t perform that action at this time.
0 commit comments