xios: add support for Fujitsu compilers (#20474)
This commit is contained in:
parent
de068f0b52
commit
c2ce7c65b3
@ -113,7 +113,7 @@ def xios_fcm(self):
|
|||||||
param['LIBCXX'] = '-lstdc++'
|
param['LIBCXX'] = '-lstdc++'
|
||||||
|
|
||||||
if any(map(spec.satisfies,
|
if any(map(spec.satisfies,
|
||||||
('%gcc', '%intel', '%apple-clang', '%clang'))):
|
('%gcc', '%intel', '%apple-clang', '%clang', '%fj'))):
|
||||||
text = r"""
|
text = r"""
|
||||||
%CCOMPILER {MPICXX}
|
%CCOMPILER {MPICXX}
|
||||||
%FCOMPILER {MPIFC}
|
%FCOMPILER {MPIFC}
|
||||||
|
Loading…
Reference in New Issue
Block a user