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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: