Commit 61e0c2e6 authored by Nichols, Stephen's avatar Nichols, Stephen
Browse files

add README.md

parent 3d5ccd10
Loading
Loading
Loading
Loading

README.md

0 → 100644
+7 −0
Original line number Diff line number Diff line
Simple code to test OpenMP Detach functionality using cudaMemCpy2DAsync for asynchronous copies and cudaStreamAddCallback to perform the callback which fulfills the OpenMP detached event.

setUpModules.sh                 : loads appropriate modules
build.sh                        : sources setUpModules and builds executable
batch_cudaStreamAddCallback.sh  : submission script for IBM systems at OLCF
Makefile                        : makefile to build with IBM compilers
main_cudaStreamAddCallback.F90  : test code