[CPMD-list] test run error
Tengfei Luo
luotengf at msu.edu
Wed Nov 15 18:15:56 CET 2006
Dear all:
I'm new in CPMD. I compiled cpmd3.11.1 on a Sun-ultra60 machine and used the
configuration of SUN-ULTRA3-32BIT. After I got the binary cpmd.x, I was
going to do a test run. I used the input file and pp file in the folder
cpmd-test/femd. What I did was simply copy these two files into the binary
folder. I typed cpmd.x al001geo.inp > file.out, and I got this massage:
Exec format error. Binary not executable.
I also tried to specify the pp file's path but got the same error. Below is
a copy of the makefile I got.
#---------------------------------------------------------------------------
-
# Makefile for cpmd.x (plane wave electronic calculation)
# Configuration: SUN-ULTRA3-32BIT
# Creation of Makefile: Nov 15 2006
# on SunOS kelleher 5.9 Generic_118558-09 sun4u sparc SUNW,Ultra-60
# Author: luotengf
#---------------------------------------------------------------------------
-
#
SHELL = /bin/sh
#
#--------------- Default Configuration for SUN-ULTRA3-32BIT ---------------
SRC = .
DEST = .
BIN = .
#QMMM_FLAGS = -D__QMECHCOUPL
#QMMM_LIBS = -L. -lmm
FFLAGS = -dalign
LFLAGS = -xlibmopt -xlic_lib=sunperf $(QMMM_LIBS)
CFLAGS =
CPP = /usr/ccs/lib/cpp -P
CPPFLAGS = -D__SUN -DFFT_DEFAULT \
-D__DATE__="'`date '+%b %e %Y'`'" \
-D__TIME__="'`date '+%T'`'"
NOOPT_FLAG =
CC = cc -D__SUN -fast -fns=no -xtarget=ultra3 -xarch=v8plusb
FC = f95 -c -fast -fns=no -xtarget=ultra3 -xarch=v8plusb
LD = f95 -dalign -fast -fns=no -xtarget=ultra3 -xarch=v8plusb
AR = /usr/ccs/bin/ar
#---------------------------------------------------------------------------
-
#---------------------------------------------------------------------------
-
# Personal Configuration
#---------------------------------------------------------------------------
-
SRC = /home/luotengf/cpmd/older_versions/CPMD-3.9.2/SOURCE
FC = f95 -c -fast -fns=no -xtarget=ultra3 -xarch=v8plusb -I. -I$(SRC)
#---------------------------------------------------------------------------
-
# End of Personal Configuration
#---------------------------------------------------------------------------
-
CFGDEST = ../cpmd3.9.2-sun
CFGMACH = SUN-ULTRA3-32BIT
#
# LIST OF FILES
#
........
I did a search in the list archive but could not find similar problem.
Hope somebody can help me out. I greatly appreciate any advice.
Regards,
T.Luo
More information about the CPMD-list
mailing list