Skip to Content.
Sympa Menu

forum - [abinit-forum] Trouble building 5.7.3 with xlf compiler

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

[abinit-forum] Trouble building 5.7.3 with xlf compiler


Chronological Thread 
  • From: Ian Gay <gay@sfu.ca>
  • To: forum@abinit.org
  • Subject: [abinit-forum] Trouble building 5.7.3 with xlf compiler
  • Date: Wed, 15 Apr 2009 20:47:39 +0200 (CEST)

I'm trying to build on powerpc64 (linux) using the xlf compiler. The abinit
build system wraps compiler calls, because of xlf's weird preprocessor.
However, it doesn't seem to be working. I get output like the following:

ABINIT WRAPPER BEGIN
/lib/cpp -P -std=c89 -DHAVE_CONFIG_H -I. -I../.. interfaces_prereqs.F90
>
interfaces_prereqs_cpp.f90

cc1: stdout: Value too large for defined data type

xlf -q64 -I. -I../.. -qsuffix=cpp=F90:f=f90 -qfree=f90 -O3 -qstrict
-qarch=auto -qtune=auto -qcache=auto -q64 -g -c -o interfaces_prereqs.o
interfaces_prereqs_cpp.f90

1517-020: (I) Source file is empty.

** interfaces_prereqs_cpp.f90 === End of Compilation 1 ===

This happens with all F90 files that require preprocessing. f90 files compile
ok.

Does anyone know how to fix this?

Ian


  • [abinit-forum] Trouble building 5.7.3 with xlf compiler, Ian Gay, 04/15/2009

Archive powered by MHonArc 2.6.15.

Top of Page