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
9d3840aa
Commit
9d3840aa
authored
4 years ago
by
Salman Djingueinabaye
Browse files
Options
Downloads
Patches
Plain Diff
Replaced #!/bin/sh with #!/bin/bash
parent
d6f5c378
No related branches found
Branches containing commit
No related tags found
2 merge requests
!211
Change #!/bin/sh to #!/bin/bash - Merge of all PRs
,
!209
Replaced #!/bin/sh with #!/bin/bash
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/submitting_jobs/app_specific/submitting_r_jobs.md
+7
-7
7 additions, 7 deletions
content/submitting_jobs/app_specific/submitting_r_jobs.md
with
7 additions
and
7 deletions
content/submitting_jobs/app_specific/submitting_r_jobs.md
+
7
−
7
View file @
9d3840aa
...
...
@@ -27,7 +27,7 @@ example:
{{% panel theme="info" header="serial_R.submit" %}}
{{
<
highlight
batch
>
}}
#!/bin/sh
#!/bin/
ba
sh
#SBATCH --time=00:30:00
#SBATCH --mem-per-cpu=1024
#SBATCH --job-name=TestJob
...
...
@@ -47,7 +47,7 @@ directed to, as follows:
{{% panel theme="info" header="serial_R.submit" %}}
{{
<
highlight
batch
>
}}
#!/bin/sh
#!/bin/
ba
sh
#SBATCH --time=00:30:00
#SBATCH --mem-per-cpu=1024
#SBATCH --job-name=TestJob
...
...
@@ -66,7 +66,7 @@ with `--args` as follows:
{{% panel theme="info" header="serial_R.submit" %}}
{{
<
highlight
batch
>
}}
#!/bin/sh
#!/bin/
ba
sh
#SBATCH --time=00:30:00
#SBATCH --mem-per-cpu=1024
#SBATCH --job-name=TestJob
...
...
@@ -87,7 +87,7 @@ using `Rscript` the submit script could look like the following:
{{% panel theme="info" header="serial_R.submit" %}}
{{
<
highlight
batch
>
}}
#!/bin/sh
#!/bin/
ba
sh
#SBATCH --time=00:30:00
#SBATCH --mem-per-cpu=1024
#SBATCH --job-name=TestJob
...
...
@@ -111,7 +111,7 @@ will follow the script name as in the example below:
{{% panel theme="info" header="serial_R.submit" %}}
{{
<
highlight
batch
>
}}
#!/bin/sh
#!/bin/
ba
sh
#SBATCH --time=00:30:00
#SBATCH --mem-per-cpu=1024
#SBATCH --job-name=TestJob
...
...
@@ -133,7 +133,7 @@ since both are running multicore jobs on a single node. Below is an example:
{{% panel theme="info" header="parallel_R.submit" %}}
{{
<
highlight
batch
>
}}
#!/bin/sh
#!/bin/
ba
sh
#SBATCH --ntasks-per-node=16
#SBATCH --nodes=1
#SBATCH --time=00:30:00
...
...
@@ -173,7 +173,7 @@ Below is an example of running Rmpi on Crane on 2 nodes and 32 cores:
{{% panel theme="info" header="Rmpi.submit" %}}
{{
<
highlight
batch
>
}}
#!/bin/sh
#!/bin/
ba
sh
#SBATCH --nodes=2
#SBATCH --ntasks-per-node=16
#SBATCH --time=00:30:00
...
...
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