Small codes for HPC testing:
apps/
:hello/
: hello worldspidarts/
: MonteCarlo Pi codessaxpy/
: SAXPY codessaxpy2_profile/
: SAXPY codes for profiling tests (artifical loops)matmul/
: matrix multiply codes
tools/
:affinity/cpuid
: get CPU IDaffinity/xthi
: get task and thread affinitiesaffinity/hello_jobstep_hip
: HIP enabled affinitieskokkos/
: Kokkos installation scriptsosu/
: OSU MPI Benchmark tests- Caliper installation script
notes/
: text notes
Adopted paradigms include:
- Serial
- Serial with AVX2
- OpenMP
- OpenMP with target offloading
- CUDA
- HIP
- Kokkos (including Kernels and RNG)
- C++ STL (STandard Library) parallelism - Nvidia
- MPI