古いバージョンのBBSは閲覧のみ可能です。
The old BBS is read only.

288

compilation errors

Posted on : February 02, 2009 (Mon) 04:32:08

by zanat

this errors is occured when I try to compile kkr-cpa-009c with ifort 11.0 (using "makefile" without modification):

source/specx.f(78): error #7911: Adding this variable to common-block-object-list causes the common block size to exceed the maximum of 2147483647 bytes. [PEXF]
& ,wk8((2*mxlmx-1)**2*mxlmx*24)
^
source/specx.f(44): error #6502: COMMON cannot be extended beyond the beginning of a block. [WKC]
& ,wkc(1),detl(msex,2),det(lengx)
-----------------^
compilation aborted for source/specx.f (code 1)