gridap / GridapDistributed.jl

Parallel distributed-memory version of Gridap
MIT License
103 stars 15 forks source link

Porting to PArrays v0.3 #114

Closed amartinhuertas closed 1 year ago

amartinhuertas commented 1 year ago

Work in progress ...

Left for another future PR:

amartinhuertas commented 1 year ago

for the records ... the error with the Periodic BCs is here ... https://github.com/gridap/GridapDistributed.jl/actions/runs/5419584873/jobs/9852831016#step:7:16

codecov-commenter commented 1 year ago

Codecov Report

Merging #114 (e693b85) into master (2ed5353) will not change coverage. The diff coverage is 0.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##           master    #114    +/-   ##
=======================================
  Coverage    0.00%   0.00%            
=======================================
  Files          10      11     +1     
  Lines        1694    1982   +288     
=======================================
- Misses       1694    1982   +288     
Files Changed Coverage Δ
src/Adaptivity.jl 0.00% <0.00%> (ø)
src/Algebra.jl 0.00% <0.00%> (ø)
src/CellData.jl 0.00% <0.00%> (ø)
src/DivConformingFESpaces.jl 0.00% <0.00%> (ø)
src/FESpaces.jl 0.00% <0.00%> (ø)
src/Geometry.jl 0.00% <0.00%> (ø)
src/MultiField.jl 0.00% <0.00%> (ø)
src/TransientFESpaces.jl 0.00% <0.00%> (ø)
src/Visualization.jl 0.00% <0.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

amartinhuertas commented 1 year ago

Run all tests with MPI.

For the records, I run all MPI tests on my local machine, and as expected, only the periodic BCs test fails.