Resolve "Segmentation fault in FromFile due to RASTER=TRUE"
Closes #465 (closed)
Merge request reports
Activity
added 1 commit
- 3fe71d24 - All masters need to read the full file otherwise we do not
added 1 commit
- 61e3fb62 - add missing destructor in order to avoid segmentation fault at exit
assigned to @frey_m
@frey_m : the fix is different from the one proposed in the issue. Can you explain a bit what you changed, and how this is / was supposed to work?
- Resolved by snuverink_j
@snuverink_j I first did the proposed fix but then realized that in case of multiple masters the implementation is wrong. As you can see in the code, the parsing is split up among the MPI-ranks (masters only). If a user has
RASTER=TRUE
and multiple masters this won't work since all masters need to know all samples. Otherwise samples are missed.
mentioned in commit b93e0537
mentioned in commit c728b414
mentioned in merge request !276 (merged)