|
将模式从一个能正常运行的pc cluster移植到另一个pc cluster(都是linux系统).编译通过,但运算不久出错如下:
Success to CREAT file: diag1901.nc
KOUNT= 0
predict at kount= 0 iday= 0
Segmentation fault
p5_1603: p4_error: Found a dead connection while looking for messages: 0
bm_list_18346: (23.360061) wakeup_slave: unable to interrupt slave 0 pid 18345
rm_l_9_1628: (16.507429) net_send: could not write to fd=6, errno = 9
rm_l_9_1628: p4_error: net_send write: -1
Broken pipe
.............
不知问题何在,请教高手!
比较两台机器上Macro.Linux设置,发现出错机器没有下面最后一行相关的gm路径,故注释调。
FC := /export/mpi/mpich-gm-ifc80/bin/mpif90
FFLAGS := -c -O2 -r8 -i4 -convert big_endian
MOD_SUFFIX := mod
LD := $(FC)
LDFLAGS := -L/export/gm/libgm -lgm |
|