Closed colleeneb closed 4 years ago
Sorry, didn't mean to assign anyone, somehow did that accidentally....
Thanks @colleeneb ! Once a PR is ready, it will be added to the comment.
@colleeneb removed the threshold value and replaced it with 'N'. After making the change, I was able to compile and run successfully using your 'make' command. Thanks again! see PR #166
@tmh97 Thanks! However, my guess was that the solution was to add #define THRESHOLD 1024
, (not change THRESHOLD to N), since this would make it more similar to the version in the 4.5 directory (https://github.com/SOLLVE/sollve_vv/blob/0d8c8f7a1d9cd93199ed680cf570e195b8ea85a1/tests/4.5/target_teams_distribute/test_target_teams_distribute_reduction_bitor.c#L18)
But this was just a guess, you guys are the developers. :)
@colleeneb adding #define THRESHOLD 1024 instead of changing it to N, then closing this issue! Thanks for following up
Sounds great, thanks!
Describe the bug It looks like there is a missing
#define THRESHOLD
in 5.0/target_teams_distribute/test_target_teams_distribute_reduction_bitor.c Pointer: https://github.com/SOLLVE/sollve_vv/blob/f74e6628477c5b81d2d542b69f1992e22346030e/tests/5.0/target_teams_distribute/test_target_teams_distribute_reduction_bitor.c#L17Test that it applies to
5.0/target_teams_distribute/test_target_teams_distribute_reduction_bitor.c
To Reproduce Steps to reproduce the behavior:
and then get compile error:
Expected behavior I expected it to compile :)
Compiler XL 16.1.1 Accelerator hardware K80