21faaa5d7f
PathScale Fortran mangles module symbols as "MYSUB.in.MYMODULE" and also requires "mymodule_" when the module is imported. We cannot provide the symbol with ".in." mangling so we should not provide "mymodule_" because it would duplicate the one in the Fortran-provided object file. |
||
---|---|---|
.. | ||
Verify | ||
CMakeLists.txt | ||
Detect.cmake | ||
Input.cmake.in | ||
Macro.h.in | ||
Output.cmake.in | ||
call_mod.f90 | ||
call_sub.f | ||
main.F | ||
my_module.f90 | ||
my_module_.c | ||
my_sub.f | ||
mymodule.f90 | ||
mymodule_.c | ||
mysub.f | ||
symbol.c.in |