nncarlson / gfortran.dg

The GFortran testsuite rigged for testing other Fortran compilers
7 stars 2 forks source link

CMakeFile.txt portability issues for the NAG compiler #16

Closed nncarlson closed 6 years ago

nncarlson commented 6 years ago

Some portability issues with the CMakeFile.txt that affect the NAG compiler

nncarlson commented 6 years ago

Solved in 002a46d0 This also adds the -kind=byte flag. Had been using a shell script that added this option as the compiler, but no longer necessary. Script path happened to include "gfortran" as a string, and this resulted in the coarray issue.