Compilation error
Posted: Tue Nov 01, 2016 9:56 am
Dear Rich,
I just tried installing GYRE 5.0, and I encountered a compilation error which I copy-paste below.
I have to mention that I use the MESASDK released on Feb 2015.
With an older (July 2014) sdk, and on a linux machine, I have exactly the same problem.
Best regards,
Ehsan.
For the current SDK:
and for the error:
I just tried installing GYRE 5.0, and I encountered a compilation error which I copy-paste below.
I have to mention that I use the MESASDK released on Feb 2015.
With an older (July 2014) sdk, and on a linux machine, I have exactly the same problem.
Best regards,
Ehsan.
For the current SDK:
Code: Select all
(mycond)cannon:gyre5.0 ehsan$ gfortran --version
GNU Fortran (GCC) 4.9.3 20150202 (prerelease)
Code: Select all
FC gyre_r_interp.f90
FC gyre_interp.f90
FC gyre_soln_seg.f90
gyre_soln_seg.f90: In function '__final_gyre_soln_seg_Soln_seg_t':
gyre_soln_seg.f90:220:0: internal compiler error: in gfc_conv_descriptor_data_get, at fortran/trans-array.c:145
end module gyre_soln_seg
^
gyre_soln_seg.f90:220:0: internal compiler error: Abort trap: 6
gfortran.exec: internal compiler error: Abort trap: 6 (program f951)
/Users/ehsan/programs/software/mesasdk/bin/gfortran: line 11: 7342 Abort trap: 6 /Users/ehsan/programs/software/mesasdk/bin/gfortran.exec -ffpe-summary=none -isysroot / -I/Users/ehsan/programs/software/mesasdk/include -finit-real=snan -ffpe-trap=invalid\,overflow\,zero -fbacktrace -fmax-errors=25 -O2 -march=native -mno-avx -mno-bmi2 -fopenmp -c gyre_soln_seg.f90
make[2]: *** [gyre_soln_seg.o] Error 134
(mycond)cannon:gyre5.0 ehsan$