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
I've detected an error when running the hunt driver with solid coupling (tw != 0).
The error cause has proved difficult to isolate as small variations in the model seem to suppress it or trigger it. Most notably, running the same problem setup with a different number of parallel processes can trigger it. The error has been observed at different mesh sizes, Hartmann numbers and tw values. It has been reproduced not only with the mpi backend and petsc solver but also with the julia solver and sequential backend (as reported by @pmartorell).
Here is a running script with which I can reproduce the issue:
Notably either changing np=(4,4) to np=(2,2), or tw=0.5 to tw=0.1 suppresses the error. Toggling the BL_adapted flag also seems to affect whether the error is triggered.
Here follows the abriged output produced. Please find here the full output file. It's too long and a bit messy as it collects the error from several of the 16 mpi processes.
Hi,
I've detected an error when running the hunt driver with solid coupling (tw != 0).
The error cause has proved difficult to isolate as small variations in the model seem to suppress it or trigger it. Most notably, running the same problem setup with a different number of parallel processes can trigger it. The error has been observed at different mesh sizes, Hartmann numbers and tw values. It has been reproduced not only with the mpi backend and petsc solver but also with the julia solver and sequential backend (as reported by @pmartorell).
Here is a running script with which I can reproduce the issue:
Notably either changing np=(4,4) to np=(2,2), or tw=0.5 to tw=0.1 suppresses the error. Toggling the
BL_adapted
flag also seems to affect whether the error is triggered.Here follows the abriged output produced. Please find here the full output file. It's too long and a bit messy as it collects the error from several of the 16 mpi processes.
Abriged output
Environment used:
I will report back should I find simpler or further examples to reproduce the issue.
The text was updated successfully, but these errors were encountered: