Up to Installation and compilation
Hello, I am trying to compile OASIS3-mct but the following error appears: mod_oasis_auxiliary_routines.F90(253): error #5623: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error. tag=ICHAR(TRIM(compnm))+ICHAR(TRIM(cdnam)) --------^ compilation aborted for mod_oasis_auxiliary_routines.F90 (code 3) gmake[2]: *** [Makefile:42: mod_oasis_auxiliary_routines.o] Error 3 Can you Help me to overpass this error? Thank you in advance, Pantelis
Hello, I have encountered this issue when compiling with Intel oneAPI compilers and added a fix to our (ACCESS-NRI) oasis3-mct fork here - https://github.com/ACCESS-NRI/oasis3-mct/pull/25/files TLDR: breaking up that "offending" statement into multiple statements fixes the ICE. Hope this helps! Cheers, Manodeep Sinha (ACCESS-NRI, ANU)