parallel crash


Just Got Here
Dear nwchem users,

I ran nwchem in parallel, after a couple of days it crashed with this error:
eaf_write: rc ne bytes -1999 bytes 16000000
util_scratch_avail: eaf_stat -1991
------------------------------------------------------------------------
An error occured while trying to read or write to disk space
------------------------------------------------------------------------
40:40:util_scratch_avail: eaf_stat:: -1991
50:50:util_scratch_avail: eaf_stat:: -1991
(rank:50 hostname:node43 pid:16231):ARMCI DASSERT fail. ../../ga-5-2/armci/src/common/armci.c:ARMCI_Error():208 cond:0
52:52:util_scratch_avail: eaf_stat:: -1991

i have a lot of free disk space 5T.
thanks in advance
jose luis

Forum Vet
USE_NOFSCHECK
If you recompile the util directory with the env. variable USE_NOFSCHECK set, this error should vanish.


cd $NWCHEM_TOP/src/util
make clean
make USE_NOFSCHECK=y
...


Just Got Here
Quote:Edoapra Mar 19th 9:56 am
If you recompile the util directory with the env. variable USE_NOFSCHECK set, this error should vanish.


cd $NWCHEM_TOP/src/util
make clean
make USE_NOFSCHECK=y
...


Thank you very much I did and until now it not appear


Forum >> NWChem's corner >> Running NWChem