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
Looks like the issue is from a bad division when adding a breakpoint to
utils::update_box_params
(gdb) list -
271 LBOX(1)=lata/vprocs(1)
272 LBOX(2)=latb/vprocs(2)
273 LBOX(3)=latc/vprocs(3)
274
275 !--- get the number of linkedlist cell per domain
276 cc(1:3)=int(LBOX(1:3)/maxrc)
277
278 !--- local system size in the unscaled coordinate.
279 LBOX(1:3) = 1.d0/vprocs(1:3)
280
(gdb) p vprocs
$1 = (1, 1, 1)
(gdb) p lata
$2 = 16.51501
(gdb) p lbox
$3 = (7.1253040736177892e-317, 7.1258139493642974e-317, 2.3815782291124779e-317)
I tried a CPU build with the following recipe
DAT(input) file was built once with the following command
And I run into the following error when using the executble from the project dir where
DAT/
isAny help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: