Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
pbartholomew08 pushed 1 commit to dev 2decomp-fft/2decomp-fft
- Replace ifort->ifx in CI (#358) Intel have deprecated and removed ifort from the oneAPI distribution. 1575615
pbartholomew08 closed a pull request on 2decomp-fft/2decomp-fft
Replace ifort->ifx in CI
Intel have deprecated and removed ifort from the oneAPI distribution.pbartholomew08 opened a pull request on 2decomp-fft/2decomp-fft
Replace ifort->ifx in CI
Intel have deprecated and removed ifort from the oneAPI distribution.pbartholomew08 created a branch on 2decomp-fft/2decomp-fft
ci--ifort-ifx - The 2DECOMP&FFT library provides access to a slabs and pencil decompositions as well as FFTs.
pbartholomew08 pushed 1 commit to dev 2decomp-fft/2decomp-fft
- Extend the dummy ADIOS2 interface to include most of the objects / functions / subroutines available in the ADIOS2 mo... 66f75e0
pbartholomew08 closed a pull request on 2decomp-fft/2decomp-fft
Extend the dummy ADIOS2 interface to include most of the objects / functions / subroutines available in the ADIOS2 module
The external code can avoid preprocessor directives (`#ifdef ADIOS2`) and perform IO with a simpler structure : ``` if (decomp_2d_with_adios2) call decomp_2d_register_var("io.dat", 1, real_typ...pbartholomew08 pushed 1 commit to 3-read-mesh-nodes-in-parallel CFLaboratory/CFGrid
- WIP: Sketch opening a mesh file and reading the nodes 2650a4e
pbartholomew08 pushed 1 commit to 3-read-mesh-nodes-in-parallel CFLaboratory/CFGrid
- chore: Create a main program 215c796
pbartholomew08 created a branch on CFLaboratory/CFGrid
3-read-mesh-nodes-in-parallel - CFMesh is a mesh-handling utility library.
pbartholomew08 created a review comment on a pull request on xcompact3d/x3d2
ok, then we leave this to be consistent with the rest of the code.
pbartholomew08 created a review comment on a pull request on xcompact3d/x3d2
if this is a pain to fix we could lift it into a separate issue.
pbartholomew08 created a review comment on a pull request on xcompact3d/x3d2
Why this change? It's probably better to stick to the CMAKE variables
pbartholomew08 created a review comment on a pull request on xcompact3d/x3d2
Just to double check - the first division by problem size is normalising the backwards FFT, i.e. intentional, and 2nd is part of RMS operation?
pbartholomew08 created a review on a pull request on xcompact3d/x3d2
All looks good to me
pbartholomew08 created a review on a pull request on xcompact3d/x3d2
All looks good to me
pbartholomew08 pushed 2 commits to develop CFLaboratory/CFGrid
pbartholomew08 closed an issue on CFLaboratory/CFGrid
Extract sections of a mesh file
e.g. `nodes`, `cells`, _etc._pbartholomew08 pushed 1 commit to 2-extract-sections-of-a-mesh-file CFLaboratory/CFGrid
- feat: Implment reading GMSH mesh sections c7b9afb
pbartholomew08 pushed 1 commit to 2-extract-sections-of-a-mesh-file CFLaboratory/CFGrid
- lint: Addressing linter issues in the SectionReader object c85950f
pbartholomew08 pushed 1 commit to 2-extract-sections-of-a-mesh-file CFLaboratory/CFGrid
- doc: Documenting the SectionReader class fb2b638