You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same here. I was compiling in main to check if ./configure.sh -DDISABLE_MULTITHREADING=ON -DENABLE_OPENMP=ON -DOPENMP_REPRODUCIBLE=ON would work, to let know Mathias Campos if he will be able to use this feature once 2.6 is released.
compilation is broken with flag OPENMP_REPRODUCIBLE flag on.
core issue is errors like this when reproducible is on:
fix for instance in code block example would be
fesom2/src/ice_fct.F90
Lines 864 to 899 in 231c416
to add ordered to all clauses where we may use OMP_ORDERED like:
!$OMP DO ordered
.The text was updated successfully, but these errors were encountered: