moints semi: failed to open half int file


Click here for full thread
Clicked A Few Times
Quote:Edoapra Jul 27th 2:27 pm
Yudong
How many cores are you using in your run?

I think that the problem you are facing should be fixed by adding the following line at the beginning of your input file.


memory global 300 mb stack 800 mb heap 200 mb

Edoapra,

I run the job using 32 cores. I have added the memory directive above. Now the memory reservation is:

   heap     =   26214401 doubles =    200.0 Mbytes
stack = 104857601 doubles = 800.0 Mbytes
global = 39321600 doubles = 300.0 Mbytes (distinct from heap & stack)
total = 170393602 doubles = 1300.0 Mbytes
verify = yes
hardfail = no


However the error still exists:

0:0:moints_semi: failed to open half int file:: 0
1:1:moints_semi: failed to open half int file:: 0
...
31:31:moints_semi: failed to open half int file:: 0

Thanks,

Yudong