-
Notifications
You must be signed in to change notification settings - Fork 125
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-DIAG: Error detected in HDF5 (1.10.5) MPI-process 0: #303
Comments
From what you've written, we can't even figure out if this is about |
I run the smilei script on HPC cluster. in error file I am getting these error. but simulation didn't interrupt. its completed succesfully. all the output data file is created in directory. when I am trying to open the *.h5 file. it's not open also. I don't understand What is this error. |
Due to these errors, I would be very surprised that the .h5 files are properly written. About the error is pretty clear: your compiler does not support MPI_THREAD_MULTIPLE. You need to compile smilei with the option |
You have 2 errors that are very clear and that you should search on the web:
I would like to tell you that you keep asking questions that are not issues about Smilei. You are simply not aware of how to run these programs. Please do more research on the web or get help from your system admins. This github page is suppose to address issues or poor documentation about Smilei. We cannot spend much time helping people to learn about computing. |
import happi |
I am getting the error in output file. Anyone have the idea about this error please help.
[node734.pri.csf3.alces.network:138176] pml_ucx.c:285 Error: UCP worker does not support MPI_THREAD_MULTIPLE
HDF5-DIAG: Error detected in HDF5 (1.10.5) MPI-process 0:
#000: H5F.c line 444 in H5Fcreate(): unable to create file
major: File accessibilty
minor: Unable to open file
#1: H5Fint.c line 1567 in H5F_open(): unable to lock the file
major: File accessibilty
minor: Unable to open file
The text was updated successfully, but these errors were encountered: