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

Fixup _hoist_halospots #1496

Merged
merged 1 commit into from
Nov 10, 2020
Merged

Fixup _hoist_halospots #1496

merged 1 commit into from
Nov 10, 2020

Conversation

FabioLuporini
Copy link
Contributor

@FabioLuporini FabioLuporini commented Nov 6, 2020

fixes #1491

@FabioLuporini FabioLuporini added minor-patch MPI mpi-related compiler bug-C bug in the generated code labels Nov 6, 2020
@FabioLuporini FabioLuporini force-pushed the patch-cire-minstorage-mpi branch from 82cf3af to 6269ab9 Compare November 6, 2020 15:44
@@ -91,7 +91,7 @@ def rule1(dep, candidates):

for f in hs.fmapper:
for n, i in enumerate(iters):
candidates = set().union(*[i.dim._defines for i in iters[n:]])
candidates = [i.dim._defines for i in iters[n:]]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for set anymore?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, ._defines is a set and the check now works at level of each ._defines set, not the cumulative set

@codecov
Copy link

codecov bot commented Nov 6, 2020

Codecov Report

Merging #1496 (bd88a53) into master (a719a26) will decrease coverage by 25.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #1496       +/-   ##
===========================================
- Coverage   86.52%   61.45%   -25.08%     
===========================================
  Files         197      122       -75     
  Lines       28525    15385    -13140     
  Branches     3878     2902      -976     
===========================================
- Hits        24682     9455    -15227     
- Misses       3409     5386     +1977     
- Partials      434      544      +110     
Impacted Files Coverage Δ
devito/passes/iet/mpi.py 76.47% <100.00%> (-22.89%) ⬇️
devito/passes/clusters/blocking.py 15.95% <0.00%> (-84.05%) ⬇️
devito/data/utils.py 15.28% <0.00%> (-77.30%) ⬇️
devito/core/autotuning.py 12.77% <0.00%> (-77.10%) ⬇️
devito/passes/iet/misc.py 20.31% <0.00%> (-75.21%) ⬇️
devito/mpi/routines.py 23.02% <0.00%> (-72.14%) ⬇️
devito/core/cpu.py 27.45% <0.00%> (-71.64%) ⬇️
devito/finite_differences/coefficients.py 18.34% <0.00%> (-70.45%) ⬇️
devito/passes/equations/linearity.py 24.05% <0.00%> (-69.21%) ⬇️
examples/seismic/elastic/wavesolver.py 33.33% <0.00%> (-66.67%) ⬇️
... and 159 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 a719a26...bd88a53. Read the comment docs.

@FabioLuporini FabioLuporini force-pushed the patch-cire-minstorage-mpi branch from 6269ab9 to bd88a53 Compare November 9, 2020 13:46
@FabioLuporini FabioLuporini merged commit 4ab1812 into master Nov 10, 2020
@FabioLuporini
Copy link
Contributor Author

Merged.

@FabioLuporini FabioLuporini deleted the patch-cire-minstorage-mpi branch November 10, 2020 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-C bug in the generated code compiler MPI mpi-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

min-storage advanced option does not compile with MPI
3 participants