Skip to content

foodie_integrator_leapfrog.f90 does not compile with ifort 15.0.0 #22

@milancurcic

Description

@milancurcic

foodie_integrator_leapfrog.f90 fails to compile with Intel Fortran compiler 15.0.0 with an internal compiler error:

$ make foodie
make FC=ifort FCFLAGS="-cpp -g -O0 -C -traceback -assume realloc_lhs" --directory=src/lib
make[1]: Entering directory `/home/milan/FOODiE/src/lib'
ln -sfv ../../external/pyplot-fortran/src/pyplot_module.f90 .
‘./pyplot_module.f90’ -> ‘../../external/pyplot-fortran/src/pyplot_module.f90’
make foodie
make[2]: Entering directory `/home/milan/FOODiE/src/lib'
ifort -c -cpp -g -O0 -C -traceback -assume realloc_lhs foodie_kinds.f90
ifort -c -cpp -g -O0 -C -traceback -assume realloc_lhs type_integrand.f90
ifort -c -cpp -g -O0 -C -traceback -assume realloc_lhs foodie_integrator_adams_bashforth.f90
ifort -c -cpp -g -O0 -C -traceback -assume realloc_lhs foodie_integrator_adams_moulton.f90
ifort -c -cpp -g -O0 -C -traceback -assume realloc_lhs foodie_integrator_adams_bashforth_moulton.f90
ifort -c -cpp -g -O0 -C -traceback -assume realloc_lhs foodie_integrator_euler_explicit.f90
ifort -c -cpp -g -O0 -C -traceback -assume realloc_lhs foodie_integrator_leapfrog.f90
foodie_integrator_leapfrog.f90(100): 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.
compilation aborted for foodie_integrator_leapfrog.f90 (code 1)

Can anybody try to reproduce this with a later version? I am on a x86-64 linux.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions