Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] sr11000 configure and build

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] sr11000 configure and build


Chronological Thread 
  • From: Masao ARAI <ARAI.Masao@nims.go.jp>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] sr11000 configure and build
  • Date: Thu, 25 Jan 2007 14:51:59 +0900
  • Organization: NIMS

Thank you for your suggestions.

Now, I succeded in compiling abinit-5.2.4 without any ad hoc hacks.

I used the following configure options.

../configure --disable-smart-config --enable-64bit-flags \
--enable-mpi --with-mpi-fc="mpif90_r -nohugeary -O" \
--with-mpi-fcflags="-O -nohugeary" \
FC="f90 -nohugeary -O" FCFLAGS="-O -nohugeary"

The option " --disable-smart-config" solves the problem I met at the
configuration.

In addition, two modification is necessary to compile on sr11000.

(1) The compile option "-nohugeary" must be used. Without this option,
some intrinsic functions such as "size" return long integer. (This is an
extension of Hitachi Fortran. I think such extention violates the Fortran90
standard.) It causes the compile error at several points.

(2) The source code must be corrected as I pointed out in my e-mail sent to
abinit mailing list on 2006-12-27.

--

Masao Arai
arai.masao@nims.go.jp
CMSC, NIMS
Tsukuba Japan



Archive powered by MHonArc 2.6.16.

Top of Page