Results 84 comments of Andrew Walker

Fix (for travisCI) via d2ad4417480ed3ef15fe5d520fca455d5a0e901f Need to add a note to the documentation about this too.

There is also the GFORTRAN_ERROR_BACKTRACE. environment variable. Probably a better fix the the CI.

Thanks for the report. An internal compiler error is by definition a compiler bug and it is probably worth reporting this to Intel. From memory I think ifort has fallen...

This is a compiler bug, not a problem with FoX, but I've not seen this with gfortran before. For what it's worth, the tests on travis are passing, but they...

Also - see #57 for a possible work around

The build system seems to be failing because of the space in the directory name `EMTF FCU`. Removing the space ought to work around this. It should be possible to...

@kashkoulimohammad - if this does fix it could you leave a note here so I remember this is something that needs looking at.

Super - thanks for the confirmation - this should be an easy-ish fix.

Sorry - dropped the ball on this... start of term here. Anyway, thanks for the patch. I think the failures are because some test cases are supposed to exit with...

The warnings in m_wcml_molecule.F90 look bogus - natoms is an intent(in) dummy argument so it must be defined in these four places. Also, gfortran does not give the same warning...