View Bounds Error with Multiple GPUs and LJ
Closed this issue · 1 comments
stanmoore1 commented
I'm seeing a crash with LJ on more than 1 GPU. It is failing with a bounds error when I use a debug executable:
Using: ForceLJNeighFull Neighbor2D CommMPI BinningKKSort
Atoms: 256000 128000
#Timestep Temperature PotE ETot Time Atomsteps/s
0 1.400000 -6.332812 -4.232820 0.000000 0.000000e+00
10 417750470098862761654662257421581806554862139952389909363017383936.000000 -5.135827 626623257391633461030728237666787479383714598672317509428821622784.000000 0.014616 1.751505e+08
:0: : block: [192,0,0], thread: [0,36,0] Assertion `View bounds error of view Kokkos::SortImpl::BinSortFunctor::bin_count` failed.
:0: : block: [192,0,0], thread: [0,38,0] Assertion `View bounds error of view Kokkos::SortImpl::BinSortFunctor::bin_count` failed.
:0: : block: [1173,0,0], thread: [0,37,0] Assertion `View bounds error of view Kokkos::SortImpl::BinSortFunctor::bin_count` failed.
stanmoore1 commented
Fixed in d206293.