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
- Host: GitHub
- URL: https://github.com/jnbntz/gpu-edu-workshops
- Owner: jnbntz
- License: apache-2.0
- Created: 2014-03-20T22:10:21.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T13:40:41.000Z (almost 2 years ago)
- Last Synced: 2024-08-21T15:11:47.229Z (almost 2 years ago)
- Topics: cuda, gpu, openacc
- Language: Cuda
- Homepage:
- Size: 9.04 MB
- Stars: 34
- Watchers: 5
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.cluster
- License: LICENSE
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' {} \;