Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
atomicadd_bug_nvhpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jayesh Badwaik
Playground
atomicadd_bug_nvhpc
Commits
29260966
Unverified
Commit
29260966
authored
2 years ago
by
Jayesh Badwaik
Browse files
Options
Downloads
Patches
Plain Diff
+ fixed some prettiness
parent
91a231a2
Branches
main
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
reproduce.sh
+7
-3
7 additions, 3 deletions
reproduce.sh
with
7 additions
and
3 deletions
reproduce.sh
100644 → 100755
+
7
−
3
View file @
29260966
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment