Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
2024-11-talk-intro-to-supercompting-jsc
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexandre Strube
2024-11-talk-intro-to-supercompting-jsc
Commits
76da353f
Commit
76da353f
authored
9 months ago
by
Alexandre Strube
Browse files
Options
Downloads
Patches
Plain Diff
Update SLURM account from training2410 to training2436 in scripts
parent
ffc9b934
No related branches found
No related tags found
No related merge requests found
Pipeline
#232928
passed
9 months ago
Stage: test
Stage: deploy
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
index.md
+1
-1
1 addition, 1 deletion
index.md
public/index.html
+1
-1
1 addition, 1 deletion
public/index.html
src/distrib.slurm
+1
-1
1 addition, 1 deletion
src/distrib.slurm
src/serial.slurm
+1
-1
1 addition, 1 deletion
src/serial.slurm
with
4 additions
and
4 deletions
index.md
+
1
−
1
View file @
76da353f
...
...
@@ -541,7 +541,7 @@ source sc_venv_template/activate.sh
```
bash
#!/bin/bash
#SBATCH --account=training24
10
#SBATCH --account=training24
36
#SBATCH --nodes=1
#SBATCH --job-name=ai-serial
#SBATCH --ntasks-per-node=1
...
...
This diff is collapsed.
Click to expand it.
public/index.html
+
1
−
1
View file @
76da353f
...
...
@@ -736,7 +736,7 @@ class="sourceCode bash"><code class="sourceCode bash"><span id="cb9-1"><a href="
<h2>
Submission Script
</h2>
<div
class=
"sourceCode"
id=
"cb10"
><pre
class=
"sourceCode bash"
><code
class=
"sourceCode bash"
><span
id=
"cb10-1"
><a
href=
"#cb10-1"
aria-hidden=
"true"
tabindex=
"-1"
></a><span
class=
"co"
>
#!/bin/bash
</span></span>
<span
id=
"cb10-2"
><a
href=
"#cb10-2"
aria-hidden=
"true"
tabindex=
"-1"
></a><span
class=
"co"
>
#SBATCH --account=training24
10
</span></span>
<span
id=
"cb10-2"
><a
href=
"#cb10-2"
aria-hidden=
"true"
tabindex=
"-1"
></a><span
class=
"co"
>
#SBATCH --account=training24
36
</span></span>
<span
id=
"cb10-3"
><a
href=
"#cb10-3"
aria-hidden=
"true"
tabindex=
"-1"
></a><span
class=
"co"
>
#SBATCH --nodes=1
</span></span>
<span
id=
"cb10-4"
><a
href=
"#cb10-4"
aria-hidden=
"true"
tabindex=
"-1"
></a><span
class=
"co"
>
#SBATCH --job-name=ai-serial
</span></span>
<span
id=
"cb10-5"
><a
href=
"#cb10-5"
aria-hidden=
"true"
tabindex=
"-1"
></a><span
class=
"co"
>
#SBATCH --ntasks-per-node=1
</span></span>
...
...
This diff is collapsed.
Click to expand it.
src/distrib.slurm
+
1
−
1
View file @
76da353f
#!/bin/bash
#SBATCH --account=training24
10
#SBATCH --account=training24
36
#SBATCH --nodes=1
#SBATCH --job-name=ai-multi-gpu
#SBATCH --ntasks-per-node=1
...
...
This diff is collapsed.
Click to expand it.
src/serial.slurm
+
1
−
1
View file @
76da353f
#!/bin/bash
#SBATCH --account=training24
10
#SBATCH --account=training24
36
#SBATCH --nodes=1
#SBATCH --job-name=ai-serial
#SBATCH --ntasks-per-node=1
...
...
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
sign in
to comment