Ecosyste.ms: Timeline

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

pbartholomew08

pbartholomew08 pushed 1 commit to build--cray pbartholomew08/x3d2
  • The best approach seems to be resolving the type inside create_block efdb2cf

View on GitHub

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

View on GitHub

pbartholomew08 pushed 2 commits to 3-read-mesh-nodes-in-parallel CFLaboratory/CFGrid
  • style: Update clang-format options e6bec01
  • Read nodes into a data structure Ensure code builds across clang++ and g++ 9898e81

View on GitHub

pbartholomew08 pushed 3 commits to 3-read-mesh-nodes-in-parallel CFLaboratory/CFGrid
  • refactor: Simplify the SectionReader implementation using templates 3eeb819
  • Add error check to node reader 15bbab1
  • Implement node reader working with data, not just printing it db211e2

View on GitHub

pbartholomew08 pushed 1 commit to 3-read-mesh-nodes-in-parallel CFLaboratory/CFGrid
  • Add ASCII support to node reader df3fe7d

View on GitHub

pbartholomew08 pushed 2 commits to 3-read-mesh-nodes-in-parallel CFLaboratory/CFGrid
  • Extract subroutines of node reader 21fbdf5
  • Cleaning up the node reader 270142c

View on GitHub

pbartholomew08 pushed 2 commits to 3-read-mesh-nodes-in-parallel CFLaboratory/CFGrid
  • refactor: Make SectionReader const Now that SectionReader doesn't contain any modified state it can be made const 31c5ff8
  • Sketch of reading the nodes (binary) 29296b1

View on GitHub

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.

View on GitHub

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)...

View on GitHub

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

View on GitHub

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...

View on GitHub

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

View on GitHub

pbartholomew08 opened an issue on CFLaboratory/CFGrid
Add a CONTRIBUTING guide
pbartholomew08 pushed 1 commit to 3-read-mesh-nodes-in-parallel CFLaboratory/CFGrid

View on GitHub

pbartholomew08 pushed 1 commit to build--cray pbartholomew08/x3d2
  • Clean up tests compiler settings 6f7a595

View on GitHub

pbartholomew08 added adrianjhpc to pbartholomew08/x3d2
pbartholomew08 pushed 1 commit to build--cray pbartholomew08/x3d2

View on GitHub

pbartholomew08 opened a draft pull request on xcompact3d/x3d2
Add Cray support
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 ...

View on GitHub