Closed peterhollender closed 4 months ago
The CPU version of the code is not called because kwave_if\run_simulation creates a SimulationExecutionOptions object with is_gpu_simulation=True hardcoded.
kwave_if\run_simulation
SimulationExecutionOptions
is_gpu_simulation=True
The CPU version of the code is not called because
kwave_if\run_simulation
creates aSimulationExecutionOptions
object withis_gpu_simulation=True
hardcoded.