error #7747: Invalid parameter expression in dbcsr_types.F
Zhengyi Zhang
zyzha... at gmail.com
Tue Sep 23 18:30:13 UTC 2014
Hi, Abhishek,
This problem seems to be related with the compiler version and I did not
fix it. Sorry for that.
Best,
Zhengyi
On Wednesday, September 17, 2014 3:26:58 PM UTC-4, Abhishek Bagusetty wrote:
>
> Hi Zhengyi,
>
> I hope its been a while that you posted this question. Did you get a fix
> for this compilation error. If so, can you please state your answer on how
> you nailed it.
>
> Appreciate your time.
>
> Abhishek
>
> On Friday, March 14, 2014 7:12:07 PM UTC-4, Zhengyi Zhang wrote:
>>
>> Hi,
>>
>> When I compiled cp2k in popt with intel compiler, it showed,
>>
>> ../src/dbcsr_lib/dbcsr_types.F(275): error #7747: Invalid parameter
>> expression. [DBCSR_MEMTYPE_TYPE]
>>
>> TYPE(dbcsr_memtype_type), PARAMETER :: dbcsr_memtype_default =
>> dbcsr_memtype_type(pool=Null())
>>
>>
>> --------------------------------------------------------------------------------------------------------------^
>>
>>
>> MPI Library 4.1 for Linux
>> icc, ifort, icpc are all version 11.0
>>
>> arch file:
>>
>> INTEL_MKL = /opt/intel/mkl/11.0.4.183/mkl
>>
>> INTEL_INC = $(INTEL_MKL)/include/fftw
>>
>> INTEL_LIB = $(INTEL_MKL)/lib/intel64
>>
>> CC = cc
>>
>> CPP =
>>
>> FC = mpiifort
>>
>> LD = mpiifort
>>
>> AR = ar -r
>>
>> DFLAGS = -D__INTEL -D__FFTSG -D__parallel -D__BLACS -D__SCALAPACK
>> -D__FFTW3
>>
>> CPPFLAGS =
>>
>> FCFLAGS = $(DFLAGS) -I$(INTEL_INC) -O3 -xW -heap-arrays 64
>> -funroll-loops -fpp -free
>>
>> FCFLAGS2 = $(DFLAGS) -I$(INTEL_INC) -O1 -xW -heap-arrays 64 -fpp -free
>>
>> LDFLAGS = $(FCFLAGS) -I$(INTEL_INC)
>>
>> LIBS = -L$(INTEL_LIB) \
>>
>> $(INTEL_LIB)/libmkl_scalapack_lp64.a \
>>
>> $(INTEL_LIB)/libmkl_blacs_lp64.a \
>>
>> /panfs/users/Xaklinv/zhengyi/fftw3xf/libfftw3xf_intel.a \
>>
>> $(INTEL_LIB)/libmkl_blas95_lp64.a\
>>
>> $(INTEL_LIB)/libmkl_lapack95_lp64.a \
>>
>> -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm
>>
>> graphcon.o: graphcon.F
>>
>> $(FC) -c $(FCFLAGS2) $<
>>
>>
>> How could I fix this problem?
>>
>> Thanks.
>>
>> Zhengyi Zhang
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cp2k.org/archives/cp2k-user/attachments/20140923/c246587a/attachment.htm>
More information about the CP2K-user
mailing list