Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
msa_userdoc_tmp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bvonstvieth_publications
msa_userdoc_tmp
Commits
f8ad64a3
Commit
f8ad64a3
authored
Apr 10, 2019
by
Benedikt von St. Vieth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Next iteration with minor fixes.
parent
4fc7eed6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
modular-jobs.rst
modular-jobs.rst
+11
-2
No files found.
modular-jobs.rst
View file @
f8ad64a3
...
@@ -32,7 +32,7 @@ With Slurm 17.11 support for Heterogeneous Jobs was introduced. This allows to s
...
@@ -32,7 +32,7 @@ With Slurm 17.11 support for Heterogeneous Jobs was introduced. This allows to s
.. code-block:: none
.. code-block:: none
#!/bin/bash
#!/bin/bash
#SBATCH -A
zam
#SBATCH -A
<budget account>
#SBATCH -p <batch, ...>
#SBATCH -p <batch, ...>
#SBATCH packjob
#SBATCH packjob
#SBATCH -p <booster, ...>
#SBATCH -p <booster, ...>
...
@@ -87,7 +87,16 @@ When submitting a job that will run later, you have to specify the number of gat
...
@@ -87,7 +87,16 @@ When submitting a job that will run later, you have to specify the number of gat
.. code-block:: none
.. code-block:: none
sbatch --gw_num=2 ./submit-scribt.sbatch
sbatch --gw_num=2 ./submit-script.sbatch
.. code-block:: none
#SBATCH -A <budget account>
#SBATCH -p <batch, ...>
#SBATCH packjob
#SBATCH -p <booster, ...>
srun xenv -L pscom-gateway msa_fix_ld ./prog1 : xenv -L pscom-gateway msa_fix_ld ./prog2
Debugging
Debugging
~~~~~~~~~
~~~~~~~~~
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment