Closed vatai closed 5 years ago
It's probably a memory issue. malloc
(and MPI_Alloc_mem()
) works well if there is only one process on one node, but MPI launches multiple processes. Made some small program here: https://github.com/vatai/thebench/tree/master/membreak
The problem was the use of too much memory.
Crashes with these parameters