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

Replies : 2 Last Post : October 17, 2012 (Wed) 09:55:04

5958

SOS About installation

Posted on : December 21, 2010 (Tue) 19:42:46

by studyphy

I installed the intel fortran complier . when I ran "which ifort " it export the installation directory. when I ran "which icc" it export "no icc in ". Then I installed kkr-cpa , it export "ifort -03 -o source/specx. o -c source/specx.f
source/specx.f(78): error#7911: Adding this variableto common-block-object-list causes the common block size to exceed the maximum of 2147483647 bytes...........
source/specx.f(44): error #6502: COMMON can not be extended beyond the beginning of a block.


How to resolve? who can help me ?

 
 

5959

[Re:01] SOS About installation

Posted on : December 25, 2010 (Sat) 10:58:06

by AkaiKKR

You may comment out the common statement in specx.f.
That is quite harmless. However, before that check you ifort installation is correctly done. Also check your source files have not been unintentionally modified.

 
 

6316

instalation problem

Posted on : October 17, 2012 (Wed) 09:55:04

by bendaou omar

i have an approximately the same error :i have ubunto 12.04 64bits and 4go in ram and and i installed intel fortran compiler 2013

bendaou@bendaou-Compaq-610:~/Bureau/cpa2002v009c$ make
ifort -O3 -o source/specx.o -c source/specx.f
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)
make: *** [source/specx.o] Erreur 1