From 8b958992a3051b21b1229c3aa076e829d39b69c5 Mon Sep 17 00:00:00 2001 From: pearce8 Date: Mon, 3 Mar 2025 15:20:46 -0600 Subject: [PATCH] System with multiple compilers --- systems/llnl-elcapitan/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/llnl-elcapitan/system.py b/systems/llnl-elcapitan/system.py index 6ed050df9..3c8a874e8 100644 --- a/systems/llnl-elcapitan/system.py +++ b/systems/llnl-elcapitan/system.py @@ -153,7 +153,7 @@ def compiler_weighting_cfg(self): packages: all: require: - - one_of: ["%cce", "%gcc"] + - one_of: ["%cce", "%gcc"] # this line makes spack use cce to build where possible, gcc otherwise """ elif compiler == "gcc": return """\