[CPMD-list] Compilation Problems
Juerg Hutter
hutter at pci.unizh.ch
Wed Dec 14 12:37:56 CET 2005
Hi
your mpif77 script is using a compiler with name "f77"
not "ifort". f77 is on Linux systems usually a script
for running g77, which doesn't support Cray Pointer
statements. That's why you get the error messages.
Check if your mpich was really compiled to use
the ifort compiler.
regards
Juerg Hutter
----------------------------------------------------------
Juerg Hutter Phone : ++41 44 635 4491
Physical Chemistry Institute FAX : ++41 44 635 6838
University of Zurich E-mail: hutter at pci.unizh.ch
Winterthurerstrasse 190
CH-8057 Zurich, Switzerland
----------------------------------------------------------
On Wed, 14 Dec 2005, Rad wrote:
> Dear All,
>
>
>
> I am having some difficulties in the compilation of version 3.9.2 on Linux
> Cluster running RH edition ( I was able to compile the same code on a
> different cluster using LAM and MPICH for 32 as well as 64 bit
> architectures). When I tried to compile the code using an mpich
> configuration where the mpif77 wrapper uses ifort compiler, I get the error
> shown in the attachment. Here is the portion of the makefile I used:
>
>
>
> SRC = .
>
> DEST = .
>
> BIN = .
>
> #QMMM_FLAGS = -D__QMECHCOUPL
>
> #QMMM_LIBS = -L. -lmm
>
> MYFFLAGS = $(CPPFLAGS)
>
> #IPAFLAGS =
>
> FFLAGS = -c -w90 -w95 -O2 -unroll -pc64 -tpp7 -cm $(CPPFLAGS)
>
> #LFLAGS = -llapack-ifc -lblas-ifc -latlas-ifc -Vaxlib $(QMMM_LIBS)
>
> #LFLAGS = -L/opt/intel/lib/ -lmkl_itp -lmkl_lapack -lmkl_itp \
>
> # -lPEPCF90 -lm -lguide -lpthread $(QMMM_LIBS)
>
> LFLAGS = -L. -latlas_p4
>
> CFLAGS = -D__alpha
>
> CPP = /lib/cpp -P -C -traditional
>
> CPPFLAGS = -D__alpha -DPOINTER8 -DLAPACK -DFFT_DEFAULT -DALPHALINUX \
>
> -DMYRINET -DPARALLEL=parallel -DMP_LIBRARY=__MPI
>
> NOOPT_FLAG =
>
> CC = -I/opt/mpich-1.2.5.9-ch_gm-gcc/bin/mpicc
>
> #FC = /usr/local/mpich-1.2.5.2/bin/mpif90
>
> #LD = /usr/local/mpich-1.2.5.2/bin/mpif90
>
> #FC = mpif77 -I/opt/mpich-1.2.5.9-ch_gm-gcc/bin
>
> FC = /opt/intel/bin/ifort
>
> FC = mpif77
>
> LD = /opt/intel/bin/ifort
>
> LD = mpif77
>
> AR =
>
>
>
> I would appreciate any suggestion the group may offer in resolving this
> issue and also please let me know if more information is needed about the
> environmet.
>
>
>
>
>
> Thanks
>
> Rad Balu
>
>
>
>
>
>
More information about the CPMD-list
mailing list