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
ihop cost function accumulation doesn't work with MPI.
This is due to the allocation of dynamic types Arr and ray2D within ihop's core routine BellhopCore. I need to shift memory allocation so it can be seen by all MPI processes.
Move Arr and Barr allocation outside of BellhopCore
split EvaluateSSP calls from init and task to separate subroutines
Remove SSP extraction from readEnviIhop and place directly in ihop_init
The text was updated successfully, but these errors were encountered:
ihop
cost function accumulation doesn't work with MPI.This is due to the allocation of dynamic types
Arr
andray2D
withinihop
's core routineBellhopCore
. I need to shift memory allocation so it can be seen by all MPI processes.Arr
andBarr
allocation outside ofBellhopCore
EvaluateSSP
calls from init and task to separate subroutinesreadEnviIhop
and place directly inihop_init
The text was updated successfully, but these errors were encountered: