Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scan tests failing on blueos #150

Open
adayton1 opened this issue Aug 20, 2021 · 0 comments
Open

Scan tests failing on blueos #150

adayton1 opened this issue Aug 20, 2021 · 0 comments

Comments

@adayton1
Copy link
Member

The fix is adding the following jsrun argument: --smpiargs="-disable_gpu_hooks"

jsrun -n 1 -a 1 -g 1 ./ScanLoopExample
CPU count: 21
CUDA Hook Library: Failed to find symbol mem_find_dreg_entries, ./ScanLoopExample: undefined symbol: __PAMI_Invalidate_region

jsrun -n 1 -a 1 -g 1 ./TestScan
Running main() from /g/g17/dayton8/ale3d/github_care/blt/thirdparty_builtin/googletest-master-2020-01-07/googletest/src/gtest_main.cc
[==========] Running 5 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 5 tests from Scan
[ RUN ] Scan.test_scan_offset
[ OK ] Scan.test_scan_offset (172 ms)
[ RUN ] Scan.test_scan_zero_length
[ OK ] Scan.test_scan_zero_length (0 ms)
[ RUN ] Scan.test_scan_offset_index
[ OK ] Scan.test_scan_offset_index (0 ms)
[ RUN ] Scan.test_scan_offset_index_half
[ OK ] Scan.test_scan_offset_index_half (0 ms)
[ RUN ] Scan.test_scan_everywhere
[ OK ] Scan.test_scan_everywhere (0 ms)
[----------] 5 tests from Scan (172 ms total)

[----------] Global test environment tear-down
[==========] 5 tests from 1 test suite ran. (172 ms total)
[ PASSED ] 5 tests.
CUDA Hook Library: Failed to find symbol mem_find_dreg_entries, ./TestScan: undefined symbol: __PAMI_Invalidate_region

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant