We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8477d64 + 327de65 commit a3cc10cCopy full SHA for a3cc10c
test/compiler_test_m.f90
@@ -237,6 +237,8 @@ function fpm_compiler_arguments() result(args)
237
args = "--archiver ar --compiler xlf2008_r --flag -DXLF"
238
else if (index(compiler_identity, "Cray")==1) then
239
args = "--compiler ftn"
240
+ else if (index(compiler_identity, "XLF")==1) then
241
+ args = "--compiler xlf2008_r"
242
else
243
error stop "----> Unrecognized compiler_version() in function fpm_compiler_arguments. <----"
244
end if
0 commit comments