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
Almost all of the non-threadsafe common blocks were removed in #30. The only remaining one is the use of dxcom, dycom in the mapped grid solvers (which is non-threadsafe in AMRClaw only).
The only problem left (before we can close this issue) is the use of dxcom and dycom in the solvers for shallow water on the sphere. I'm not even sure they're being used correctly there, though.
mandli
added a commit
to mandli/riemann
that referenced
this issue
Mar 19, 2015
Most of the Euler Riemann solvers still have common blocks, which are not thread safe with OpenMP.
This showed up when testing amrclaw/tests/quadrants.
Some other Riemann solvers also have common blocks. Need to clean all of these up.
The text was updated successfully, but these errors were encountered: