Skip to content

Commit

Permalink
Making the compiler a variant (#552)
Browse files Browse the repository at this point in the history
* Making the compiler a variant

On command line, optionally specify "compiler=...." in "system init" to change the compiler.

* Adding quotes
  • Loading branch information
pearce8 authored Jan 21, 2025
1 parent bca836e commit 40685e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions systems/fugaku/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ def system_specific_variables(self):
}

def sw_description(self):
return """\
return f"""\
software:
packages:
default-compiler:
pkg_spec: clang
pkg_spec: "{self.spec.variants["compiler"][0]}"
default-mpi:
pkg_spec: fujitsu-mpi
compiler-clang:
Expand Down

0 comments on commit 40685e0

Please sign in to comment.