QMCPACK / miniqmc

QMCPACK miniapp: a simplified real space QMC code for algorithm development, performance portability testing, and computer science experiments
Other
26 stars 34 forks source link

Split omp_partial_update test to test individual features. #263

Closed jefflarkin closed 3 years ago

jefflarkin commented 3 years ago

The partial_update OpenMP test currently tests more than just partial update, leading to a false fail when partial updating works, but either map(always:) or nowait causes a failure. This introduces more tests to validate each of those parts individually.

This should allow for better test coverage of specific OpenMP offloading features.

qmc-robot commented 3 years ago

Can one of the admins verify this patch?

ye-luo commented 3 years ago

LGTM. Thanks.