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
Currently, the subchannel code cannot run in parallel. The bottleneck may be at the Petsc's SNES solver. We need to make the subchannel code run in parallel.
Rationale for the enhancement
Typically, subchannel solves runs fast when compared to other TH modules. However, it would be convenient to run the solver in parallel for very large problems that may require using a fine axial mesh.
Identified impact
Code structural changes + better usability
The text was updated successfully, but these errors were encountered:
It has been reported that : " If we set each individual assembly subchannel calculation as one Multiapp, the subchannel calculations cannot be parallelized and the overall calculation takes a long computational time."
Is this the same issue? I don't see why two instances of an SCM Multiapp problem wouldn't run in parallel (since they wouldn't need to communicate with eachother). Or is it that we want one problem to run on multiple processes?
Are there any input files that demonstrate those issues?
Imported from https://github.inl.gov/ncrc/subchannel/issues/62 : @moose-ncrc created issue at Jun 23, 2022 08:12AM MST:
In GitLab by @tanoret on Jun 23, 2022, 09:12
Description of the enhancement
Currently, the subchannel code cannot run in parallel. The bottleneck may be at the Petsc's SNES solver. We need to make the subchannel code run in parallel.
Rationale for the enhancement
Typically, subchannel solves runs fast when compared to other TH modules. However, it would be convenient to run the solver in parallel for very large problems that may require using a fine axial mesh.
Identified impact
Code structural changes + better usability
The text was updated successfully, but these errors were encountered: