Ecosyste.ms: Timeline

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

rfj82982

rfj82982 created a review on a pull request on 2decomp-fft/2decomp-fft
LGTM

View on GitHub

rfj82982 pushed 1 commit to fix_nvhpc_wind_turbine xcompact3d/Incompact3d

View on GitHub

rfj82982 created a comment on a pull request on xcompact3d/Incompact3d
The modifications from @mathrack look go to me. Apologies i push without making sure that I had deleted all the trialled code.

View on GitHub

rfj82982 opened a pull request on xcompact3d/Incompact3d
Fix Force loop for the wind turbine case
Fix the issue with the loop for computing the forces for the ACL module. The problem was particularly severe for the NVHPC compilers. Now the case with NVHPC is about 20 times faster. For GNU the f...
rfj82982 created a branch on xcompact3d/Incompact3d

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

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

View on GitHub

rfj82982 deleted a branch xcompact3d/Incompact3d

UpdateTests_Continue

rfj82982 pushed 7 commits to master xcompact3d/Incompact3d
  • Add NREL Wind-Turbine to examples and tests 201a3ac
  • Add example with 2 turbines 4fa97aa
  • Add MHD and particle to new example/tests framework 400847d
  • Add example for full channel simulation with particles afacf45
  • Merge branch 'master' into UpdateTests_Continue e87105b
  • Fix particles examples and tests 8605f9d
  • Merge pull request #324 from xcompact3d/UpdateTests_Continue Update tests continue 46486d7

View on GitHub

rfj82982 closed a pull request on xcompact3d/Incompact3d
Update tests continue
Follow up from PR #303 to complete the split between examples and tests.
rfj82982 opened a pull request on xcompact3d/Incompact3d
Update tests continue
Follow up from PR #303 to complete the split between examples and tests.
rfj82982 pushed 28 commits to UpdateTests_Continue 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
  • 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
  • adding mpi_in_place for allreduce operations d7e54ad
  • Merge pull request #317 from xcompact3d/pbartholomew08-patch-1 Add DEBG macro to DEBUG builds 1bfe7e5
  • mpi_in_place implementation in allreduce 501011b
  • finishing implementation of MPI_IN_PLACE 30e0c98
  • small typo fixed in acl_source 15d27fa
  • small bug for iterative Poisson solver a3c4fd0
  • Refactor LMN/Poisson solver to compute rho0 explicitly The original code with rho0 computation "hidden" was not clea... a3a93b1
  • Fix isnan function using ieee intrinsic be33fa9
  • Merge pull request #318 from xcompact3d/fix-allreduce-with-inplace Fix allreduce with inplace c1cc41b
  • Merge branch 'master' into 319-redesign-computation-of-rhomin-in-lmn-poisson-solver-to-make-it-explicit 633935e
  • Merge pull request #320 from xcompact3d/319-redesign-computation-of-rhomin-in-lmn-poisson-solver-to-make-it-explicit ... 6108535
  • Merge branch 'master' into UpdateTests 69fb139
  • Update CMakeLists.txt 309b3d2
  • and 8 more ...

View on GitHub

rfj82982 deleted a branch xcompact3d/Incompact3d

UpdateTests

rfj82982 pushed 14 commits to master xcompact3d/Incompact3d
  • Split the tests from the examples and update of the related .md files 66cd7e1
  • Update Tests and Examples 3e83fb6
  • Merge branch 'master' into UpdateTests aa8dad3
  • Remove Wind-Turbine. Still to Fix 7108570
  • Fix typo 9420600
  • Merge branch 'master' into UpdateTests 69fb139
  • Update CMakeLists.txt 309b3d2
  • Update CMakeLists.txt 61edca2
  • Update CMakeLists.txt f5150ad
  • Update CMakeLists.txt d3519d8
  • Update CMakeLists.txt cf55c8d
  • Update CMakeLists.txt 4dd710c
  • Fix typo in X3D_CREATE_TEST.cmake b05adc2
  • Merge pull request #303 from xcompact3d/UpdateTests Split the tests from the examples and update of the related .md ... 8c4bbaf

View on GitHub

rfj82982 closed a pull request on xcompact3d/Incompact3d
Split the tests from the examples and update of the related .md files
Second part of the update the Test PR. Now all tests are moved under the forlder tests. Only the Wind Turbine needs fixing but this will be done in a dedicated PR.
rfj82982 created a branch on xcompact3d/Incompact3d

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

rfj82982 created a review comment on a pull request on xcompact3d/Incompact3d
The support for ADIOS2 and Cylinder is not fully there. For this reason we avoid the case

View on GitHub

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

View on GitHub

rfj82982 pushed 19 commits to UpdateTests 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
  • 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
  • adding mpi_in_place for allreduce operations d7e54ad
  • Merge pull request #317 from xcompact3d/pbartholomew08-patch-1 Add DEBG macro to DEBUG builds 1bfe7e5
  • mpi_in_place implementation in allreduce 501011b
  • finishing implementation of MPI_IN_PLACE 30e0c98
  • small typo fixed in acl_source 15d27fa
  • small bug for iterative Poisson solver a3c4fd0
  • Refactor LMN/Poisson solver to compute rho0 explicitly The original code with rho0 computation "hidden" was not clea... a3a93b1
  • Fix isnan function using ieee intrinsic be33fa9
  • Merge pull request #318 from xcompact3d/fix-allreduce-with-inplace Fix allreduce with inplace c1cc41b
  • Merge branch 'master' into 319-redesign-computation-of-rhomin-in-lmn-poisson-solver-to-make-it-explicit 633935e
  • Merge pull request #320 from xcompact3d/319-redesign-computation-of-rhomin-in-lmn-poisson-solver-to-make-it-explicit ... 6108535
  • Merge branch 'master' into UpdateTests 69fb139

View on GitHub

rfj82982 deleted a branch xcompact3d/Incompact3d

319-redesign-computation-of-rhomin-in-lmn-poisson-solver-to-make-it-explicit

rfj82982 closed a pull request on xcompact3d/Incompact3d
Refactor LMN/Poisson solver to compute rho0 explicitly
The original code with rho0 computation "hidden" was not clear, this change makes it explicit, and simplifies the logic. Closes #319
rfj82982 created a review on a pull request on xcompact3d/Incompact3d
I have tested and LGTM

View on GitHub

rfj82982 deleted a branch xcompact3d/Incompact3d

fix-allreduce-with-inplace

rfj82982 closed an issue on xcompact3d/Incompact3d
Perform MPI_ALLREDUCE operations in place when possible
Several all-to-all MPI reductions are using a temporary variable : https://github.com/xcompact3d/Incompact3d/blob/55652680be067db9336161b2a9c873744c637811/src/Case-TGV.f90#L298 However, MPI ...
rfj82982 pushed 7 commits to master xcompact3d/Incompact3d
  • adding mpi_in_place for allreduce operations d7e54ad
  • mpi_in_place implementation in allreduce 501011b
  • finishing implementation of MPI_IN_PLACE 30e0c98
  • small typo fixed in acl_source 15d27fa
  • small bug for iterative Poisson solver a3c4fd0
  • Fix isnan function using ieee intrinsic be33fa9
  • Merge pull request #318 from xcompact3d/fix-allreduce-with-inplace Fix allreduce with inplace c1cc41b

View on GitHub

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

View on GitHub

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

rfj82982 created a comment on a pull request on xcompact3d/Incompact3d
Still to fix (next PR or 2): - Put back in the install and test the Wind-Turbine - Include in the install and test the particles - Fix the TGV case for single precision (I guess this requir...

View on GitHub

rfj82982 created a review comment on a pull request on xcompact3d/Incompact3d
I'll add back the Wind-Turbine in a dedicated PR. Because of many additional files and directories the install bit requires some modifications.

View on GitHub

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

View on GitHub

Load more