ifort + abinit 6.8.2 = fail
Posted: Mon Sep 12, 2011 2:52 pm
I'm failed to run abinit compiled with ifort. The vertion of intel compiler:
> ifort -V
Intel(R) Fortran Compiler for applications running on Intel(R) 64, Version 10.1 Build 20090203 Package ID: l_fc_p_10.1.022
when I run abinit I've got the following error:
Your architecture is not able to handle 8, 4 or 2-bytes FORTRAN file record markers!
You cannot use ABINIT and MPI/IO.
MPI_ERROR_STRING: Unknown error. Please file a bug report.
application called MPI_Abort(MPI_COMM_WORLD, 13) - process 0
abinit compiled with the following script:
the version 6.0 was compiled the same way and it works. Since version 6.4 I can't compile and run abinit. Please help!
> ifort -V
Intel(R) Fortran Compiler for applications running on Intel(R) 64, Version 10.1 Build 20090203 Package ID: l_fc_p_10.1.022
when I run abinit I've got the following error:
Your architecture is not able to handle 8, 4 or 2-bytes FORTRAN file record markers!
You cannot use ABINIT and MPI/IO.
MPI_ERROR_STRING: Unknown error. Please file a bug report.
application called MPI_Abort(MPI_COMM_WORLD, 13) - process 0
abinit compiled with the following script:
Code: Select all
export MPI_OPTS="-I/usr/local/mpich2_intel/include"
export MPI_COMPILE_OPTS="$MPI_OPTS"
export MPI_CLIBS="-L/usr/local/mpich2_intel/lib -lmpich -lrt"
export MPI_FLIBS="-L/usr/local/mpich2_intel/lib -lmpich -lfmpich"
export CXXFLAGS="${MPI_CLIBS}"
export CPPFLAGS="${MPI_CLIBS}"
export CFLAGS=${MPI_CLIBS}
export FCFLAGS="${MPI_CLIBS} -lfmpich"
./configure --prefix=$INSTALLDIR --libdir=/usr/lib64 \
--with-mpi-prefix=/usr/local/mpich2_intel \
--enable-mpi --enable-mpi-io --with-mpi-level=2
make
the version 6.0 was compiled the same way and it works. Since version 6.4 I can't compile and run abinit. Please help!