Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

xcompact3d/Incompact3d

slaizet pushed 1 commit to fix-allreduce-with-inplace xcompact3d/Incompact3d
  • finishing implementation of MPI_IN_PLACE 30e0c98

View on GitHub

mathrack deleted a branch xcompact3d/Incompact3d

pbartholomew08-patch-1

slaizet pushed 7 commits to fix-allreduce-with-inplace xcompact3d/Incompact3d
  • Move stretching subroutines to a dedicated module and fix undefined ypraf values (#314) * Move stretching suborutine... afdf902
  • Add DEBG macro to DEBUG builds DEBUG builds will add both the DEBG and DEBUG macros bb3183f
  • Make CMake add -cpp 41e301a
  • Apparently GNU doesn't support -g3, replace with -g 33f59ab
  • The poisson module needed to use decomp_2d_mpi : nrank However refinement_matrice was already using the variable wit... bb2a111
  • Merge pull request #317 from xcompact3d/pbartholomew08-patch-1 Add DEBG macro to DEBUG builds 1bfe7e5
  • mpi_in_place implementation in allreduce 501011b

View on GitHub

slaizet pushed 5 commits to master xcompact3d/Incompact3d
  • Add DEBG macro to DEBUG builds DEBUG builds will add both the DEBG and DEBUG macros bb3183f
  • Make CMake add -cpp 41e301a
  • Apparently GNU doesn't support -g3, replace with -g 33f59ab
  • The poisson module needed to use decomp_2d_mpi : nrank However refinement_matrice was already using the variable wit... bb2a111
  • Merge pull request #317 from xcompact3d/pbartholomew08-patch-1 Add DEBG macro to DEBUG builds 1bfe7e5

View on GitHub

slaizet closed a pull request on xcompact3d/Incompact3d
Add DEBG macro to DEBUG builds
DEBUG builds will add both the DEBG and DEBUG macros
slaizet pushed 1 commit to fix-allreduce-with-inplace xcompact3d/Incompact3d
  • adding mpi_in_place for allreduce operations d7e54ad

View on GitHub

pbartholomew08 pushed 3 commits to pbartholomew08-patch-1 xcompact3d/Incompact3d
  • Make CMake add -cpp 41e301a
  • Apparently GNU doesn't support -g3, replace with -g 33f59ab
  • The poisson module needed to use decomp_2d_mpi : nrank However refinement_matrice was already using the variable wit... bb2a111

View on GitHub

slaizet created a review on a pull request on xcompact3d/Incompact3d

View on GitHub

pbartholomew08 opened a pull request on xcompact3d/Incompact3d
Add DEBG macro to DEBUG builds
DEBUG builds will add both the DEBG and DEBUG macros
pbartholomew08 created a branch on xcompact3d/Incompact3d

pbartholomew08-patch-1 - Current CPU version of our solver for the Navier-Stokes equations

mathrack created a comment on an issue on xcompact3d/Incompact3d
Fixed in #314

View on GitHub

mathrack closed an issue on xcompact3d/Incompact3d
IBM - Undefined values in ypraf in case of periodicity
The size of the array `ypraf` is `nyraf = nym nraf`. In case of periodicity, `nym=ny`. Otherwise `nym=ny-1`. The loop used to define `ypraf` will populate the array from `1` to `(ny-1) nraf`. ...
mathrack deleted a branch xcompact3d/Incompact3d

fix_ypraf_ibm

mathrack closed a pull request on xcompact3d/Incompact3d
Move stretching subroutines to a dedicated module and fix undefined ypraf values
…praf values Closing #293
mathrack created a review on a pull request on xcompact3d/Incompact3d

View on GitHub

slaizet created a review comment on a pull request on xcompact3d/Incompact3d
happy to, but I do not know what the special case is :-) I was not able to get a special case!

View on GitHub

slaizet created a review on a pull request on xcompact3d/Incompact3d

View on GitHub

pbartholomew08 created a review comment on a pull request on xcompact3d/Incompact3d
Can we describe the special case to avoid confusion in future?

View on GitHub

pbartholomew08 created a review on a pull request on xcompact3d/Incompact3d
Minor changes only, I think adding a comment to explain the special case could be particularly beneficial.

View on GitHub

pbartholomew08 created a review on a pull request on xcompact3d/Incompact3d
Minor changes only, I think adding a comment to explain the special case could be particularly beneficial.

View on GitHub

slaizet created a branch on xcompact3d/Incompact3d

fix-allreduce-with-inplace - Current CPU version of our solver for the Navier-Stokes equations

slaizet created a comment on an issue on xcompact3d/Incompact3d
fixed with PR #316

View on GitHub

slaizet closed an issue on xcompact3d/Incompact3d
IBM - Invalid memory access in special cases (iibm=3)
The present issue is specific to IBM simulations with spline reconstruction (`iibm=3`). The variable `ipol` can be used without being defined. This issue can lead to undefined behavior and out of b...
slaizet pushed 2 commits to master xcompact3d/Incompact3d
  • fix bug #294 197f56c
  • Merge pull request #316 from xcompact3d/fix_ibm3 fix bug #294 (ibm out of memory problem with iibm=3) cd1f8d6

View on GitHub

slaizet pushed 1 commit to fix_ibm3 xcompact3d/Incompact3d

View on GitHub

slaizet created a branch on xcompact3d/Incompact3d

fix_ibm3 - Current CPU version of our solver for the Navier-Stokes equations

rfj82982 created a review comment on a pull request on xcompact3d/Incompact3d
Yes the issue should be still there with the intel compiler. For this reason I had the PR to move the allocation of arrays.

View on GitHub

rfj82982 created a review on a pull request on xcompact3d/Incompact3d

View on GitHub

Load more