Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SHEMAT-Suite-open
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SHEMAT-Suite
SHEMAT-Suite-open
Wiki
Tutorial
execution
Changes
Page history
New page
Templates
Clone repository
Update execution
authored
5 years ago
by
Johanna Fink
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tutorial/execution.md
+4
-4
4 additions, 4 deletions
tutorial/execution.md
with
4 additions
and
4 deletions
tutorial/execution.md
View page @
2f67b9a1
...
...
@@ -36,10 +36,10 @@ Using this command
the execution-output will be written to
`out.txt`
and the terminal
will be available during runtime.
If you have compiled SHEMAT-Suite using the OpenMP option, you
may
specify the number of threads used by the solver or by the sample
computations
If you have compiled SHEMAT-Suite using the OpenMP option, you
can
specify the number of threads used by the solver
with the flag
`-tsolve`
or by the sample
computations
(sm-mode) with the flag
`-tsample`
:
```
./shem_sm_sgsim64gnu_const.x -tsolve 1 -tsample 12 > out.txt
&
./shem_sm_sgsim64gnu_const.x -tsolve 1 -tsample 12 > out.txt
```
This diff is collapsed.
Click to expand it.