xios: add support for Fujitsu compilers (#20474)

This commit is contained in:
Gilles Gouaillardet
2020-12-25 13:44:56 +09:00
committed by GitHub
parent de068f0b52
commit c2ce7c65b3

View File

@@ -113,7 +113,7 @@ def xios_fcm(self):
param['LIBCXX'] = '-lstdc++'
if any(map(spec.satisfies,
('%gcc', '%intel', '%apple-clang', '%clang'))):
('%gcc', '%intel', '%apple-clang', '%clang', '%fj'))):
text = r"""
%CCOMPILER {MPICXX}
%FCOMPILER {MPIFC}