Skip to content

Commit

Permalink
Merge pull request #1760 from buildtesters/dev-fix_highlight
Browse files Browse the repository at this point in the history
Fix wrong lines highlighted in code example for programming environment
  • Loading branch information
shahzebsiddiqui committed Apr 22, 2024
2 parents 50deac0 + e083a56 commit f8f7321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuring_buildtest/compilers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ is the programming environment modulefile that will load the GNU compiler on Cra

.. literalinclude:: ../tests/settings/nersc.yml
:language: yaml
:emphasize-lines: 18-22
:emphasize-lines: 19-24

Now let's run **buildtest config compilers find --detailed** and take note of the generated compilers, you will see that ``PrgEnv-*`` modules will be found in each
compiler instance under the ``module``, ``load`` section. Furthermore, you will see the cray wrappers **cc**, **CC**, and **ftn** are used
Expand Down

0 comments on commit f8f7321

Please sign in to comment.