illinois-ceesd / mirgecom

MIRGE-Com is the workhorse simulation application for the Center for Exascale-Enabled Scramjet Design at the University of Illinois.
Other
11 stars 19 forks source link

Recursion error in ablation example #931

Closed tulioricci closed 9 months ago

tulioricci commented 1 year ago

Currently a work-around for maximum recursion error observed in #875 is to increase the limit, but it would be interesting to traceback exactly the function triggering it. This could highlight a better way to fix/avoid such issue.

It can be replicated by commenting this line: https://github.com/illinois-ceesd/mirgecom/blob/cc0a087fc734d2b47aa6c5fe5158e9dd48bc5b7c/examples/ablation-workshop-mpi.py#L471

@lukeolson @majosm

tulioricci commented 9 months ago

933