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

cpu clock error with OMP in MOM_set_diffusivity.F90 #161

Closed
alperaltuntas opened this issue Oct 12, 2020 · 0 comments · Fixed by #173
Closed

cpu clock error with OMP in MOM_set_diffusivity.F90 #161

alperaltuntas opened this issue Oct 12, 2020 · 0 comments · Fixed by #173
Assignees

Comments

@alperaltuntas
Copy link
Member

alperaltuntas commented Oct 12, 2020

When OMP threading is on, we get a cpu clock error in MOM_set_diffusivity, most likely due to race conditions. Line leading to error:

call cpu_clock_begin(id_clock_CVMix_ddiff)

error msg:
661:FATAL from PE 553: MPP_CLOCK_BEGIN: mpp_clock_begin is called again before calling mpp_clock_end for the clock (Double diffusion via CVMix)

Note: this causes PET tests to fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant