memory problem in parallel running "ARMCI DASSERT fail"
Click here for full thread
Forum Vet
3:40:19 PM PST - Wed, Nov 7th 2012
shared memory segments
Psd,
Did you check if there are shared memory segments still allocated on the nodes of your cluster?
You can do it by running the command
ipcs -a
The scripts ipcreset can be used both to display and cleanup existing shared memory segments.
You can find it in
$NWCHEM_TOP/src/tools/ga-5-1/global/testing/ipcreset
Cheers, Edo