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

124

Error in mkemap(table overflow)

Posted on : November 17, 2004 (Wed) 23:54:48

by takafumi.ihara

今年春のCMDでお世話になりました。井原と申します。その節はお世話になりました。
Fe(bcc)のスーパーセルの計算を試みたのですが、エラーが出てそこから進みません。

インプットファイルは次のようなものになります。
(計算環境は OS:RedHatLinux 8, Compiler:Intel Fortran Compiler 7です)

#----------------------- input data ----------------------------#
# go/ngo/dos/dsp/spc file name
go data/fe_sp222k12

#- primitive vector --------------------------------------#
# this aux option is only effective for newest versions of AkaiKKR
aux
1.000000000000 0.000000000000 0.000000000000
0.000000000000 1.000000000000 0.000000000000
0.000000000000 0.000000000000 1.000000000000
3.011
#L.C. of supercell(a.u.)
# 1 Angstrom = 0.529177249 a.u.

#- edelt ewidth nrl/sra mjw/vbh/vwn mag/nmag/-mag/rvrs/kick ------#
0.0010 1.0000 sra vwn mag

#- init/1st/2nd quit/update 0/1/2/../t/l/m/h/u iteration pmix -#
2nd update 6 40 0.02000

#- number of type -----------------------------------------------#
1
# type components rtin field l_max Z concentration----------#
2a 1 0. 0.000 2 26 1.00
#Fe

# number of atoms------------------------------------------------#
16
#- position ---------------------------------------------- type -#
0.000000000000a 0.000000000000b 0.000000000000c 2a
0.500000000000a 0.500000000000b 0.500000000000c 2a
0.000000000000a 0.500000000000b 0.500000000000c 2a
0.500000000000a 0.000000000000b 0.500000000000c 2a
0.500000000000a 0.500000000000b 0.000000000000c 2a
0.000000000000a 0.000000000000b 0.500000000000c 2a
0.500000000000a 0.000000000000b 0.000000000000c 2a
0.000000000000a 0.500000000000b 0.000000000000c 2a
0.250000000000a 0.250000000000b 0.250000000000c 2a
0.250000000000a 0.750000000000b 0.750000000000c 2a
0.750000000000a 0.250000000000b 0.750000000000c 2a
0.750000000000a 0.750000000000b 0.250000000000c 2a
0.250000000000a 0.250000000000b 0.750000000000c 2a
0.250000000000a 0.750000000000b 0.250000000000c 2a
0.750000000000a 0.250000000000b 0.250000000000c 2a
0.750000000000a 0.750000000000b 0.750000000000c 2a

出たエラーは次のとおりです。
***err in mkemap...table overflows

mkemap.fをとりあえず開いてみましたが、原因は特定できませんでした。。
teble overflowの意味もよくわかりません。
また、specx.fのパラメータも大きくしたり小さくしたりいろいろやってみましたが、まったくエラーが解消されません。とりあえず、現在のspecx.f中の指定パラメータは以下のとおりです。
& (natmmx=16, ncmpmx=5, msizmx=150, mxlmx=3, nk1x=100, nk3x=1,
& msex=35, ngmx=15, nrpmx=250, ngpmx=250, npmx=200, msr=4000)

よければ、アドバイスをいただければと思います。よろしくお願いします。