benkirk / mpi_gpu_tests

Functional & Performance Tests for MPI+GPUs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# build with crayenv:
# needs to be on a GPU node to find full Cray / NVidia development environment
qsub ./compile.sh

# or build with ncarenv:
./compile.sh --ncar-stack

# run pt2pt tests:
qsub -q main -A SCSG0001 pt2pt_GPU.sh

# run collective tests:
qsub -q main -A SCSG0001 collective_GPU.sh

About

Functional & Performance Tests for MPI+GPUs


Languages

Language:Shell 64.4%Language:C 26.9%Language:Makefile 6.6%Language:Cuda 2.1%