Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug when Write_group_array_file=1? #90

Open
stuartmcalpine opened this issue Jun 18, 2020 · 1 comment
Open

Bug when Write_group_array_file=1? #90

stuartmcalpine opened this issue Jun 18, 2020 · 1 comment

Comments

@stuartmcalpine
Copy link

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

@pelahi
Copy link
Owner

pelahi commented Jun 18, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants