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 build--cray pbartholomew08/x3d2
- The best approach seems to be resolving the type inside create_block efdb2cf
pbartholomew08 pushed 1 commit to 3-read-mesh-nodes-in-parallel CFLaboratory/CFGrid
- refactor: Improve modularity of code Introduce the utils module. Move node_parser implementation details to .cpp file e3e3a65
pbartholomew08 pushed 2 commits to 3-read-mesh-nodes-in-parallel CFLaboratory/CFGrid
pbartholomew08 pushed 3 commits to 3-read-mesh-nodes-in-parallel CFLaboratory/CFGrid
pbartholomew08 pushed 1 commit to 3-read-mesh-nodes-in-parallel CFLaboratory/CFGrid
- Add ASCII support to node reader df3fe7d
pbartholomew08 pushed 2 commits to 3-read-mesh-nodes-in-parallel CFLaboratory/CFGrid
pbartholomew08 pushed 2 commits to 3-read-mesh-nodes-in-parallel CFLaboratory/CFGrid
pbartholomew08 created a review on a pull request on xcompact3d/x3d2
This all looks good and I think will allow flexibility to create new cases fairly easily. I would only suggest addition of a few comments.
pbartholomew08 created a review comment on a pull request on xcompact3d/x3d2
ah, we're considering two issues here: 1) Cray won't compile the code due to the different types 2) At runtime the first field should indeed be uncertain (I've not been able to test the code yet)...
pbartholomew08 created a review comment on a pull request on xcompact3d/x3d2
The issue with the Cray compiler stems from `create_block` taking a `type(field_t)` and the allocator's `first` field being `class(field_t)` - it is technically correct, this seemed the minimal cha...
pbartholomew08 pushed 1 commit to 3-read-mesh-nodes-in-parallel CFLaboratory/CFGrid
- Clean up the sketch 4e2f6c2
pbartholomew08 pushed 1 commit to build--cray pbartholomew08/x3d2
- Clean up tests compiler settings 6f7a595
pbartholomew08 pushed 32 commits to main pbartholomew08/x3d2
- Set workflow rules 31d8d22
- Update workflow rules b6aaa44
- Update CI project path 4b13de1
- Update Gitlab CI for CUDA 3eb4d42
- Fix GitLab CI for gcc compilation b92d919
- Refactor field related cuda kernels. 6620499
- Add field scale and field shift kernels in CUDA backend. 70e34b6
- Add field scale and field shift support in backends. 716e943
- fprettify. cd847ae
- Fix GitLab CI for nvcc compilation 6d0b280
- Add git module to GitLab CI 1c81ca4
- Merge pull request #129 from semi-h/field Adds support for scaling a field and adding a constant to a field in backends 9c39613
- Reduce memory use in transeq on the OpenMP backend. 355777e
- Reduce memory use in transeq on the CUDA backend. 9729ca9
- Fix intents, add comments. 0427e0d
- Make BC specifications more verbose in tdsops. e9203d4
- Use BC_HALO in subdomain boundaries. c75d2b6
- Merge pull request #115 from semi-h/tdsops Make BC specifications more verbose in tdsops 2ab2afb
- Merge pull request #130 from semi-h/memuse Reduce memory use in transeq for both backends 3a37d48
- Fix BC in test_thom. 237faa6
- and 12 more ...