From f6582135e326fe5b4db194f12584f9df6d04923e Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 17 Mar 2018 14:48:17 +0100
Subject: [PATCH] up

---
 GetDDM/getddm.html | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/GetDDM/getddm.html b/GetDDM/getddm.html
index c6e95e9..28e455e 100644
--- a/GetDDM/getddm.html
+++ b/GetDDM/getddm.html
@@ -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
-- 
GitLab