Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
slurm-submit
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCL
slurm-submit
Commits
d731269d
Verified
Commit
d731269d
authored
2 years ago
by
Reza Housseini
Browse files
Options
Downloads
Patches
Plain Diff
doc: update README
parent
f3691112
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.org
+26
-3
26 additions, 3 deletions
README.org
with
26 additions
and
3 deletions
README.org
+
26
−
3
View file @
d731269d
...
@@ -51,14 +51,37 @@ starccm+ can be called with the following simpler interface:
...
@@ -51,14 +51,37 @@ starccm+ can be called with the following simpler interface:
for example calling
for example calling
#+begin_src bash
#+begin_src bash
ssubmit --account=231
--job-name=mysim
- starccm case.sim
ssubmit --account=231 - starccm case.sim
#+end_src
#+end_src
is in most cases enough for a simulation. If not you can provide any
is in most cases enough for a simulation. If not you can provide any
additional starccm+ command line argument e.g:
additional
SLURM and
starccm+ command line argument
s
e.g:
#+begin_src bash
#+begin_src bash
ssubmit --account=231 --job-name=mysim - starccm case.sim --licpath=mylicfile
ssubmit --account=231 --job-name=mysim - starccm case.sim --licpath=mylicfile
#+end_src
#+end_src
and all arguments will be passed to starccm+ correctly.
and all arguments will be passed to SLURM and starccm+ correctly.
** ~comsol~
comsol can be called with this simplified interface:
#+begin_src bash
ssubmit [<slurm options> ...] - comsol <mphfile> [<comsol options> ...]
#+end_src
for example calling
#+begin_src bash
ssubmit --account=231 - comsol case.mph
#+end_src
is in most cases enough for a simulation. If not you can provide any
additional SLURM and comsol command line arguments e.g:
#+begin_src bash
ssubmit --account=231 --job-name=mysim - comsol case.mph --alivetime=22
#+end_src
and all arguments will be passed to SLURM and comsol correctly.
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