Commit c34ef36c authored by Nichols, Stephen's avatar Nichols, Stephen
Browse files

fix README.md

parent 61e0c2e6
Loading
Loading
Loading
Loading
+5 −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