allshare+pthread报错空间超过8GB
-
使用的是
allshare+pthread
,程序分配了9GB左右的静态数组,感觉似乎是没用上全片的内存?报错信息如下:
vn001411:FATAL: __sw3run_start_main: program static space is more than 8GB!, outof memory, exit!
提交命令是:
bsub -I -b -q q_sw_cess -n 1 -sw3runarg "-a 1" -cgsp 64 -host_stack 256 -cross_size 25000 ./xxx
-
好像静态数组不会放在交叉段。