Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
website
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
Model registry
Operate
Environments
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
documentation
website
Commits
f6582135
Commit
f6582135
authored
7 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
up
parent
1ec8743e
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
GetDDM/getddm.html
+4
-5
4 additions, 5 deletions
GetDDM/getddm.html
with
4 additions
and
5 deletions
GetDDM/getddm.html
+
4
−
5
View file @
f6582135
...
...
@@ -74,11 +74,10 @@ Wave Problems</h1>
GetDP
</a>
and
<a
href=
"https://gitlab.onelab.info/gmsh/gmsh/wikis/Gmsh-compilation"
>
Gmsh
</a>
with MPI support
<li>
Run the models on a computer cluster with MPI, e.g. for 100 CPUs
<pre>
mpirun -np 100 gmsh models/GetDDM/waveguide3d.geo -
mpirun -np 100 getdp models/GetDDM/waveguide3d.pro -solve DDM
</pre>
<li>
Run the models on a computer cluster with MPI, e.g. the
<code>
waveguide3d
</code>
model on 100 CPUs, using:
<pre>
mpirun -np 100 gmsh -setnumber N_DOM 100 waveguide3d.geo -
mpirun -np 100 getdp -setnumber N_DOM 100 waveguide3d.pro -solve DDM
</pre>
</ol>
<p>
The actual commands will depend on your particular MPI setup. Sample scripts
...
...
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