Skip to content

Commit

Permalink
Merge pull request #351 from douglasjacobsen/tutorial_revision
Browse files Browse the repository at this point in the history
Ensure default compiler is consistent in tutorials
  • Loading branch information
rfbgo authored Dec 14, 2023
2 parents 8a6169b + ad79e66 commit dabf06f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/ramble/docs/tutorials/11_using_internals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ following:
concretized: true
packages:
gcc9:
spack_spec: gcc@9.3.0
spack_spec: gcc@9.4.0
intel-mpi:
spack_spec: [email protected]
compiler: gcc9
Expand Down
8 changes: 4 additions & 4 deletions lib/ramble/docs/tutorials/5_changing_your_software_stack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ environments:
gcc9:
Rendered Packages:
gcc9:
Spack spec: gcc@9.3.0 target=x86_64
Compiler spec: gcc@9.3.0
Spack spec: gcc@9.4.0 target=x86_64
Compiler spec: gcc@9.4.0
impi2018:
Rendered Packages:
impi2018:
Expand Down Expand Up @@ -83,8 +83,8 @@ The relevant portion of the workspace configuration file is:
concretized: true
packages:
gcc9:
spack_spec: gcc@9.3.0 target=x86_64
compiler_spec: gcc@9.3.0
spack_spec: gcc@9.4.0 target=x86_64
compiler_spec: gcc@9.4.0
impi2018:
spack_spec: [email protected] target=x86_64
compiler: gcc9
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ look like the following:
concretized: true
packages:
gcc9:
spack_spec: gcc@9.3.0
spack_spec: gcc@9.4.0
intel-mpi:
spack_spec: [email protected]
compiler: gcc9
Expand Down

0 comments on commit dabf06f

Please sign in to comment.