Skip to content
Snippets Groups Projects
Unverified Commit 29260966 authored by Jayesh Badwaik's avatar Jayesh Badwaik
Browse files

+ fixed some prettiness

parent 91a231a2
Branches main
No related tags found
No related merge requests found
reproduce.sh 100644 → 100755
...@@ -5,12 +5,16 @@ if [ -f $NVCPPRC ]; then ...@@ -5,12 +5,16 @@ if [ -f $NVCPPRC ]; then
cp $NVCPPRC $NVCPPRC.bak cp $NVCPPRC $NVCPPRC.bak
fi fi
module load NVHPC/23.1 echo "Running with CUDA 11.7"
module load CUDA/11.7 module load NVHPC/23.1 > /dev/null
module load CUDA/11.7 > /dev/null
makelocalrc -x $NVHPC/Linux_x86_64/23.1/compilers/bin/ -d . makelocalrc -x $NVHPC/Linux_x86_64/23.1/compilers/bin/ -d .
cp localrc ~/.mynvc++rc cp localrc ~/.mynvc++rc
nvc++ main.cu && ./a.out nvc++ main.cu && ./a.out
module load CUDA/.12.0
echo "Running with CUDA 12.0"
module load CUDA/.12.0 > /dev/null
makelocalrc -x $NVHPC/Linux_x86_64/23.1/compilers/bin/ -d . makelocalrc -x $NVHPC/Linux_x86_64/23.1/compilers/bin/ -d .
cp localrc ~/.mynvc++rc cp localrc ~/.mynvc++rc
nvc++ main.cu && ./a.out nvc++ main.cu && ./a.out
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment