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
Currently, the loops are not collapsed (which I believe should be fine for shared-memory runs), static scheduling is not explicitly imposed, and loops in solver.f90 lacks some OpenMP directives (although the most demanding part, the iterative solvers in hypre, have an OpenMP implementation).
This has been fine for CPU only runs using only MPI, but in light of future porting efforts, it would be good to make sure the OpenMP implementation is performing fine.
The text was updated successfully, but these errors were encountered:
Currently, the loops are not collapsed (which I believe should be fine for shared-memory runs), static scheduling is not explicitly imposed, and loops in
solver.f90
lacks some OpenMP directives (although the most demanding part, the iterative solvers inhypre
, have an OpenMP implementation).This has been fine for CPU only runs using only MPI, but in light of future porting efforts, it would be good to make sure the OpenMP implementation is performing fine.
The text was updated successfully, but these errors were encountered: