Skip to content

Commit

Permalink
Update stacks files for Ubuntu 22.04 (#237)
Browse files Browse the repository at this point in the history
* Update stacks files for Ubuntu 22.04

* Update output

* Fixed lmod (now using 8.7.24)
  • Loading branch information
alalazo committed May 20, 2023
1 parent 3dec09b commit 7acf2f7
Show file tree
Hide file tree
Showing 26 changed files with 1,599 additions and 1,465 deletions.
16 changes: 8 additions & 8 deletions outputs/stacks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ mkdir -p ~/stacks && cd ~/stacks || exit
spack compiler find

example stacks/setup-0 "spack env create -d ."
spack env create -d .
fake_example stacks/setup-0 "spack env activate ." ". /home/spack/spack/share/spack/setup-env.sh && spack env activate ."
spack env activate .
example stacks/setup-0 "spack add gcc@8.4.0 %gcc@7.5.0"
example stacks/setup-0 "spack add gcc@12.1.0 %gcc@11.3.0"

cat "$project/stacks/examples/0.spack.stack.yaml" > spack.yaml
#cat "$project/stacks/examples/0.spack.stack.yaml" > spack.yaml

example stacks/setup-0 "spack env view disable"
fake_example stacks/setup-0 "spack config edit" "/bin/true"

spack concretize
Expand All @@ -29,12 +29,12 @@ example stacks/compiler-find-0 'spack compiler find "$(spack location -i gcc)"'
example stacks/compiler-list-0 "spack compiler list"

cat "$project/stacks/examples/2.spack.stack.yaml" > spack.yaml
example stacks/concretize-0 "spack concretize -f"
example stacks/concretize-0 "spack concretize"
example stacks/concretize-0 "spack install"
example stacks/concretize-0 "spack find"

cat "$project/stacks/examples/3.spack.stack.yaml" > spack.yaml
spack concretize -f
spack concretize
spack install
example stacks/concretize-1 "spack find -l py-scipy"

Expand All @@ -53,7 +53,7 @@ example stacks/view-0 "spack concretize"
example stacks/view-0 "ls views/default"
example stacks/view-0 "ls views/default/lib"
example stacks/view-0 "ls views/full"
example stacks/view-0 "ls views/full/gcc-8.4.0"
example stacks/view-0 "ls views/full/gcc-12.1.0"

cat "$project/stacks/examples/7.spack.stack.yaml" > spack.yaml

Expand All @@ -62,7 +62,7 @@ example stacks/view-1 "ls views/default"
example stacks/view-1 "ls views/default/lib"
example stacks/view-1 "ls views/full"

example stacks/modules-0 "spack add lmod%gcc@7.5.0"
example stacks/modules-0 "spack add lmod%gcc@11.3.0"
example stacks/modules-0 "spack concretize"
example stacks/modules-0 "spack install"

Expand All @@ -72,7 +72,7 @@ example --tee stacks/modules-1 "module --version"

cat "$project/stacks/examples/8.spack.stack.yaml" > spack.yaml
spack module lmod refresh -y
module use "$PWD/modules/linux-ubuntu18.04-x86_64/Core"
module use "$PWD/modules/linux-ubuntu22.04-x86_64/Core"

example --tee stacks/modules-2 "module av"

Expand Down
4 changes: 2 additions & 2 deletions outputs/stacks/compiler-find-0.out
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ spack location -i gcc
/home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e
/home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx
$ spack compiler find "$(spack location -i gcc)"
==> Added 1 new compiler to /home/spack/stacks/spack.yaml
gcc@8.4.0
gcc@=12.1.0
==> Compilers are defined in the following files:
/home/spack/.spack/linux/compilers.yaml /home/spack/stacks/spack.yaml
8 changes: 4 additions & 4 deletions outputs/stacks/compiler-list-0.out
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ spack compiler list
==> Available compilers
-- clang ubuntu18.04-x86_64 -------------------------------------
clang@7.0.0
-- clang ubuntu22.04-x86_64 -------------------------------------
clang@=14.0.0

-- gcc ubuntu18.04-x86_64 ---------------------------------------
gcc@8.4.0 gcc@7.5.0 gcc@6.5.0
-- gcc ubuntu22.04-x86_64 ---------------------------------------
gcc@=12.1.0 gcc@=11.3.0 gcc@=10.4.0
1,153 changes: 591 additions & 562 deletions outputs/stacks/concretize-0.out

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions outputs/stacks/concretize-1.out
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
$ spack find -l py-scipy
==> In environment /home/spack/stacks
==> Root specs
-- no arch / gcc@7.5.0 ------------------------------------------
------- gcc@8.4.0%gcc@7.5.0
-- no arch / gcc@11.3.0 -----------------------------------------
------- gcc@12.1.0%gcc@11.3.0

-- no arch / gcc@8.4.0 ------------------------------------------
------- netlib-scalapack%gcc@8.4.0 ------- netlib-scalapack%gcc@8.4.0 ------- netlib-scalapack%gcc@8.4.0 ------- netlib-scalapack%gcc@8.4.0 ------- py-scipy%gcc@8.4.0
-- no arch / gcc@12.1.0 -----------------------------------------
------- netlib-scalapack%gcc@12.1.0 ------- netlib-scalapack%gcc@12.1.0 ------- netlib-scalapack%gcc@12.1.0 ------- netlib-scalapack%gcc@12.1.0 ------- py-scipy%gcc@12.1.0

==> Installed packages
-- linux-ubuntu18.04-x86_64 / gcc@8.4.0 -------------------------
oliuwzs py-scipy@1.8.1
-- linux-ubuntu22.04-x86_64_v3 / gcc@=12.1.0 --------------------
ol3w546 py-scipy@1.10.1
==> 1 installed package
349 changes: 186 additions & 163 deletions outputs/stacks/concretize-2.out

Large diffs are not rendered by default.

507 changes: 267 additions & 240 deletions outputs/stacks/concretize-3.out

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion outputs/stacks/examples/0.spack.stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
spack:
# add package specs to the `specs` list
specs:
- gcc@8.4.0%gcc@7.5.0
- gcc@=12.1.0%gcc@11.3.0
view: false
concretizer:
unify: true
14 changes: 7 additions & 7 deletions outputs/stacks/examples/1.spack.stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
spack:
# add package specs to the `specs` list
specs:
- gcc@8.4.0%gcc@7.5.0
- gcc@12.1.0%gcc@11.3.0
view: false
concretizer:
unify: true
compilers:
- compiler:
spec: gcc@8.4.0
spec: gcc@=12.1.0
paths:
cc: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/gcc
cxx: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/g++
f77: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/gfortran
fc: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/gfortran
cc: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/gcc
cxx: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/g++
f77: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/gfortran
fc: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/gfortran
flags: {}
operating_system: ubuntu18.04
operating_system: ubuntu22.04
target: x86_64
modules: []
environment: {}
Expand Down
16 changes: 8 additions & 8 deletions outputs/stacks/examples/2.spack.stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
spack:
# add package specs to the `specs` list
specs:
- gcc@8.4.0%gcc@7.5.0
- gcc@12.1.0%gcc@11.3.0
- matrix:
- [netlib-scalapack]
- [^openmpi, ^mpich]
- [^openblas, ^netlib-lapack]
- ["%gcc@8.4.0"]
- ["%gcc@12.1.0"]
view: false
concretizer:
unify: false
compilers:
- compiler:
spec: gcc@8.4.0
spec: gcc@=12.1.0
paths:
cc: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/gcc
cxx: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/g++
f77: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/gfortran
fc: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/gfortran
cc: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/gcc
cxx: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/g++
f77: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/gfortran
fc: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/gfortran
flags: {}
operating_system: ubuntu18.04
operating_system: ubuntu22.04
target: x86_64
modules: []
environment: {}
Expand Down
18 changes: 9 additions & 9 deletions outputs/stacks/examples/3.spack.stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,31 @@
spack:
# add package specs to the `specs` list
specs:
- gcc@8.4.0%gcc@7.5.0
- gcc@12.1.0%gcc@11.3.0
- matrix:
- [netlib-scalapack]
- [^openmpi, ^mpich]
- [^openblas, ^netlib-lapack]
- ["%gcc@8.4.0"]
- ["%gcc@12.1.0"]
- matrix:
- [py-scipy]
- [^openblas, ^netlib-lapack]
- ["%gcc@8.4.0"]
- ["%gcc@12.1.0"]
exclude:
- "py-scipy ^netlib-lapack"
view: false
concretizer:
unify: false
compilers:
- compiler:
spec: gcc@8.4.0
spec: gcc@=12.1.0
paths:
cc: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/gcc
cxx: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/g++
f77: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/gfortran
fc: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/gfortran
cc: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/gcc
cxx: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/g++
f77: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/gfortran
fc: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/gfortran
flags: {}
operating_system: ubuntu18.04
operating_system: ubuntu22.04
target: x86_64
modules: []
environment: {}
Expand Down
16 changes: 8 additions & 8 deletions outputs/stacks/examples/4.spack.stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ spack:
definitions:
- mpis: [openmpi, mpich]
- lapacks: [^openblas, ^netlib-lapack]
- compilers: ["%gcc@8.4.0"]
- compilers: ["%gcc@12.1.0"]
- mpi_packages: [netlib-scalapack]
- serial_packages: [py-scipy]

specs:
- gcc@8.4.0%gcc@7.5.0
- gcc@12.1.0%gcc@11.3.0
- matrix:
- [$mpi_packages]
- [$^mpis]
Expand All @@ -28,14 +28,14 @@ spack:
unify: false
compilers:
- compiler:
spec: gcc@8.4.0
spec: gcc@=12.1.0
paths:
cc: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/gcc
cxx: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/g++
f77: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/gfortran
fc: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/gfortran
cc: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/gcc
cxx: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/g++
f77: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/gfortran
fc: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/gfortran
flags: {}
operating_system: ubuntu18.04
operating_system: ubuntu22.04
target: x86_64
modules: []
environment: {}
Expand Down
16 changes: 8 additions & 8 deletions outputs/stacks/examples/5.spack.stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ spack:
- mpis: [openmpi]
when: 'env.get("SPACK_STACK_USE_OPENMPI", "") == "1"'
- lapacks: [^openblas, ^netlib-lapack]
- compilers: ["%gcc@8.4.0"]
- compilers: ["%gcc@12.1.0"]
- mpi_packages: [netlib-scalapack]
- serial_packages: [py-scipy]

specs:
- gcc@8.4.0%gcc@7.5.0
- gcc@=12.1.0%gcc@11.3.0
- matrix:
- [$mpi_packages]
- [$^mpis]
Expand All @@ -30,14 +30,14 @@ spack:
unify: false
compilers:
- compiler:
spec: gcc@8.4.0
spec: gcc@=12.1.0
paths:
cc: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/gcc
cxx: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/g++
f77: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/gfortran
fc: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/gfortran
cc: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/gcc
cxx: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/g++
f77: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/gfortran
fc: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/gfortran
flags: {}
operating_system: ubuntu18.04
operating_system: ubuntu22.04
target: x86_64
modules: []
environment: {}
Expand Down
18 changes: 9 additions & 9 deletions outputs/stacks/examples/6.spack.stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ spack:
- mpis: [openmpi]
when: 'env.get("SPACK_STACK_USE_OPENMPI", "") == "1"'
- lapacks: [^openblas, ^netlib-lapack]
- compilers: ["%gcc@8.4.0"]
- compilers: ["%gcc@12.1.0"]
- mpi_packages: [netlib-scalapack]
- serial_packages: [py-scipy]

specs:
- gcc@8.4.0%gcc@7.5.0
- gcc@=12.1.0%gcc@11.3.0
- matrix:
- [$mpi_packages]
- [$^mpis]
Expand All @@ -28,7 +28,7 @@ spack:
view:
default:
root: views/default
select: ['%gcc@8.4.0']
select: ['%gcc@12.1.0']
exclude: [^mpich, ^netlib-lapack]
full:
root: views/full
Expand All @@ -40,14 +40,14 @@ spack:
unify: false
compilers:
- compiler:
spec: gcc@8.4.0
spec: gcc@=12.1.0
paths:
cc: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/gcc
cxx: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/g++
f77: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/gfortran
fc: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/gfortran
cc: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/gcc
cxx: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/g++
f77: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/gfortran
fc: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/gfortran
flags: {}
operating_system: ubuntu18.04
operating_system: ubuntu22.04
target: x86_64
modules: []
environment: {}
Expand Down
18 changes: 9 additions & 9 deletions outputs/stacks/examples/7.spack.stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ spack:
- mpis: [openmpi]
when: 'env.get("SPACK_STACK_USE_OPENMPI", "") == "1"'
- lapacks: [^openblas, ^netlib-lapack]
- compilers: ["%gcc@8.4.0"]
- compilers: ["%gcc@12.1.0"]
- mpi_packages: [netlib-scalapack]
- serial_packages: [py-scipy]

specs:
- gcc@8.4.0%gcc@7.5.0
- gcc@=12.1.0%gcc@11.3.0
- matrix:
- [$mpi_packages]
- [$^mpis]
Expand All @@ -28,7 +28,7 @@ spack:
view:
default:
root: views/default
select: ['%gcc@8.4.0']
select: ['%gcc@12.1.0']
exclude: [^mpich, ^netlib-lapack]
link: roots
full:
Expand All @@ -41,14 +41,14 @@ spack:
unify: false
compilers:
- compiler:
spec: gcc@8.4.0
spec: gcc@=12.1.0
paths:
cc: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/gcc
cxx: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/g++
f77: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/gfortran
fc: /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/gcc-8.4.0-uobbegc3e3qn7lktajfr53buov2vf72e/bin/gfortran
cc: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/gcc
cxx: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/g++
f77: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/gfortran
fc: /home/spack/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.3.0/gcc-12.1.0-s5e5zwrzqozb5e6liaz3tjm6achptgzx/bin/gfortran
flags: {}
operating_system: ubuntu18.04
operating_system: ubuntu22.04
target: x86_64
modules: []
environment: {}
Expand Down

0 comments on commit 7acf2f7

Please sign in to comment.