Skip to Content.
Sympa Menu

forum - RE: [abinit-forum] Installation_problem

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

RE: [abinit-forum] Installation_problem


Chronological Thread 
  • From: verstraete@pcpm.ucl.ac.be
  • To: forum@abinit.org
  • Subject: RE: [abinit-forum] Installation_problem
  • Date: Thu, 16 Dec 2004 17:55:46 +0100 (CET)


All abinit .F90 files contain implicit none, and no variables are declared implicitly in the source (libraries are something else). We do fortran but we're not complete barbarians.

To boot, "-c" is a compiler option to do only compilation, not linkage. What you were thinking of is "-C" which does the bounds checking etc... (not for production).

If you look at the code for timein.F90 you'll see that the precompiler concludes you have an unknown architecture. Define "-DP6" in the CPP_FLAGS. That will also settle the problem in herald.F90.

Matthieu

--
===================================================================
Matthieu Verstraete mailto:verstraete@pcpm.ucl.ac.be PCPM, Boltzmann, pl. Croix du Sud, 1 tel: 010/ 47 33 59
B-1348 Louvain-la-Neuve Belgium fax: 010/ 47 34 52



Archive powered by MHonArc 2.6.16.

Top of Page