Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
mathrack created a review comment on a pull request on xcompact3d/Incompact3d
Please do not commit debug code using comments. I would suggest to remove completely debug code. If you really want to include debug code in your PR : ``` #ifdef DEBUG if (.false.) then ``` ...
mathrack created a review comment on a pull request on xcompact3d/Incompact3d
partical ?
mathrack created a review comment on a pull request on xcompact3d/Incompact3d
Is it possible to use halo subroutines available in 2decomp ?
mathrack created a review on a pull request on xcompact3d/Incompact3d
I have not looked deeply at the modification in mptool.f90 and at the code particle.f90. The PR is quite large and very difficult to review. It is probably broken when the code is in single precisi...
mathrack created a review on a pull request on xcompact3d/Incompact3d
I have not looked deeply at the modification in mptool.f90 and at the code particle.f90. The PR is quite large and very difficult to review. It is probably broken when the code is in single precisi...
mathrack pushed 1 commit to ftt_fftw_f03 2decomp-fft/2decomp-fft
- DTT : reduce the number of buffers 13130db
mathrack pushed 1 commit to ftt_fftw_f03 2decomp-fft/2decomp-fft
- DTT: minor update un the r2r wrapper leading to simpler code 8196c1d
mathrack pushed 32 commits to dev mathrack/2decomp-fft
- Add support for DCT / DST in the FFT backend fftw_f03 d4aec78
- Add the target and contiguous attribute to varaibles involved in DTT transforms a41a56b
- fftw_f03 : Fix single precision build 1a894e4
- Compute L2 and Linf errors 6b06d43
- DTT CI : compute L2 and Linf errors a3a77b2
- DTT : Minor update to dtt_plan 0cdc99a
- DTT : CI, fix bounds when checking the error 9e0fe96
- DTT: Minor update 559f412
- DTT: rename a local variable inside subroutines to avoid confusion with a variable defined in the module 9edb8c9
- DTT: skip ndismiss when allocating the arrays for plan creation a29615f
- DTT: minor update e41ba3a
- DTT: Add the contiguous attribute to local variables in the wrappers f8e84ba
- DTT: no memory alignment b56cad6
- Revert "DTT: minor update" This reverts commit e41ba3a044c5af3cba7e42efa52708c95e9ac7b1. f2abd79
- fprettify 754d198
- DTT: no skipping points in case of periodicity 1ec8b21
- DTT: no iforst / ofirst in case of periodicity 08d06be
- DTT: avoid duplicated plans in case of periodicity 8ba08d4
- DTT: Avoid fftw_alloc and fftw_free for DTT arrays 3ed3cbb
- Add a public routine to return the provided DTT type of transform in each direction 86036da
- and 12 more ...