Skip to Content.
Sympa Menu

forum - compiling error of abinit4.3.3 on IBM SMP SP2

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

compiling error of abinit4.3.3 on IBM SMP SP2


Chronological Thread 
  • From: Yung-Chiang Lan <lanyc@mail.ncku.edu.tw>
  • To: forum@abinit.org
  • Subject: compiling error of abinit4.3.3 on IBM SMP SP2
  • Date: Mon, 04 Oct 2004 17:56:28 +0800

Dear abinit users,

I compiled abinit4.3.3 on IBM SMP SP2 machine but obtained the
following error message (make allseq):
- - - - - - - - - - - - - - - - - - - - - - -- - - - - - - - - - - --
** band2eps === End of Compilation 1 ===
1501-510 Compilation successful for file band2eps_cpp.f.
cd . ; xlf95 -bloadmap:loadmap -o band2eps Src_main/band2eps.o ;
chmod
ugo+rx band2eps
ld: 0711-317 ERROR: Undefined symbol: .__defs_basis_MOD__&&_defs_basis
ld: 0711-344 See the loadmap file loadmap for more information.
make: 1254-004 The error code from the last command is 8.
Stop.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

The makefile_macro file I used is
- - - - - - - - - - -- - - - - - - -- - - - - - - - --
# For the sequential version

# Machine type
MACHINE=ibm
# Fortran optimized compilation
FC=xlf95
FFLAGS=-O3 -qnolm -qarch=auto -qstrict
MAIN_ROUTINE_FFLAGS=-qcharlen=16000
FFLAGS_LIBS=-O3 -qnolm -qarch=auto -qstrict -qfixed
FLINK=-bloadmap:loadmap
# C preprocessor, used to preprocess the fortran source.
CPP=/usr/lib/cpp
CPP_FLAGS=-P
# C optimized compilation.
CC=xlC
CFLAGS=-O
# Location of perl . Used to generate the script fldiff, in ~ABINIT/Utilities
.
PERL=/usr/local/gnu/bin/perl
# Definition of libraries
BLAS=
LIBS= $(LAPACK) -lblas
- - - - - - - -- - - - - - - - - - - -- - - - -

It can be compiled successful and run on our IBM P690 machine with the
same makefile_macro file.
Can anyone help me to sovle this problem?
Thank you for your help.

Yung-Chiang Lan



  • compiling error of abinit4.3.3 on IBM SMP SP2, Yung-Chiang Lan, 10/04/2004

Archive powered by MHonArc 2.6.16.

Top of Page