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

up

parent 1ec8743e
Branches
Tags
No related merge requests found
...@@ -74,11 +74,10 @@ Wave Problems</h1> ...@@ -74,11 +74,10 @@ Wave Problems</h1>
GetDP</a> GetDP</a>
and <a href="https://gitlab.onelab.info/gmsh/gmsh/wikis/Gmsh-compilation">Gmsh</a> and <a href="https://gitlab.onelab.info/gmsh/gmsh/wikis/Gmsh-compilation">Gmsh</a>
with MPI support with MPI support
<li>Run the models on a computer cluster with MPI, e.g. for 100 CPUs <li>Run the models on a computer cluster with MPI, e.g. the <code>waveguide3d</code>
<pre> model on 100 CPUs, using:
mpirun -np 100 gmsh models/GetDDM/waveguide3d.geo - <pre>mpirun -np 100 gmsh -setnumber N_DOM 100 waveguide3d.geo -
mpirun -np 100 getdp models/GetDDM/waveguide3d.pro -solve DDM mpirun -np 100 getdp -setnumber N_DOM 100 waveguide3d.pro -solve DDM</pre>
</pre>
</ol> </ol>
<p> <p>
The actual commands will depend on your particular MPI setup. Sample scripts 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.
Please register or to comment