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

Fix memory postprocessor to output with types::global_dof_index. #1278

Merged
merged 1 commit into from Nov 28, 2016

Conversation

spco
Copy link
Contributor

@spco spco commented Nov 28, 2016

Fixes overflow issues.

@tjhei
Copy link
Member

tjhei commented Nov 28, 2016

/run-tests

@bangerth bangerth merged commit fc1b021 into geodynamics:master Nov 28, 2016
@bangerth
Copy link
Contributor

Nice catch. Did you actually hit this?

@spco
Copy link
Contributor Author

spco commented Nov 28, 2016

Yup, on 256 cores.

Number of active cells: 395,617 (on 6 levels)
Number of degrees of freedom: 22,749,589 (11,548,287+519,643+10,681,659)

...

Total system matrix memory consumption: 45170.69 MB.
Total system matrix nnz: -370,850,057
system matrix nnz by block:
1,548,068,911 123,497,487           1
 123,497,487     196,203           1
           1           12,128,857,147

Total system preconditioner matrix memory consumption: 30843.65 MB.
Total system preconditioner matrix nnz: -1,622,766,425
system preconditioner matrix nnz by block:
 534,596,649           1           1
           1   8,747,069           1
           1           12,128,857,147

@spco spco deleted the fix_mem_postproc branch November 28, 2016 13:55
@bangerth
Copy link
Contributor

That's a little bit funny :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants