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

iot_buf in output.90 should only be used by master processor? #78

Open
crpiceda opened this issue Feb 17, 2023 · 0 comments · May be fixed by #84
Open

iot_buf in output.90 should only be used by master processor? #78

crpiceda opened this issue Feb 17, 2023 · 0 comments · May be fixed by #84
Labels
Milestone

Comments

@crpiceda
Copy link

The variable iot_buf is intended to be used only by the master processor, but this seems not be the case in the module output.f90. This might be the reason behind the corruption of arrays in the module fault_stress.f90 when trying to run a simulation with multiple processors. One possible fix is to enclose L322 to L354 in the master branch between an if (is_MPI_master()) then... endif

@martijnende martijnende added this to the 2.4.0 milestone May 23, 2023
martijnende added a commit that referenced this issue May 31, 2023
Adding reference to previous fixed bug that was not tagged (#78)
This was linked to pull requests May 31, 2023
@martijnende martijnende removed a link to a pull request Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants