issues
search
dash-project
/
dash-apps
Example applications and tools for DASH
12
stars
3
forks
source link
Fix synchronization/communication in Lulesh
#11
Open
devreal
opened
6 years ago
devreal
commented
6 years ago
This PR:
Adds missing barriers (needed to prevent overwriting of data still to be read)
Fixes wrong offset tag in one place
Fixes offset computation to include number of fields in all places
Fix missing initialization of boolean position variables
Adds some debug capabilities (which I needed to track down the bugs), compile with
-DWITH_DEBUG
to enable
This PR:
-DWITH_DEBUG
to enable