Skip to content
Snippets Groups Projects
Verified Commit d731269d authored by Reza Housseini's avatar Reza Housseini
Browse files

doc: update README

parent f3691112
No related branches found
No related tags found
No related merge requests found
...@@ -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 arguments 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment