Skip to Content.
Sympa Menu

forum - problems with lf95

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

problems with lf95


Chronological Thread 
  • From: Moises Augusto da Silva Monteiro de Araujo <maraujo@fisica.ufmg.br>
  • To: forum@abinit.org
  • Subject: problems with lf95
  • Date: Wed, 16 Feb 2005 19:29:33 -0200 (BRST)


Dear Abinit users,

I am trying to compile ABNIT 4.3.4 in a LINUX machine (dual
xeon processor) with the lf95 compiler. I am using the following
definitions in the makefile_macros:

# For the sequential version

# Machine type
MACHINE=P6
# Fortran optimized compilation
FC=lf95
FFLAGS=--nfix -O3
FFLAGS_LIBS= -O3

# C preprocessor, used to preprocess the fortran source.
CPP=/lib/cpp
CPP_FLAGS=-P -traditional
# The cpp directive CHGSTDIO changes the standard I/O definition
# Uncomment the next line for this to happen.
#CPP_FLAGS= -DCHGSTDIO

# C optimized compilation.
CC=cc
CFLAGS=-O

# Location of perl . Used to generate the script fldiff, in ~ABINIT/Utilities
.
PERL=/usr/bin/perl

# List of machine-dependent routines
MACHINE_DEP_C_SEQ_SUBS_LIST=etime.o

-------------------------------------------------------
----------------------------------------------------

I am getting the following error message at the end of the compilation:

/lib/cpp -C -DP6 -P -traditional vtorhotf.f > vtorhotf_cpp.f
lf95 --nfix -O3 -c vtorhotf_cpp.f
2005-W: "vtorhotf_cpp.f", line 170: rhor_plus is used but never set.
2005-W: "vtorhotf_cpp.f", line 170: rhor_moins is used but never set.
2005-W: "vtorhotf_cpp.f", line 170: rhor_mid is used but never set.
2005-W: "vtorhotf_cpp.f", line 171: rhor_middx is used but never set.
Internal subprogram name(tf)
1652-S: "vtorhotf_cpp.f", line 203, column 24: BLINW shall be declare as a
function in a host or module scoping unit.
1652-S: "vtorhotf_cpp.f", line 204, column 25: BLINW shall be declare as a
function in a host or module scoping unit.
1652-S: "vtorhotf_cpp.f", line 228, column 14: BLINW shall be declare as a
function in a host or module scoping unit.
1652-S: "vtorhotf_cpp.f", line 230, column 14: BLINW shall be declare as a
function in a host or module scoping unit.
1652-S: "vtorhotf_cpp.f", line 249, column 15: BLINW shall be declare as a
function in a host or module scoping unit.
1652-S: "vtorhotf_cpp.f", line 251, column 15: BLINW shall be declare as a
function in a host or module scoping unit.
1652-S: "vtorhotf_cpp.f", line 283, column 24: BLINW shall be declare as a
function in a host or module scoping unit.
1652-S: "vtorhotf_cpp.f", line 284, column 26: BLINW shall be declare as a
function in a host or module scoping unit.
Internal subprogram name(tfek)
1652-S: "vtorhotf_cpp.f", line 344, column 22: FERINV shall be declare as a
function in a host or module scoping unit.
1652-S: "vtorhotf_cpp.f", line 346, column 21: BLINW shall be declare as a
function in a host or module scoping unit.
1652-S: "vtorhotf_cpp.f", line 350, column 11: BLINW shall be declare as a
function in a host or module scoping unit.
Encountered 11 errors, 4 warnings in file vtorhotf_cpp.f.
make[2]: *** [vtorhotf.o] Error 1
make[2]: Leaving directory `/usr/local/abinit-4.3.4/Src_9drive'
make[1]: *** [Src_9drive/ar_9drive.a] Error 2
make[1]: Leaving directory `/usr/local/abinit-4.3.4'
make: *** [allseq] Error 2

-----------------------------------------------------------------------

Has anyone had the same problem? Does anyone know what to do?

thanks in advance,

Moisés de Araújo.


  • problems with lf95, Moises Augusto da Silva Monteiro de Araujo, 02/16/2005

Archive powered by MHonArc 2.6.16.

Top of Page