Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carstenbauer/carstenbauer
https://github.com/carstenbauer/carstenbauer
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/carstenbauer/carstenbauer
- Owner: carstenbauer
- Created: 2024-10-25T16:08:28.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:42:27.000Z (about 2 months ago)
- Last Synced: 2024-10-29T12:39:18.094Z (about 2 months ago)
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Hi, I'm Carsten
Here are some OSS projects to which I've made significant contributions (code, code review, documentation, etc.):
- [JuliaLang/julia](https://github.com/JuliaLang/julia/): I'm contributing to the [Julia programming language / community](https://julialang.org/) in various forms since 2016.
- [JuliaPerf/LIKWID.jl](https://github.com/JuliaPerf/LIKWID.jl): low-level hardware performance monitoring based on [LIKWID](https://github.com/RRZE-HPC/likwid).
- [JuliaFolds2/OhMyThreads.jl](https://github.com/JuliaFolds2/OhMyThreads.jl): simple high-level multithreading framework
- [JuliaFolds2/ChunkSplitters.jl](https://github.com/JuliaFolds2/ChunkSplitters.jl): splitting collections into chunks (for parallel processing)
- [JuliaParallel/Hwloc.jl](https://github.com/JuliaParallel/Hwloc.jl): high-level wrapper of the [hwloc library](http://www.open-mpi.org/projects/hwloc/).
- [JuliaPerf/NUMA.jl](https://github.com/JuliaPerf/NUMA.jl): NUMA tools (mostly from [libnuma](https://man7.org/linux/man-pages/man3/numa.3.html)) for Julia
- [JuliaPerf/STREAMBenchmark.jl](https://github.com/JuliaPerf/STREAMBenchmark.jl): [STREAM](https://www.cs.virginia.edu/stream/) maximal memory bandwidth benchmark in Julia
- [JuliaPerf/ScoreP.jl](https://github.com/JuliaPerf/ScoreP.jl): tracing and profiling Julia code with [Score-P](https://www.vi-hps.org/projects/score-p/).
- [JuliaLinearAlgebra/BLISBLAS.jl](https://github.com/JuliaLinearAlgebra/BLISBLAS.jl): Julia interface for the BLAS-like Library Instantiation Software Framework [blis](https://github.com/flame/blis).
- [carstenbauer/ThreadPinning.jl](https://github.com/carstenbauer/ThreadPinning.jl): interactively pin Julia threads to hardware threads (MPI+Threads support).
- [carstenbauer/StableDQMC.jl](https://github.com/carstenbauer/StableDQMC.jl): numerical stabilization routines for determinant quantum Monte Carlo
- [carstenbauer/MonteCarlo.jl](https://github.com/carstenbauer/MonteCarlo.jl): framework for classical and quantum Monte Carlo simulations in Julia
- [carstenbauer/BinningAnalysis.jl](https://github.com/carstenbauer/BinningAnalysis.jl): statistical standard error estimation tools for correlated data
- [JuliaPerf/LinuxPerf.jl](https://github.com/JuliaPerf/LinuxPerf.jl): Julia wrapper for Linux's perf performance analysis tool.
- [JuliaParallel/MPI.jl](https://github.com/JuliaParallel/MPI.jl): Julia interface for the [Message Passing Interface (MPI)](https://www.mpi-forum.org/) for distributed parallel computing.
- [JuliaGPU/NVTX.jl](https://github.com/JuliaGPU/NVTX.jl): Julia interface for Nvidia's NVTX instrumentation library, for use with [Nvidia's Nsight Systems profiler](https://developer.nvidia.com/nsight-systems).
- [JuliaPerf/IntelITT.jl](https://github.com/JuliaPerf/IntelITT.jl): Julia interface for the Intel Instrumentation and Tracing APIs
- [pc2/GPUInspector.jl](https://github.com/pc2/GPUInspector.jl): inspecting high-performance (multi-)GPU systems with Julia
-
I regularly run [workshops](https://carstenbauer.eu/#workshops) about Julia for High-Performance Computing at research institutions and HPC centers. To get an impression, feel free to check out these repos:- [carstenbauer/JuliaDeltft24](https://github.com/carstenbauer/JuliaDelft24/) ([TU Delft](https://tudelft.nl/))
- [carstenbauer/JuliaHLRS24](https://github.com/carstenbauer/JuliaHLRS24/) ([High-Performance Computing Center Stuttgart](https://www.hlrs.de/))
- [carstenbauer/JuliaUCL24](https://github.com/carstenbauer/JuliaUCL24/) ([University College London](https://www.ucl.ac.uk/advanced-research-computing/))I'm the main author of [Julia On HPC Clusters](https://juliahpc.github.io/).
Find further information on [my website](https://carstenbauer.eu). Feel free to reach out!