Thanks Thomas. Using ifort instead worked for me. Best, Mike
ifx $@
if
[ $? != 0
]; then
ifort $@
fi
Hi,
I'm encountering a compiler error while building a package that includes Fortran on JLSE.
I'm using ifx in the omp/2020.04.30.001 (default) module.
The package is https://github.com/lanl/bml
Here is the error message:
/home/mewall/packages/bml/src/Fortran-interface/bml_allocate_m.F90(99): catastrophic error: **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.
See line 99 of the source code here, with the above Note caveat:
https://github.com/lanl/bml/blob/master/src/Fortran-interface/bml_allocate_m.F90
Any advice for overcoming this issue would be appreciated.
Thank you,
Mike