我试图编译我的C ++程序,它使用MPICH和NAG C库(我用的NAG产生随机数),与PGCC编译器。
但是,编译器给了我以下错误信息:
PGCC-S-0000-Internal compiler error. linearize: bad ili #: 0 (mpisim.C: 225)
PGCC-S-0000-Internal compiler error. gen_aili: unrec. ili opcode: 0 (mpisim.C: 225)
PGCC-S-0000-Internal compiler error. linearize: bad ili #: 0 (mpisim.C: 266)
PGCC-S-0000-Internal compiler error. gen_aili: unrec. ili opcode: 0 (mpisim.C: 266)
PGCC/x86 Linux 12.4-0: compilation completed with severe errors
我不知道这些消息指。 能向我解释的人,他们是什么意思?
有没有办法对我来说,找出问题的行(或多个)的位置? 请问255
在(mpisim.C: 225)
表明我的代码行数?