Skip to content
Snippets Groups Projects
Commit f6582135 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

up

parent 1ec8743e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment