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

DecompWriter crashes #227

Open
FG-TUM opened this issue Feb 22, 2022 · 0 comments
Open

DecompWriter crashes #227

FG-TUM opened this issue Feb 22, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@FG-TUM
Copy link
Member

FG-TUM commented Feb 22, 2022

Describe the bug
Activating the debug writer causes a crash in DomainDecompMPIBase::printDecomp() at the call to MPI_File_open().
For me, this only happens when compiling without AutoPas.

To Reproduce

  1. Compile with default settings (MPI, no AutoPas)
  2. Run e.g. the Argon scenario and add the XML for the decomp writer:
<outputplugin name="DecompWriter">
        <writefrequency>100</writefrequency>
</outputplugin>
  1. Run with >1 mpi ranks
  2. See error

Expected behavior
No error.

Build environment (please complete the following information):

  • OS: Linux
  • Compiler: mpicc (GCC 7.5)
  • Build System: cmake / make
@FG-TUM FG-TUM added the bug Something isn't working label Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant