Skip to Content.
Sympa Menu

forum - [abinit-forum] problem with making parallel abinit 5.8.4

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

[abinit-forum] problem with making parallel abinit 5.8.4


Chronological Thread 
  • From: "heyiguang" <heyiguang@gmail.com>
  • To: "forum" <forum@abinit.org>
  • Subject: [abinit-forum] problem with making parallel abinit 5.8.4
  • Date: Thu, 19 Nov 2009 22:43:04 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type; b=bv61+t0kprvBji8KNFD1PhkZxbzoqPojSLoLJNxVoOif8FxqKKs3r///28SxVwjnJg kD0/R5LmSk4T0KdvQRgO1E8ZexBfT1l/K6YxXYdZULCE6lXHuZbNq2aAyNPe/ow5HkiY eE4vkpOh4B1/ZFqv2GHBYTI0mOKU4Q3P+SZLI=

Dear all:
  I have some trouble to make the parallel abinit 5.8.4. The machine has  Two Dual-Core Xeon processors per node, and I compiled the code with intel
compilers and MPI mpich with the following parameters in config:
  $ ./configure --disable-all-plugins --enable-mpi=yes FC=mpif90 CC=mpicc CXX=mpiCC .
 
 
Errors are as follows when i make abinit:
 
Making all in 12_hide_mpi
make[3]: Entering directory `/home2/mzxiang/heyiguang/abinit-5.8.4/src/12_hide_mpi'
/usr/local/bin/mpif90 -DHAVE_CONFIG_H -I. -I../.. -I../../src/10_defs -I../../src/10_defs   -O2 -g  -c -    o xallgather_mpi.o xall    external subroutine XALLGATHER_MPI_INT
Error FCE22 : Module DEFS_BASIS USEd by subroutine XALLGATHER_MPI_INT in mpimod.pc not found
   external subroutine XALLGATHER_MPI_DP1D
Error FCE22 : Module DEFS_BASIS USEd by subroutine XALLGATHER_MPI_DP1D in mpimod.pc not found
Error 355 : In program unit XALLGATHER_MPI_DP1D variable DP has not been given a type
   external subroutine XALLGATHER_MPI_DP4D
Error FCE22 : Module DEFS_BASIS USEd by subroutine XALLGATHER_MPI_DP4D in mpimod.pc not found
Error 355 : In program unit XALLGATHER_MPI_DP4D variable DP has not been given a type
5 Errors
compilation aborted for xallgather_mpi.F90 (code 1)
make[3]: *** [xallgather_mpi.o] Error 1
make[3]: Leaving directory `/home2/mzxiang/heyiguang/abinit-5.8.4/src/12_hide_mpi'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home2/mzxiang/heyiguang/abinit-5.8.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home2/mzxiang/heyiguang/abinit-5.8.4'
make: *** [all] Error 2
 
so what do the  errors  "Module DEFS_BASIS USEd by subroutine XALLGATHER_MPI_*in mpimod.pc not found" mean?
 
Best  reagards.
He
 
2009-11-19

heyiguang



Archive powered by MHonArc 2.6.16.

Top of Page