You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Write_group_array_file=1 the function MPICollectFOF is called, which uses mpi_indexlist in the file mpiroutines.cxx which I think has become redundant? (it's no longer initialised in tipsyio.cxx).
I get a segfault trying to access mpi_indexlist
The text was updated successfully, but these errors were encountered:
Ah, left over from storing the input index in a file. I can trivial fix this to just collect all group ids into an array that is in id order (at not as it was previously was in input file index order). I will update this, unless input file index order of the array is really desired.
When
Write_group_array_file=1
the functionMPICollectFOF
is called, which usesmpi_indexlist
in the filempiroutines.cxx
which I think has become redundant? (it's no longer initialised intipsyio.cxx
).I get a segfault trying to access
mpi_indexlist
The text was updated successfully, but these errors were encountered: