Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve ST Module's Monte Carlo sampling to handle large number of samplers #13879

Open
jiangwen84 opened this issue Aug 8, 2019 · 0 comments
Labels
C: Modules P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.

Comments

@jiangwen84
Copy link
Contributor

Reason

When we use SamplerFullSolveMultiApp together with MultiAppCommandLineControl, the memory usage is linear increasing with the number of MC samplers. For 10 million or even larger samplers, the memory usage per process can reach more than 10 GB. The large memory is used to store the command line option strings and the dense matrix of sampling data.

Design

  1. We need to have a better way to store the command line option string in an efficient way.
  2. The dense matrix of sampling data needs to be distributed to each process.

Impact

Capability improvement and no impact on existing tests.

@jiangwen84 jiangwen84 added P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software. labels Aug 8, 2019
jiangwen84 added a commit to jiangwen84/moose that referenced this issue Aug 9, 2019
jiangwen84 added a commit to jiangwen84/moose that referenced this issue Aug 9, 2019
jiangwen84 added a commit to jiangwen84/moose that referenced this issue Aug 12, 2019
jiangwen84 added a commit to jiangwen84/moose that referenced this issue Aug 13, 2019
jiangwen84 added a commit to jiangwen84/moose that referenced this issue Aug 13, 2019
jiangwen84 added a commit to jiangwen84/moose that referenced this issue Aug 13, 2019
jiangwen84 added a commit to jiangwen84/moose that referenced this issue Aug 13, 2019
jiangwen84 added a commit to jiangwen84/moose that referenced this issue Aug 13, 2019
jiangwen84 added a commit to jiangwen84/moose that referenced this issue Aug 22, 2019
jiangwen84 added a commit to jiangwen84/moose that referenced this issue Aug 22, 2019
jiangwen84 added a commit to jiangwen84/moose that referenced this issue Aug 28, 2019
jiangwen84 added a commit to jiangwen84/moose that referenced this issue Aug 28, 2019
jiangwen84 added a commit to jiangwen84/moose that referenced this issue Aug 29, 2019
jiangwen84 added a commit to jiangwen84/moose that referenced this issue Aug 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Modules P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.
Projects
None yet
Development

No branches or pull requests

2 participants