Skip to Content.
Sympa Menu

forum - [abinit-forum] error of compiling abinit-5.6.2

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

[abinit-forum] error of compiling abinit-5.6.2


Chronological Thread 
  • From: <mailoliver@163.com>
  • To: forum@abinit.org
  • Subject: [abinit-forum] error of compiling abinit-5.6.2
  • Date: Sat, 4 Oct 2008 11:15:08 +0200 (CEST)

Dear all:

I try to compile abinit-5.6.2 with enable_scalapack="yes". I get the
information:
make[3]: Entering directory
`/export/home/mchuang/lty/tool/abinit/abinit-5.6.2/src/01manage_mpi'
/export/mpi/mpich-ifort9.0/bin/mpif90 -DHAVE_CONFIG_H -I. -I../..
-I../../src/defs -I../../src/defs -g -O2 -extend_source -vec-report0 -c -o
scalapack.o scalapack.F90
fortcom: Error: scalapack.F90, line 1080: This name does not have a type, and
must have an explicit type. [MPI_INTEGER]
CALL MPI_ALLREDUCE(TWORK_tmp,TWORK,3,MPI_INTEGER,MPI_MAX,communicateur,ierr)
---------------------------------------^
fortcom: Error: scalapack.F90, line 1080: This name does not have a type, and
must have an explicit type. [MPI_MAX]
CALL MPI_ALLREDUCE(TWORK_tmp,TWORK,3,MPI_INTEGER,MPI_MAX,communicateur,ierr)
---------------------------------------------------^
fortcom: Error: scalapack.F90, line 1173: This name does not have a type, and
must have an explicit type. [MPI_INTEGER]
CALL MPI_ALLREDUCE(TWORK_tmp,TWORK,3,MPI_INTEGER,MPI_MAX,communicateur,ierr)
---------------------------------------^
fortcom: Error: scalapack.F90, line 1173: This name does not have a type, and
must have an explicit type. [MPI_MAX]
CALL MPI_ALLREDUCE(TWORK_tmp,TWORK,3,MPI_INTEGER,MPI_MAX,communicateur,ierr)
---------------------------------------------------^
compilation aborted for scalapack.F90 (code 1)
make[3]: *** [scalapack.o] Error 1

This is a bug?

Tieyu



Archive powered by MHonArc 2.6.15.

Top of Page