<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#ffffff">
        Hello! I built GMSH-2.5.0 with options: Ann Bamg Blas Chaco
    DIntegration Dlopen FlTree Fltk Gmm Jpeg Kbipack Lapack MPI MathEx
    Mesh Metis Mpeg NativeFileChooser Netgen OpenGL Parser Plugins Png
    Post Solver Tetgen Zlib. But unfortunately, I found that the
    command, for example, "gmsh -3 124.geo" takes the same time as
    "mpirun -np 2 gmsh -3 124.geo".<br>
        <br>
    Here is the log:<br>
    --------<br>
    user@user-desktop:~$ gmsh -3 124.geo<br>
    Info    : Running 'gmsh -3 124.geo' [1 node(s), max. 1 thread(s)]<br>
    Info    : Started on Tue Jul 12 17:49:57 2011<br>
    Info    : Reading '124.geo'...<br>
    mpi_size = 1<br>
    ...<br>
    ...<br>
    Done meshing 3D (53.2273 s)<br>
    --------<br>
    and:<br>
    ------<br>
    user@user-desktop:~$mpirun -np 2 gmsh -3 124.geo<br>
    Info    : Running 'gmsh -3 124.geo' [2 node(s), max. 1 thread(s)]<br>
    Info    : Started on Tue Jul 12 17:51:40 2011<br>
    Info    : Reading '124.geo'...<br>
    mpi_size = 2<br>
    ...<br>
    ...<br>
    Done meshing 3D (64.58 s)<br>
    ------<span class="Apple-style-span" style="border-collapse:
      separate; color: rgb(0, 0, 0); font-family: 'Times New Roman';
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: normal; orphans: 2;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; font-size: medium;"><span
        class="Apple-style-span" style="font-family: arial,sans-serif;
        font-size: 24px;"><span class="hps" title="Нажмите, чтобы
          увидеть альтернативный перевод"></span></span></span><br>
    <br>
    Where is my mistake?<br>
    P.S. Sorry for my english.<br>
    <br>
    <br>
    C уважением, А.С. Хорошев.
  </body>
</html>