Closed carlnotsagan closed 10 months ago
@carlnotsagan do you encounter the same issue when running lightbulb with @mari2895 's CCSN problem initialization? If not maybe it has to do with changes in the SASW branch? Can you share the code for SASW in a PR?
thanks for merging main, should be all good now
Looks like tests are still failing?
looking into the fails. something to do with a reference to pmb
Issue:
when using
cooling_function
with SASW/homologous problem. returns error::0: : block: [3,0,0], thread: [0,0,0] Assertion
View bounds error of view p.densityfailed.
after first step
this backtraces to:
the cooling function
Host function was being called from device function leading to issues on GPU.
Steps Taken: