leobago / fti

Fault Tolerance Interface
https://fault-tolerance-interface.readthedocs.io/en/latest/
Other
38 stars 27 forks source link

mixed compilers #405

Open kellekai opened 2 years ago

kellekai commented 2 years ago

We should allow for combining clang and gcc fortran compilers for compilation

kellekai commented 2 years ago

@jbigot mentioned a dedicated CMake test for compiler compatibility:

include(FortranCInterface)

# if you are working with C and Fortran
FortranCInterface_VERIFY()

# if you are working with C++ and Fortran
FortranCInterface_VERIFY(CXX)