Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HCC docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
HCC docs
Commits
fca7d17b
Commit
fca7d17b
authored
5 years ago
by
Carrie A Brown
Browse files
Options
Downloads
Plain Diff
Merge branch 'salmandjing/hcc-docs-patch-5' into cb-edits
parents
890ec346
f1b582d7
Branches
Branches containing commit
No related tags found
1 merge request
!211
Change #!/bin/sh to #!/bin/bash - Merge of all PRs
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/submitting_jobs/submitting_gpu_jobs.md
+2
-2
2 additions, 2 deletions
content/submitting_jobs/submitting_gpu_jobs.md
with
2 additions
and
2 deletions
content/submitting_jobs/submitting_gpu_jobs.md
+
2
−
2
View file @
fca7d17b
...
...
@@ -103,7 +103,7 @@ CUDA and OpenACC submissions require running on GPU nodes.
{{% panel theme="info" header="cuda.submit" %}}
{{
<
highlight
batch
>
}}
#!/bin/sh
#!/bin/
ba
sh
#SBATCH --time=03:15:00
#SBATCH --mem-per-cpu=1024
#SBATCH --job-name=cuda
...
...
@@ -123,7 +123,7 @@ required to compile as well).
{{% panel theme="info" header="openacc.submit" %}}
{{
<
highlight
batch
>
}}
#!/bin/sh
#!/bin/
ba
sh
#SBATCH --time=03:15:00
#SBATCH --mem-per-cpu=1024
#SBATCH --job-name=cuda-acc
...
...
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