Illegal use of symbol gamma (cluster_methods.f90
maria
maria.p... at gmail.com
Mon Nov 22 16:37:44 UTC 2010
Hello,
I am trying to compile cp2k still with poor result.
Please help me solve errors that occur during compilation.
I got errors:
PGF90-S-0084-Illegal use of symbol gamma (cluster_methods.f90: 460)
PGF90-S-0084-Illegal use of symbol gamma (cluster_methods.f90: 484)
PGF90-S-0084-Illegal use of symbol gamma (cluster_methods.f90: 485)
PGF90-S-0084-Illegal use of symbol gamma (cluster_methods.f90: 539)
I tried as below
# The following settings worked for:
# - AMD64 Opteron cluster
# - SUSE Linux 9.1 (x86_64) including the precompiled FFTW library
# - PGI CDK 5.2 (Cluster Development Kit) with PGI Fortran compiler
# version 5.2-2, ACML 2.0, ScaLAPACK 1.7, BLACS 1.1, MPICH 1.2.6
#
CC = cc
CPP = cpp
FC = pgf95 -Mfree
LD = pgf95
AR = ar -r
DFLAGS = -D__PGI -D__FFTSG
CPPFLAGS = -traditional -C $(DFLAGS) -P
FCFLAGS = -fastsse -tp amd64
LDFLAGS = $(FCFLAGS)
LIBS = $(PGI_LIB)/liblapack.a $(PGI_LIB)/libblas.a
OBJECTS_ARCHITECTURE = machine_pgi.o
More information about the CP2K-user
mailing list