[CPMD-list] Error compiling on HP

Sergey proffess at mail.ru
Tue Mar 11 10:47:40 CET 2003


Dear Axel,

my Makefile is:
#----------------------------------------------------------------------------
# Makefile for cpmd.x (plane wave electronic calculation)
# Configuration: HPUX_IA64-MPI
# Creation of Makefile: Mar 11 2003
# on HP-UX hpc4a B.11.20 U ia64 3513465903 unlimited-user license
# Author: sergey
#----------------------------------------------------------------------------
#
SHELL = /bin/sh
#
#--------------- Default Configuration for HPUX_IA64-MPI ---------------
SRC  = .
DEST = .
BIN  = .
#QMMM_FLAGS = -D__QMECHCOUPL
#QMMM_LIBS  = -L. -lmm
FFLAGS = +Ofast +Odataprefetch +DSnative +U77 +DD64 \
             +externals=equiv_file
LFLAGS = -Wl,-a,archive_shared +O3 +Oparallel +U77 +DD64 \
             -L/opt/mlib/lib/hpux64 -lveclib -llapack -lm $(QMMM_LIBS)
CFLAGS = -D__HP +DD64
CPP = /usr/ccs/lbin/cpp
CPPFLAGS = -D__HP -DFFT_DEFAULT -DLAPACK -D_PSTAT64 -DPOINTER8 \
               -DPARALLEL=parallel -DMP_LIBRARY=__MPI
NOOPT_FLAG =
CC = mpicc -c -O
FC = mpif90 -c
LD = mpif90
AR = /usr/bin/ar -r

Best wishes,
Sergey



More information about the CPMD-list mailing list