+1
−1
Makefile_gcc
0 → 100644
+37
−0
+13
−8
batch_cudaStreamAddCallback_gcc.sh
0 → 100755
+31
−0
build_gcc.sh
0 → 100755
+10
−0
Loading
Changes to be committed: modified: Makefile new file: Makefile_gcc modified: README.md new file: batch_cudaStreamAddCallback_gcc.sh new file: build_gcc.sh modified: main_cudaStreamAddCallback.F90 new file: run_it.sh new file: run_it_gcc.sh modified: setUpModules.sh new file: setUpModules_gcc.sh This branch can build with the XLF or the pre-production GCC that supports OpenMP offloading. To use the pre-production versoin of GCC, the code doesn't use "cudafor" and includes a few more fortran interfaces for CUDA functionality. Although they work in this case, the interfaces may not work in all cases.