An open API service indexing awesome lists of open source software.

https://github.com/jnbntz/gpu-edu-workshops

Code examples for CUDA and OpenACC
https://github.com/jnbntz/gpu-edu-workshops

cuda gpu openacc

Last synced: over 1 year ago
JSON representation

Code examples for CUDA and OpenACC

Awesome Lists containing this project

README

          

There are batch scripts located in each subdirectory.

Correct "cudascript" and "openaccscript" to add the proper batch arguments as
well as any other "module load" requirements and anything else required before
executing the executable. Something like the following:

sed -i '/\#BATCHARGS/ r cudascript' runit.nvidia-smi

or

find /path/to/dir/ -type f -exec sed -i '/\#BATCHARGS/ r cudascript' {} \;