Forums
The Cray compiler produces FORTRAN mod files with upper-case names by default. That is, a source with a module called MyMod will produce MYMOD.mod as output. This busts the CMake install, which looks for MyMod.mod. There is a compiler flag, "-ef" instead of "-em", that will override this behavior, but I am unable ot figure out how to get the build to use that flag. Suggestions?
- 100 views