PB with ABINIT-6.0.1 installation
Posted: Tue Feb 23, 2010 1:37 am
Dear colleagues,
I am experiencing problem in the make process of ABINIT 6. For the configuration process, I put:
./configure --prefix=/home/chanier/ABINIT/ABINIT-6 --enable-mpi="yes" --enable-mpi-io="yes" --with-mpi-prefix="/sw/openmpi-leopard" --enable-netcdf=yes \
--enable-libxc=yes
No error issued
And then I do make, and it issues the following :
----------------------------------------------------------------------------
/sw/openmpi-leopard/bin/mpif90 -DHAVE_CONFIG_H -I. -I../.. -I../../src/incs -I../../src/incs -ffree-form -J/home/chanier/ABINIT/abinit-6.0.1/src/mods -O2 -g -ffree-line-length-none -c -o mkrho.o mkrho.F90
/sw/openmpi-leopard/bin/mpif90 -DHAVE_CONFIG_H -I. -I../.. -I../../src/incs -I../../src/incs -ffree-form -J/home/chanier/ABINIT/abinit-6.0.1/src/mods -O2 -g -ffree-line-length-none -c -o mksubham.o mksubham.F90
/sw/openmpi-leopard/bin/mpif90 -DHAVE_CONFIG_H -I. -I../.. -I../../src/incs -I../../src/incs -ffree-form -J/home/chanier/ABINIT/abinit-6.0.1/src/mods -O2 -g -ffree-line-length-none -c -o mlwfovlp.o mlwfovlp.F90
mlwfovlp.F90: In function 'mlwfovlp':
mlwfovlp.F90:971:0: internal compiler error: tree check: expected type_decl, have in debug_flush_symbol_queue, at final.c:4134
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [mlwfovlp.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
----------------------------------------------------------------------------------------------
Is it a bug from the source code? What do I need to do to correct it?
Best regards,
Thomas Chanier
I am experiencing problem in the make process of ABINIT 6. For the configuration process, I put:
./configure --prefix=/home/chanier/ABINIT/ABINIT-6 --enable-mpi="yes" --enable-mpi-io="yes" --with-mpi-prefix="/sw/openmpi-leopard" --enable-netcdf=yes \
--enable-libxc=yes
No error issued
And then I do make, and it issues the following :
----------------------------------------------------------------------------
/sw/openmpi-leopard/bin/mpif90 -DHAVE_CONFIG_H -I. -I../.. -I../../src/incs -I../../src/incs -ffree-form -J/home/chanier/ABINIT/abinit-6.0.1/src/mods -O2 -g -ffree-line-length-none -c -o mkrho.o mkrho.F90
/sw/openmpi-leopard/bin/mpif90 -DHAVE_CONFIG_H -I. -I../.. -I../../src/incs -I../../src/incs -ffree-form -J/home/chanier/ABINIT/abinit-6.0.1/src/mods -O2 -g -ffree-line-length-none -c -o mksubham.o mksubham.F90
/sw/openmpi-leopard/bin/mpif90 -DHAVE_CONFIG_H -I. -I../.. -I../../src/incs -I../../src/incs -ffree-form -J/home/chanier/ABINIT/abinit-6.0.1/src/mods -O2 -g -ffree-line-length-none -c -o mlwfovlp.o mlwfovlp.F90
mlwfovlp.F90: In function 'mlwfovlp':
mlwfovlp.F90:971:0: internal compiler error: tree check: expected type_decl, have in debug_flush_symbol_queue, at final.c:4134
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [mlwfovlp.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
----------------------------------------------------------------------------------------------
Is it a bug from the source code? What do I need to do to correct it?
Best regards,
Thomas Chanier