<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    On 2/03/2011 11:37 PM, Erik Marklund wrote:
    <blockquote cite="mid:4D6E3A05.7050007@xray.bmc.uu.se" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      Selina Nawaz skrev 2011-03-02 11.54:
      <blockquote
        cite="mid:CF10920372D1574190BA8B5453695A0701A517@MBXP06.ds.man.ac.uk"
        type="cite">
        <meta http-equiv="Content-Type" content="text/html;
          charset=ISO-8859-1">
        <style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
        <div style="direction: ltr; font-family: Tahoma; color: rgb(0,
          0, 0); font-size: 13px;">
          <div style="font-family: Tahoma; font-size: 13px;">Hi, I am
            a&nbsp;Phd student studying polymer membranes.</div>
          <div style="font-family: Tahoma; font-size: 13px;"><br>
            I have installed&nbsp;Gromacs version 4.5.2 on our department
            cluster and attempted to run a&nbsp;simulations on a&nbsp;DPPC&nbsp;bilayer
            membranes taken from the&nbsp;tielleman website.</div>
          <div style="font-family: Tahoma; font-size: 13px;">I have set
            the system up in an&nbsp;NPT ensemble using a semi-isotropic
            pressure coupling. </div>
          <div style="font-family: Tahoma; font-size: 13px;">The
            simulation seems to run perfect in serial however I am
            having problems to run the simulation in parallel.</div>
        </div>
      </blockquote>
    </blockquote>
    <br>
    You're going to have to be much more specific if you want useful
    help.<br>
    <br>
    <blockquote cite="mid:4D6E3A05.7050007@xray.bmc.uu.se" type="cite">
      <blockquote
        cite="mid:CF10920372D1574190BA8B5453695A0701A517@MBXP06.ds.man.ac.uk"
        type="cite">
        <div style="direction: ltr; font-family: Tahoma; color: rgb(0,
          0, 0); font-size: 13px;">
          <div style="font-family: Tahoma; font-size: 13px;">I
            understand that this version of&nbsp;Gromacs uses threading to
            parallelise the system. I wanted to know whether it is
            possible to run this using openmpi and if not how do i use
            this thread base parallelisation.</div>
          <div style="font-family: Tahoma; font-size: 13px;">&nbsp;</div>
          <div style="font-family: Tahoma; font-size: 13px;">Many Thanks</div>
          <div style="font-family: Tahoma; font-size: 13px;">&nbsp;</div>
          <div style="font-family: Tahoma; font-size: 13px;">Selina</div>
        </div>
      </blockquote>
      Hi,<br>
      <br>
      It's slightly different than you think. Gromacs uses a thread
      based MPI implementation for communications between cores on the
      same machine. If you compile without threads it would use e.g.
      OpenMPI instead of threads as far as I know. Note that it will
      still use OpenMPI (or equivalent) for inter-node communication.<br>
    </blockquote>
    <br>
    Not in 4.5.x. You can configure with MPI or threads (the default) or
    neither. The two cannot co-exist. Threading is only useful if a
    network is not involved. OpenMPI will do approximately the same via
    shared-memory as you can get from threading in the cases where it is
    useful.<br>
    <br>
    The OP should consult the GROMACS webpage for MPI installation
    instructions.<br>
    <br>
    Mark<br>
  </body>
</html>