Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
mathrack created a comment on a pull request on xcompact3d/Incompact3d
I think we could also move some stretching-specific parameters to the new module : `alpha`, `beta`, ...
mathrack opened a pull request on xcompact3d/Incompact3d
Move stretching suborutines to a dedicated module and fix undefined y…
…praf values Closing #293mathrack created a branch on xcompact3d/Incompact3d
fix_ypraf_ibm - Current CPU version of our solver for the Navier-Stokes equations
mathrack created a comment on an issue on xcompact3d/Incompact3d
Not really, catching this issue with gdd / valgrind is a bit difficult because it can change depending on the compiler and number of CPUs used... This issue was discussed in https://github.com/x...
mathrack created a comment on an issue on xcompact3d/Incompact3d
Ok, I will start a draft for a fix shortly !
mathrack created a comment on an issue on xcompact3d/Incompact3d
If the code supports periodicity + stretching, we could fix the IBM issue with a modification of the stretching subroutine. However, this looks a bit complex and the `poisson_000` subroutine seems ...
mathrack created a comment on a pull request on 2decomp-fft/2decomp-fft
Hello, If the DCT / DST in this PR is working, it could replace the current one. In this situation, conflicts are expected. I have been working on this PR for a very long time and I can not f...
mathrack pushed 1 commit to dev 2decomp-fft/2decomp-fft
- Update modules for Intel CI (#356) * Update modules for Intel CI * Add missing file from src list for exe fft_mul... 40768f6
mathrack closed a pull request on 2decomp-fft/2decomp-fft
Update modules for Intel CI
Fix the CI for Intel.mathrack created a comment on a pull request on 2decomp-fft/2decomp-fft
Do you need a changelog since last release ?
mathrack opened a pull request on 2decomp-fft/2decomp-fft
Fix IO for reduced precision and 3D array in y / z pencil
Closing #354mathrack created a branch on 2decomp-fft/2decomp-fft
mathrack-patch-1 - The 2DECOMP&FFT library provides access to a slabs and pencil decompositions as well as FFTs.