Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
slaizet pushed 1 commit to fix-allreduce-with-inplace xcompact3d/Incompact3d
- finishing implementation of MPI_IN_PLACE 30e0c98
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
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
slaizet closed a pull request on xcompact3d/Incompact3d
Add DEBG macro to DEBUG builds
DEBUG builds will add both the DEBG and DEBUG macrosslaizet pushed 1 commit to fix-allreduce-with-inplace xcompact3d/Incompact3d
- adding mpi_in_place for allreduce operations d7e54ad
pbartholomew08 pushed 3 commits to pbartholomew08-patch-1 xcompact3d/Incompact3d
pbartholomew08 opened a pull request on xcompact3d/Incompact3d
Add DEBG macro to DEBUG builds
DEBUG builds will add both the DEBG and DEBUG macrospbartholomew08 created a branch on xcompact3d/Incompact3d
pbartholomew08-patch-1 - Current CPU version of our solver for the Navier-Stokes equations
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 closed a pull request on xcompact3d/Incompact3d
Move stretching subroutines to a dedicated module and fix undefined ypraf values
…praf values Closing #293slaizet 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!
pbartholomew08 created a review comment on a pull request on xcompact3d/Incompact3d
Can we describe the special case to avoid confusion in future?
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.
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.
slaizet created a branch on xcompact3d/Incompact3d
fix-allreduce-with-inplace - Current CPU version of our solver for the Navier-Stokes equations
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
slaizet closed a pull request on xcompact3d/Incompact3d
fix bug #294 (ibm out of memory problem with iibm=3)
slaizet opened a pull request on xcompact3d/Incompact3d
fix bug #294 (ibm out of memory problem with iibm=3)
slaizet created a branch on xcompact3d/Incompact3d
fix_ibm3 - Current CPU version of our solver for the Navier-Stokes equations