Ecosyste.ms: Timeline

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

xcompact3d/Incompact3d

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

pbartholomew08 closed a pull request on xcompact3d/Incompact3d
Update parameters.f90
Closing #323
pbartholomew08 created a review comment on a pull request on xcompact3d/Incompact3d
It would really be better to have an `itype_XXX` for this case, however this is no worse than the current code :)

View on GitHub

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

View on GitHub

mathrack opened an issue on xcompact3d/Incompact3d
Expand the testing section to cover more configurations
Currently, the configurations tested are : ``` $ grep -ir itype tests/ tests/Mixing-layer/input_test.i3d:itype = 7 tests/ABL-Atmospheric-Boundary-Layer/input_neutral_test.i3d:itype = 10 test...
mrowan137 starred xcompact3d/Incompact3d
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.
mathrack created a review on a pull request on xcompact3d/Incompact3d

View on GitHub

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.
mathrack opened an issue on xcompact3d/Incompact3d
The support for ADIOS2 and Cylinder is not fully there.
The support for ADIOS2 and Cylinder is not fully there. For this reason we avoid the case _Originally posted by @rfj82982 in https://github.com/xcompact3d/Incompact3d/pull/303#disc...
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

mathrack created a review comment on a pull request on xcompact3d/Incompact3d
Delete commented line ?

View on GitHub

mathrack created a review comment on a pull request on xcompact3d/Incompact3d
What is the connection between ADIOS2 IO and testing the Cylinder case ?

View on GitHub

mathrack created a review comment on a pull request on xcompact3d/Incompact3d
Add MHD and Particle-Tracking ?

View on GitHub

mathrack created a review on a pull request on xcompact3d/Incompact3d
Ok for merging. A few comments to clarify if possible ?

View on GitHub

mathrack created a review on a pull request on xcompact3d/Incompact3d
Ok for merging. A few comments to clarify if possible ?

View on GitHub

mathrack pushed 1 commit to UpdateTests xcompact3d/Incompact3d
  • Fix typo in X3D_CREATE_TEST.cmake b05adc2

View on GitHub

mathrack pushed 1 commit to UpdateTests xcompact3d/Incompact3d

View on GitHub

mathrack pushed 1 commit to UpdateTests xcompact3d/Incompact3d

View on GitHub

mathrack pushed 1 commit to UpdateTests xcompact3d/Incompact3d

View on GitHub

mathrack pushed 1 commit to UpdateTests xcompact3d/Incompact3d

View on GitHub

Load more