compilation error for xml.f90
Posted: Thu Sep 07, 2006 9:35 pm
hi,
I was trying to compile the mpi version of vasp using mpich2. The compiler used by mpif90 was ifort.
When I type make the compilation aborts at the xml.f90 file. I have given below the exact command being run at the time of crash and error message.
The command being run at the time of crash:
mpif90 -f90=ifort -FR -lowercase -assume byterecl -O2 -axW -tpp6 -c xml.f90
Error message:
fortcom: Severe: **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.
But I have been able to circumvent around this problem by manually compiling the xml.f90 file (compiles perfectly fine) at the command line as
ifort -FR -lowercase -assume byterecl -O2 -axW -tpp6 -c xml.f90
If I do this and type "make" again the compilation continues further w/o any problems.
My question really is: by using this tweak to compile mpivasp will there be any problems in my results ? Also what exactly does the xml.f90 file do ?
Thanks in advance
I was trying to compile the mpi version of vasp using mpich2. The compiler used by mpif90 was ifort.
When I type make the compilation aborts at the xml.f90 file. I have given below the exact command being run at the time of crash and error message.
The command being run at the time of crash:
mpif90 -f90=ifort -FR -lowercase -assume byterecl -O2 -axW -tpp6 -c xml.f90
Error message:
fortcom: Severe: **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.
But I have been able to circumvent around this problem by manually compiling the xml.f90 file (compiles perfectly fine) at the command line as
ifort -FR -lowercase -assume byterecl -O2 -axW -tpp6 -c xml.f90
If I do this and type "make" again the compilation continues further w/o any problems.
My question really is: by using this tweak to compile mpivasp will there be any problems in my results ? Also what exactly does the xml.f90 file do ?
Thanks in advance