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

Merge MPI into Taal #285

Merged
merged 119 commits into from
Nov 3, 2020
Merged

Merge MPI into Taal #285

merged 119 commits into from
Nov 3, 2020

Conversation

ranocha
Copy link
Member

@ranocha ranocha commented Nov 3, 2020

I have basically merged master into dev. It still remains open to migrate the MPI stuff from Taam to Taal but I think it's better to do this in another PR. I just wanted to make this merge using a PR to use CI tests for everything before pushing to dev.

Only examples/2d/ elixir_mhd_rotor_shockcapturing_amr.jl fails (like many times before). Hence, I think it's okay to merge this now. Then, it will be easier to merge more changes from master into dev.

…nd EOC tests for scalar advection and compressible Euler are matching)
ranocha and others added 23 commits October 13, 2020 05:47
…per/new_version/2020-10-13-00-08-02-102-1597678616

CompatHelper: add new compat entry for "MPI" at version "0.15" for package test
…per/new_version/2020-10-13-00-07-47-919-3480444568

CompatHelper: add new compat entry for "OffsetArrays" at version "1.3"
…_list

copy list of authors when building docs
Update docs to include 3D features of Trixi2Img
…ro-size-final-dt

Ensure final time step size `dt` is not nearly zero
@ranocha ranocha added parallelization Related to MPI, threading, tasks etc. taal labels Nov 3, 2020
@codecov
Copy link

codecov bot commented Nov 3, 2020

Codecov Report

Merging #285 into dev will increase coverage by 0.51%.
The diff coverage is 85.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #285      +/-   ##
==========================================
+ Coverage   80.82%   81.33%   +0.51%     
==========================================
  Files          68       75       +7     
  Lines       12223    13063     +840     
==========================================
+ Hits         9879    10625     +746     
- Misses       2344     2438      +94     
Impacted Files Coverage Δ
src/callbacks/save_restart.jl 48.33% <0.00%> (ø)
src/solvers/dg/2d/amr.jl 96.15% <0.00%> (ø)
src/auxiliary/containers.jl 88.70% <40.00%> (-2.05%) ⬇️
src/solvers/dg/1d/amr.jl 94.96% <50.00%> (+0.07%) ⬆️
src/solvers/dg/2d/containers.jl 56.57% <50.00%> (-1.00%) ⬇️
src/solvers/dg/3d/amr.jl 95.07% <50.00%> (+0.04%) ⬆️
src/mesh/abstract_tree.jl 90.27% <57.14%> (ø)
src/solvers/dg/3d/dg.jl 92.10% <57.57%> (+0.09%) ⬆️
src/solvers/dg/1d/dg.jl 93.00% <62.96%> (+0.17%) ⬆️
src/io/io.jl 88.11% <68.75%> (-1.79%) ⬇️
... and 22 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ac65e60...081575c. Read the comment docs.

@ranocha ranocha requested a review from sloede November 3, 2020 14:14
@ranocha ranocha changed the title WIP: Merge MPI into Taal Merge MPI into Taal Nov 3, 2020
@sloede sloede merged commit 55b8c62 into trixi-framework:dev Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parallelization Related to MPI, threading, tasks etc. taal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants