Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions test/compiler_test_m.f90
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ function fpm_compiler_arguments() result(args)
args = "--archiver ar --compiler xlf2008_r --flag -DXLF"
else if (index(compiler_identity, "Cray")==1) then
args = "--compiler ftn"
else if (index(compiler_identity, "XLF")==1) then
args = "--compiler xlf2008_r"
else
error stop "----> Unrecognized compiler_version() in function fpm_compiler_arguments. <----"
end if
Expand Down