Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
grk2450-fireworks-tutorial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Ivan Kondov
grk2450-fireworks-tutorial
Commits
f786dc3a
Commit
f786dc3a
authored
5 years ago
by
Ivan Kondov
Browse files
Options
Downloads
Patches
Plain Diff
added text about batch system and workspace for launchdirs
parent
7c96a457
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/advanced.rst
+9
-2
9 additions, 2 deletions
docs/advanced.rst
with
9 additions
and
2 deletions
docs/advanced.rst
+
9
−
2
View file @
f786dc3a
...
...
@@ -38,14 +38,21 @@ for the queing systems MOAB and SLURM see the examples provided in the folder
In practical use cases, it is generally of advantage to separate the configuration
files, the workflow templates (i.e. the input) and the launches. This structure
is used in
the demo 6 in
folder **demos/6_advanced**.
is used in folder **demos/6_advanced**.
To submit a single fireworker batch job on bwUniCluster the ``qlaunch`` command
is called like this::
is called like this
in the **launches** folder
::
cd launches
qlaunch -q ../config/qadapter_uc1_vasp.yaml -w ../config/fworker_uc1_vasp.yaml singleshot
The submitted batch jobs can be managed with the commands of your batch system.
For example, for SLURM these are the ``squeue`` and the ``scontrol`` commands.
The sample adapters are configured in such a way that all launch directories will
be created there where the ``qlaunch`` command was executed. For large outputs
and large temporary data the best place of **launches** and **config** folders
is within a workspace of a high-throughput cluster file system.
Deal with failures and crashes
...
...
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