Ecosyste.ms: Timeline

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

pbartholomew08

pbartholomew08 opened an issue on CFLaboratory/CFGrid
Add metadata collection
pbartholomew08 opened an issue on CFLaboratory/CFGrid
Add support for instrumentation
pbartholomew08 pushed 1 commit to 1-open-a-mesh-file-and-determine-its-format CFLaboratory/CFGrid
  • feat: Implement a reader class e682243

View on GitHub

pbartholomew08 pushed 1 commit to 1-open-a-mesh-file-and-determine-its-format CFLaboratory/CFGrid
  • tests: Initial configuration of CMake/Catch2-based test system 546c76b

View on GitHub

pbartholomew08 opened a draft pull request on CFLaboratory/CFGrid
Open a mesh file and determine its format
pbartholomew08 pushed 1 commit to 1-open-a-mesh-file-and-determine-its-format CFLaboratory/CFGrid
  • tests: Initial configuration of CMake/Catch2-based test system 26cdb01

View on GitHub

pbartholomew08 pushed 1 commit to 1-open-a-mesh-file-and-determine-its-format CFLaboratory/CFGrid
  • tests: Initial configuration of CMake/Catch2-based test system 8edab24

View on GitHub

pbartholomew08 created a branch on CFLaboratory/CFGrid

1-open-a-mesh-file-and-determine-its-format - CFMesh is a mesh-handling utility library.

pbartholomew08 created a branch on CFLaboratory/CFGrid

develop - CFMesh is a mesh-handling utility library.

pbartholomew08 opened an issue on CFLaboratory/CFGrid
Perform global sort of nodes
pbartholomew08 opened an issue on CFLaboratory/CFGrid
Read mesh nodes in parallel
pbartholomew08 opened an issue on CFLaboratory/CFGrid
Extract sections of a mesh file
e.g. `nodes`, `cells`, _etc._
pbartholomew08 pushed 1 commit to main CFLaboratory/CFGrid
  • chore: Rename project to CFGrid This is to avoid potential confusion with an existing mesh generator CFMesh. 765a29e

View on GitHub

pbartholomew08 created a review comment on a pull request on xcompact3d/Incompact3d
I don't think the function as written can work, the array being reduced into is never allocated, consider the simplified version below with the Cray compiler: ``` ======= func_arr.f90 program te...

View on GitHub

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

View on GitHub

pbartholomew08 created a comment on a pull request on pbartholomew08/archer2-docs
An alternative (possibly better) approach is to `module load libfabric` after loading the UCX modules

View on GitHub

pbartholomew08 opened a pull request on pbartholomew08/archer2-docs
Add LD_LIBRARY_PATH for UCX
pbartholomew08 created a branch on pbartholomew08/archer2-docs

pbartholomew08-patch-2 - Repository for draft ARCHER2 documentation

pbartholomew08 pushed 260 commits to main pbartholomew08/archer2-docs
  • Merge branch 'main' of https://github.com/ARCHER2-HPC/archer2-docs b8d89b2
  • Add rclone instructions Data transfer using `rclone`. d8dd455
  • Merge branch 'ARCHER2-HPC:main' into master 43d8a8b
  • Merge branch 'main' of https://github.com/ARCHER2-HPC/archer2-docs 4ad97ad
  • Add --mpi=slurm to map launch e9f0c34
  • Merge pull request #541 from pbartholomew08/pbartholomew08-map-slurm Add --mpi=slurm to map launch f60b6a8
  • Elaborate the use of `rclone config` ba571d8
  • Update network-upgrade-2023.md 09c524d
  • Merge pull request #542 from clairbarrass/main Update network-upgrade-2023.md 0b984b0
  • Update network-upgrade-2023.md 003f4b6
  • Merge pull request #544 from clairbarrass/main Update network-upgrade-2023.md 3dd07a8
  • Merge branch 'ARCHER2-HPC:main' into master 04da19c
  • Dependencies and chains 06bdc40
  • Update level headings and a few typos e4b3812
  • Add comment on SLURM_JOB_ID 0a033ce
  • Merge pull request #545 from kevinstratford/ks-dependencies Dependencies and chains 20f28f8
  • Add relaxed QoS table 0cc5667
  • Merge pull request #546 from clairbarrass/main Add relaxed QoS table 3e2a5d7
  • Fixes encryption algorithms 103654b
  • Fixes cipher specification 7978010
  • and 240 more ...

View on GitHub

pbartholomew08 created a review comment on a pull request on xcompact3d/x3d2
Is this safe for cuFFT?

View on GitHub

pbartholomew08 created a review comment on a pull request on xcompact3d/x3d2
Module could use some comments

View on GitHub

pbartholomew08 created a review comment on a pull request on xcompact3d/x3d2
In case the mesh is large, either ``` num / nx / ny / nz ``` or ``` num / (int(nx, int64) * int(ny, int64) * int(nz, int64) ``` to avoid overflows

View on GitHub

pbartholomew08 created a review comment on a pull request on xcompact3d/x3d2
Do we have mesh subtypes now?

View on GitHub

pbartholomew08 created a review comment on a pull request on xcompact3d/x3d2
Does `GENERIC` do nothing? Will this be an issue for CUDA code?

View on GitHub

pbartholomew08 created a review comment on a pull request on xcompact3d/x3d2
Is this not handled by mesh initialisation? i.e. is this the appropriate place to do this, or should it be done by a `mesh_2decomp_t` object specialisation?

View on GitHub

pbartholomew08 created a review comment on a pull request on xcompact3d/x3d2
Remove comment and/or replace with explanation (to prevent people reverting back if non-obvious)

View on GitHub

pbartholomew08 created a review comment on a pull request on xcompact3d/x3d2
As for `test_omp_transeq.f90`

View on GitHub

pbartholomew08 created a review comment on a pull request on xcompact3d/x3d2
Remove commented code?

View on GitHub

pbartholomew08 created a review comment on a pull request on xcompact3d/x3d2
Should this be `class` based on `src/allocator.f90`?

View on GitHub

Load more