openmpi find external fixup (#21354)
This commit is contained in:
parent
18b3688cd1
commit
0d521d56ec
1 changed files with 5 additions and 4 deletions
|
@ -446,6 +446,7 @@ def determine_variants(cls, exes, version):
|
|||
|
||||
# Get the appropriate compiler
|
||||
match = re.search(r'\bC compiler absolute: (\S+)', output)
|
||||
if match:
|
||||
compiler_spec = get_spack_compiler_spec(
|
||||
os.path.dirname(match.group(1)))
|
||||
if compiler_spec:
|
||||
|
|
Loading…
Reference in a new issue