-
Notifications
You must be signed in to change notification settings - Fork 5
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
HDF5 error running examples/fokker-planck/fokker-planck-relaxation.toml #290
Comments
I don't think I've seen that one before. I'm having issues with HDF5 at the moment, but mine are to do with parallel I/O of the timing data outputs introduced in #276, and don't look related to this. That input file is checked in the CI, so it should have been run recently, in pretty much the setup you describe! |
On my local machine I can make a fresh install and reproduce the error, on both
|
P.S. When I try to return to the bash terminal, I get this message
|
I cannot reproduce. I merged #278 into #289 to do the setup with Julia-provided MPI+HDF5. examples/fokker-planck/fokker-planck-relaxation.toml runs on a single core without error, using Julia-1.11.1 and Julia-1.10.6. I've just merged #278 into |
Especially that last error message, sounds a bit like you're using the wrong MPI, but that shouldn't be possible running in serial. Did you run using |
I confirm that I found these bugs again even in an install using the |
I have tried to find this bug on another Linux computer, and I am also unable to reproduce it there. |
I wanted to revisit an old test case, so ran
examples/fokker-planck/fokker-planck-relaxation
, on a single core, with #289 at the present commit. I have an install with Julia-provided MPI and HDF5. I see the following strange error. @johnomotani does this look familiar?The text was updated successfully, but these errors were encountered: