Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhaseeb123/gcb
GCB includes a suite of benchmarks and basic tests for CUDA-aware MPI and C++ compilers.
https://github.com/mhaseeb123/gcb
cpp cpp23 cuda mpi partitioned-communication st-mpi
Last synced: 15 days ago
JSON representation
GCB includes a suite of benchmarks and basic tests for CUDA-aware MPI and C++ compilers.
- Host: GitHub
- URL: https://github.com/mhaseeb123/gcb
- Owner: mhaseeb123
- License: other
- Created: 2023-05-12T20:41:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T02:10:00.000Z (over 1 year ago)
- Last Synced: 2024-11-24T21:40:25.767Z (3 months ago)
- Topics: cpp, cpp23, cuda, mpi, partitioned-communication, st-mpi
- Language: C++
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CUDA-aware MPI tests
GCB includes a suite of benchmarks and basic tests for CUDA-aware MPI and C++ compilers.# Dependencies
* MPI
* C++ compiler
* CUDA# Build
## Perlmutter
```bash
# load modules
ml PrgEnv-[gnu/nvidia/intel/llvm] ; ml cmake# build
mkdir build ; cd build ; cmake .. -DCMAKE_CUDA_HOST_COMPILER=$(which CC) [OTHER OPTIONS] ; make -j
```# Run
```bash
srun -n -N -C -G -t# Contact
Please open an issue or reach out at: [email protected]