[CPMD-list] Segmentation fault !(solved)

A.yangthaisong a.yangthaisong at physics.org
Fri Mar 23 16:30:46 CET 2007


Dear all,

Just get back to tell you that my problem is solved.  Thanks for helps and advices.  By the way, below is the part of my makefile. Note that axel is right but I have to to add  '-s' in f95 command to compile. I don't know why but it works.

Warmest regards,
Anucha

#--------------- Default Configuration for PC-ABSOFT ---------------
SRC  = .
DEST = .
BIN  = .
FFLAGS =
#LFLAGS = -L/opt/absoft10.0/lib64 -llapack -lblas -lU77 -lm -lf2c
LFLAGS = -L/opt/absoft10.0/lib64 -llapack -lblas -lm -lf2c -lU77
CFLAGS =
CPP = /lib/cpp -P -C -traditional
CPPFLAGS = -D__NOINT8  -DPOINTER8  -D__Linux -D__ABSOFT -DFFT_DEFAULT
NOOPT_FLAG =
CC = cc -O
FC = f95 -c  -s -B108  -YEXT_NAMES=LCS -O
#LD = f95 -O -X-Bstatic
LD = f95 -O -static
AR = ar
#----------------------------------------------------------------------------
# Personal Configuration
#----------------------------------------------------------------------------
#----------------------------------------------------------------------------
# End of Personal Configuration
#----------------------------------------------------------------------------
CFGDEST = .
CFGMACH = PC-ABSOFT
CFGQMMM =



More information about the CPMD-list mailing list