主题:nag 编译错误求助
用nag fortran编译器编译程序出现一下错误:
nagfor -kind=byte -C=all -C=undefined -g -mtrace -w=all -nan -info -gline -maxcontin=1000 -IMODCOM -IPIO -ICGNS -IMATH -ILIB -IGEO -IINC -IRMM -IHmatrix -IIFREQ -IOBSERV -IMAIN -ITest -c CGNS/PATRANMOD.f90 -o CGNS/PATRANMOD.o
NAG Fortran Compiler Release 5.2(721)
Evaluation trial version of NAG Fortran Compiler Release 5.2(721)
Info: CGNS/PATRANMOD.f90: Increasing pool of scalar temporaries from 100 to 200
Info: CGNS/PATRANMOD.f90: Increasing pool of pointer temporaries from 50 to 100
Info: CGNS/PATRANMOD.f90: Increasing pool of scalar temporaries from 200 to 300
Info: CGNS/PATRANMOD.f90: Increasing pool of pointer temporaries from 100 to 150
Segmentation violation
Internal error - please report this bug
这是编译选项不对?
nagfor -kind=byte -C=all -C=undefined -g -mtrace -w=all -nan -info -gline -maxcontin=1000 -IMODCOM -IPIO -ICGNS -IMATH -ILIB -IGEO -IINC -IRMM -IHmatrix -IIFREQ -IOBSERV -IMAIN -ITest -c CGNS/PATRANMOD.f90 -o CGNS/PATRANMOD.o
NAG Fortran Compiler Release 5.2(721)
Evaluation trial version of NAG Fortran Compiler Release 5.2(721)
Info: CGNS/PATRANMOD.f90: Increasing pool of scalar temporaries from 100 to 200
Info: CGNS/PATRANMOD.f90: Increasing pool of pointer temporaries from 50 to 100
Info: CGNS/PATRANMOD.f90: Increasing pool of scalar temporaries from 200 to 300
Info: CGNS/PATRANMOD.f90: Increasing pool of pointer temporaries from 100 to 150
Segmentation violation
Internal error - please report this bug
这是编译选项不对?