fortpy icon indicating copy to clipboard operation
fortpy copied to clipboard

If fortpy was compiled with a different version of gfortran we should catch it and recompile rather than failing.

Open wsmorgan opened this issue 7 years ago • 0 comments

factorial_int_rank1.f90:6:6:

   use fortpy
      1
Fatal Error: Cannot read module file 'fortpy.mod' opened at (1), because it was created by a different version of GNU Fortran
compilation terminated.
gfortran: error: factorial_int_rank1.o: No such file or directory

wsmorgan avatar Feb 09 '18 16:02 wsmorgan