Skip to content

Commit

Permalink
Merge Pull Request #13062 from sebrowne/Trilinos/force-genconfig-system
Browse files Browse the repository at this point in the history
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: b'Framework: Force genconfig system for DetermineSystem'
PR Author: sebrowne
  • Loading branch information
trilinos-autotester authored Jun 6, 2024
2 parents 47d4ec0 + 504b163 commit a6fd730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/pr_tools/LaunchDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def main(argv):

print("LaunchDriver> INFO: TRILINOS_DIR=\"" + os.environ["TRILINOS_DIR"] + "\"", flush=True)

ds = DetermineSystem(args.build_name, args.supported_systems)
ds = DetermineSystem(args.build_name, args.supported_systems, force_build_name=True)

launch_env = get_launch_env(ds.system_name)
launch_cmd = get_launch_cmd(ds.system_name)
Expand Down

0 comments on commit a6fd730

Please sign in to comment.