<div dir="auto">Please unsubscribe my e-mail address from your mailing list.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 27 Dec 2019, 12:35 , &lt;<a href="mailto:gromacs.org_gmx-developers-request@maillist.sys.kth.se">gromacs.org_gmx-developers-request@maillist.sys.kth.se</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send gromacs.org_gmx-developers mailing list submissions to<br>
        <a href="mailto:gromacs.org_gmx-developers@maillist.sys.kth.se" target="_blank" rel="noreferrer">gromacs.org_gmx-developers@maillist.sys.kth.se</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers" rel="noreferrer noreferrer" target="_blank">https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers</a><br>
<br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:gromacs.org_gmx-developers-request@maillist.sys.kth.se" target="_blank" rel="noreferrer">gromacs.org_gmx-developers-request@maillist.sys.kth.se</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:gromacs.org_gmx-developers-owner@maillist.sys.kth.se" target="_blank" rel="noreferrer">gromacs.org_gmx-developers-owner@maillist.sys.kth.se</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of gromacs.org_gmx-developers digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: Native endianess in TPR body (Paul bauer)<br>
   2. Re: Native endianess in TPR body (Len Kimms)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 27 Dec 2019 12:14:48 +0100<br>
From: Paul bauer &lt;<a href="mailto:paul.bauer.q@gmail.com" target="_blank" rel="noreferrer">paul.bauer.q@gmail.com</a>&gt;<br>
To: <a href="mailto:gromacs.org_gmx-developers@maillist.sys.kth.se" target="_blank" rel="noreferrer">gromacs.org_gmx-developers@maillist.sys.kth.se</a><br>
Subject: Re: [gmx-developers] Native endianess in TPR body<br>
Message-ID: &lt;<a href="mailto:fad58ce1-7ed1-bddc-fd43-e0ea213fe02a@gmail.com" target="_blank" rel="noreferrer">fad58ce1-7ed1-bddc-fd43-e0ea213fe02a@gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;; Format=&quot;flowed&quot;<br>
<br>
Hello,<br>
<br>
fix has been upload here: <a href="https://gerrit.gromacs.org/c/gromacs/+/15059" rel="noreferrer noreferrer" target="_blank">https://gerrit.gromacs.org/c/gromacs/+/15059</a><br>
<br>
Cheers<br>
<br>
Paul<br>
<br>
On 27/12/2019 11:18, Paul bauer wrote:<br>
&gt; Hello,<br>
&gt;<br>
&gt; I opened <a href="https://redmine.gromacs.org/issues/3269" rel="noreferrer noreferrer" target="_blank">https://redmine.gromacs.org/issues/3269</a> for this and should <br>
&gt; have a fix for it soon.<br>
&gt;<br>
&gt; Cheers<br>
&gt;<br>
&gt; Paul<br>
&gt;<br>
&gt; On 27/12/2019 10:12, Erik Lindahl wrote:<br>
&gt;&gt; Hi Len &amp; Jonathan,<br>
&gt;&gt;<br>
&gt;&gt; Paul found an issue related to different-endianness-reading that has <br>
&gt;&gt; apparently slipped through the Debian tests (since they didn&#39;t run <br>
&gt;&gt; the regression tests by default). We&#39;ll get a fix in for that before <br>
&gt;&gt; the release.<br>
&gt;&gt;<br>
&gt;&gt; The reason for the change is that the XDR I/IO layer is becoming very <br>
&gt;&gt; outdated. First, while it made a lot of sense to stick to the <br>
&gt;&gt; standard (big) &quot;network endian&quot; in the late 90s, today the problem is <br>
&gt;&gt; that virtually every single architecture is little endian, so you <br>
&gt;&gt; incur all the overhead of swapping both on writing and reading. <br>
&gt;&gt; Second, the way this is implemented in XDR means it&#39;s very slow - <br>
&gt;&gt; we&#39;re basically doing byte-by-byte reading.<br>
&gt;&gt;<br>
&gt;&gt; This change will instead allow all architectures to use highly <br>
&gt;&gt; efficient buffered I/O in their default endian, and then we only have <br>
&gt;&gt; to bother about swapping endianness in the rare cases an actual <br>
&gt;&gt; big-endian machine is involved.<br>
&gt;&gt;<br>
&gt;&gt; We&#39;ll also look into the one-padding; for Gromacs it doesn&#39;t matter, <br>
&gt;&gt; but avoiding that might indeed make the life of other codes easier.<br>
&gt;&gt;<br>
&gt;&gt; Cheers,<br>
&gt;&gt;<br>
&gt;&gt; Erik<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Dec 26, 2019 at 11:04 PM Jonathan Barnoud <br>
&gt;&gt; &lt;<a href="mailto:jonathan@barnoud.net" target="_blank" rel="noreferrer">jonathan@barnoud.net</a> &lt;mailto:<a href="mailto:jonathan@barnoud.net" target="_blank" rel="noreferrer">jonathan@barnoud.net</a>&gt;&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;     Hello everyone,<br>
&gt;&gt;<br>
&gt;&gt;     I upgraded the code of MDAnalysis to read the latest TPR version.<br>
&gt;&gt;     To add to Len&#39;s comments, it appears indeed that the new TPR body<br>
&gt;&gt;     is 4 times as big as it use to be for the same content, and is<br>
&gt;&gt;     not portable between architectures. gmx dump does fail at reading<br>
&gt;&gt;     a file with a different byte order than native, and there is no<br>
&gt;&gt;     obvious way to determine the endianness of the body. While the<br>
&gt;&gt;     TPR format is not meant to really be portable, it seemed commonly<br>
&gt;&gt;     agreed that it was a good file to share<br>
&gt;&gt;     (<a href="https://pubs.acs.org/doi/abs/10.1021/acs.jcim.9b00665" rel="noreferrer noreferrer" target="_blank">https://pubs.acs.org/doi/abs/10.1021/acs.jcim.9b00665</a>), it is<br>
&gt;&gt;     for sure a good input file in MDAnalysis. TPR files are commonly<br>
&gt;&gt;     produced on a local machine before being actually run on a<br>
&gt;&gt;     cluster, that may use a different byte order.<br>
&gt;&gt;<br>
&gt;&gt;     &gt; Second the individual bytes of a value are padded to 4 bytes<br>
&gt;&gt;     per original bytes (each byte is packed as `char`).<br>
&gt;&gt;<br>
&gt;&gt;     To be noted that the in-file XDR decoder in gromacs (used for the<br>
&gt;&gt;     header and prior to gromacs 2020) uses 4 bytes for &quot;char&quot;, hence<br>
&gt;&gt;     the padding. The in-memory one reads 1 padded byte (1 byte of<br>
&gt;&gt;     information, 4 bytes in the file).<br>
&gt;&gt;<br>
&gt;&gt;     As my use case for noticing these differences is fairly niche, I<br>
&gt;&gt;     may be missing the reason for them. In such case, I would be<br>
&gt;&gt;     curious to read about them.<br>
&gt;&gt;<br>
&gt;&gt;     Best regards,<br>
&gt;&gt;     Jonathan<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;     On 12/26/19 7:39 PM, Len Kimms wrote:<br>
&gt;&gt;&gt;     Hello everyone,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     while fooling around with the new (i.e. version 2020 rc1) TPR file format I noticed some strange behaviors that I don?t understand. As far as I understand the body of the new format is written by the `gmx::InMemorySerializer`. My following questions are basically about this module.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     First it seems that the memory serializer writes the values in native byte order. This means that the body of TPR files differ between big- and little-endian systems. The XDR standard used before requires big-endian data. For me, a novice user, the new implementation seems to be less portable and robust. Endian swapping seems to be implemented but not currently used for TPR files.<br>
&gt;&gt;&gt;     Is this intentional, if so, why?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     Second the individual bytes of a value are padded to 4 bytes per original bytes (each byte is packed as `char`). Therefore the size increases accordingly.<br>
&gt;&gt;&gt;     Do those padding bytes serve a special purpose?<br>
&gt;&gt;&gt;     Also regarding the padding bytes: Some bytes are not, like most others, padded with zeros. In some places they are padded with ones. At first glance this seem to happen to the second byte (big-endian) of a float. From some initial testing my best guess is, that this is caused by the union conversion in `CharBuffer`. With an `unsigned char` in the private union `u` those values would be zero padded.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     In the attachment one could find example files from a big- and little-endian system as well as a file created with GROMACS 2019.<br>
&gt;&gt;&gt;     I also brought this to the attention of the MDAnalysis devs here:<br>
&gt;&gt;&gt;     <a href="https://github.com/MDAnalysis/mdanalysis/issues/2428" rel="noreferrer noreferrer" target="_blank">https://github.com/MDAnalysis/mdanalysis/issues/2428</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     Best regards,<br>
&gt;&gt;&gt;         Len<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;     -- <br>
&gt;&gt;     Gromacs Developers mailing list<br>
&gt;&gt;<br>
&gt;&gt;     * Please search the archive at<br>
&gt;&gt;     <a href="http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List" rel="noreferrer noreferrer" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List</a><br>
&gt;&gt;     before posting!<br>
&gt;&gt;<br>
&gt;&gt;     * Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" rel="noreferrer noreferrer" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br>
&gt;&gt;<br>
&gt;&gt;     * For (un)subscribe requests visit<br>
&gt;&gt;     <a href="https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers" rel="noreferrer noreferrer" target="_blank">https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers</a><br>
&gt;&gt;     or send a mail to <a href="mailto:gmx-developers-request@gromacs.org" target="_blank" rel="noreferrer">gmx-developers-request@gromacs.org</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:gmx-developers-request@gromacs.org" target="_blank" rel="noreferrer">gmx-developers-request@gromacs.org</a>&gt;.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; -- <br>
&gt;&gt; Erik Lindahl &lt;<a href="mailto:erik.lindahl@dbb.su.se" target="_blank" rel="noreferrer">erik.lindahl@dbb.su.se</a> &lt;mailto:<a href="mailto:erik.lindahl@dbb.su.se" target="_blank" rel="noreferrer">erik.lindahl@dbb.su.se</a>&gt;&gt;<br>
&gt;&gt; Professor of Biophysics, Dept. Biochemistry &amp; Biophysics, Stockholm <br>
&gt;&gt; University<br>
&gt;&gt; Science for Life Laboratory, Box 1031, 17121 Solna, Sweden<br>
&gt;&gt;<br>
&gt;<br>
&gt; -- <br>
&gt; Paul Bauer, PhD<br>
&gt; GROMACS Release Manager<br>
&gt; KTH Stockholm, SciLifeLab<br>
&gt; 0046737308594<br>
<br>
<br>
-- <br>
Paul Bauer, PhD<br>
GROMACS Release Manager<br>
KTH Stockholm, SciLifeLab<br>
0046737308594<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://maillist.sys.kth.se/pipermail/gromacs.org_gmx-developers/attachments/20191227/526ffef7/attachment-0001.html" rel="noreferrer noreferrer" target="_blank">http://maillist.sys.kth.se/pipermail/gromacs.org_gmx-developers/attachments/20191227/526ffef7/attachment-0001.html</a>&gt;<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 27 Dec 2019 12:35:22 +0100 (CET)<br>
From: Len Kimms &lt;<a href="mailto:len.kimms@uni-muenster.de" target="_blank" rel="noreferrer">len.kimms@uni-muenster.de</a>&gt;<br>
To: &lt;<a href="mailto:gmx-developers@gromacs.org" target="_blank" rel="noreferrer">gmx-developers@gromacs.org</a>&gt;<br>
Subject: Re: [gmx-developers] Native endianess in TPR body<br>
Message-ID:<br>
        &lt;<a href="mailto:permail-20191227113522e490208900005005-l_kimm02@message-id.uni-muenster.de" target="_blank" rel="noreferrer">permail-20191227113522e490208900005005-l_kimm02@message-id.uni-muenster.de</a>&gt;<br>
<br>
Content-Type: text/plain; charset=utf-8<br>
<br>
Hello everyone,<br>
<br>
thank you all for your explanations. I really appreciate the insight that I got.<br>
<br>
It makes sense to use native endianness and it was indeed not easy to set up a big-endian test system because they are rare nowadays. The most important thing for me is having a clear indication what endiannes a given file has. IMHO the proposed fix does a good job with this.<br>
<br>
Regarding the padding: Writing the buffer as opaque data that is not padded feels less unsettling, but the file size is not much of an issue for me. With the given hint of the endiannes the padding is irrelevant for me and does no harm.<br>
<br>
Thank you again for the work you put into this!<br>
<br>
Best wishes,<br>
   Len<br>
<br>
<br>
Paul bauer schrieb am 2019-12-27:<br>
&gt; Hello,<br>
<br>
&gt; fix has been upload here: <a href="https://gerrit.gromacs.org/c/gromacs/+/15059" rel="noreferrer noreferrer" target="_blank">https://gerrit.gromacs.org/c/gromacs/+/15059</a><br>
<br>
&gt; Cheers<br>
<br>
&gt; Paul<br>
<br>
&gt; On 27/12/2019 11:18, Paul bauer wrote:<br>
&gt; &gt;Hello,<br>
&gt; &gt;<br>
&gt; &gt;I opened <a href="https://redmine.gromacs.org/issues/3269" rel="noreferrer noreferrer" target="_blank">https://redmine.gromacs.org/issues/3269</a> for this and should have a fix for it soon.<br>
&gt; &gt;<br>
&gt; &gt;Cheers<br>
&gt; &gt;<br>
&gt; &gt;Paul<br>
&gt; &gt;<br>
&gt; &gt;On 27/12/2019 10:12, Erik Lindahl wrote:<br>
&gt; &gt;&gt;Hi Len &amp; Jonathan,<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;Paul found an issue related to different-endianness-reading that has apparently slipped through the Debian tests (since they didn&#39;t run the regression tests by default). We&#39;ll get a fix in for that before the release.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;The reason for the change is that the XDR I/IO layer is becoming very outdated. First, while it made a lot of sense to stick to the standard (big) &quot;network endian&quot; in the late 90s, today the problem is that virtually every single architecture is little endian, so you incur all the overhead of swapping both on writing and reading. Second, the way this is implemented in XDR means it&#39;s very slow - we&#39;re basically doing byte-by-byte reading.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;This change will instead allow all architectures to use highly efficient buffered I/O in their default endian, and then we only have to bother about swapping endianness in the rare cases an actual big-endian machine is involved.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;We&#39;ll also look into the one-padding; for Gromacs it doesn&#39;t matter, but avoiding that might indeed make the life of other codes easier.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;Cheers,<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;Erik<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;On Thu, Dec 26, 2019 at 11:04 PM Jonathan Barnoud &lt;<a href="mailto:jonathan@barnoud.net" target="_blank" rel="noreferrer">jonathan@barnoud.net</a> &lt;mailto:<a href="mailto:jonathan@barnoud.net" target="_blank" rel="noreferrer">jonathan@barnoud.net</a>&gt;&gt; wrote:<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;    Hello everyone,<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;    I upgraded the code of MDAnalysis to read the latest TPR version.<br>
&gt; &gt;&gt;    To add to Len&#39;s comments, it appears indeed that the new TPR body<br>
&gt; &gt;&gt;    is 4 times as big as it use to be for the same content, and is<br>
&gt; &gt;&gt;    not portable between architectures. gmx dump does fail at reading<br>
&gt; &gt;&gt;    a file with a different byte order than native, and there is no<br>
&gt; &gt;&gt;    obvious way to determine the endianness of the body. While the<br>
&gt; &gt;&gt;    TPR format is not meant to really be portable, it seemed commonly<br>
&gt; &gt;&gt;    agreed that it was a good file to share<br>
&gt; &gt;&gt;    (<a href="https://pubs.acs.org/doi/abs/10.1021/acs.jcim.9b00665" rel="noreferrer noreferrer" target="_blank">https://pubs.acs.org/doi/abs/10.1021/acs.jcim.9b00665</a>), it is<br>
&gt; &gt;&gt;    for sure a good input file in MDAnalysis. TPR files are commonly<br>
&gt; &gt;&gt;    produced on a local machine before being actually run on a<br>
&gt; &gt;&gt;    cluster, that may use a different byte order.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;    &gt; Second the individual bytes of a value are padded to 4 bytes<br>
&gt; &gt;&gt;    per original bytes (each byte is packed as `char`).<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;    To be noted that the in-file XDR decoder in gromacs (used for the<br>
&gt; &gt;&gt;    header and prior to gromacs 2020) uses 4 bytes for &quot;char&quot;, hence<br>
&gt; &gt;&gt;    the padding. The in-memory one reads 1 padded byte (1 byte of<br>
&gt; &gt;&gt;    information, 4 bytes in the file).<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;    As my use case for noticing these differences is fairly niche, I<br>
&gt; &gt;&gt;    may be missing the reason for them. In such case, I would be<br>
&gt; &gt;&gt;    curious to read about them.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;    Best regards,<br>
&gt; &gt;&gt;    Jonathan<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;    On 12/26/19 7:39 PM, Len Kimms wrote:<br>
&gt; &gt;&gt;&gt;    Hello everyone,<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;    while fooling around with the new (i.e. version 2020 rc1) TPR file format I noticed some strange behaviors that I don?t understand. As far as I understand the body of the new format is written by the `gmx::InMemorySerializer`. My following questions are basically about this module.<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;    First it seems that the memory serializer writes the values in native byte order. This means that the body of TPR files differ between big- and little-endian systems. The XDR standard used before requires big-endian data. For me, a novice user, the new implementation seems to be less portable and robust. Endian swapping seems to be implemented but not currently used for TPR files.<br>
&gt; &gt;&gt;&gt;    Is this intentional, if so, why?<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;    Second the individual bytes of a value are padded to 4 bytes per original bytes (each byte is packed as `char`). Therefore the size increases accordingly.<br>
&gt; &gt;&gt;&gt;    Do those padding bytes serve a special purpose?<br>
&gt; &gt;&gt;&gt;    Also regarding the padding bytes: Some bytes are not, like most others, padded with zeros. In some places they are padded with ones. At first glance this seem to happen to the second byte (big-endian) of a float. From some initial testing my best guess is, that this is caused by the union conversion in `CharBuffer`. With an `unsigned char` in the private union `u` those values would be zero padded.<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;    In the attachment one could find example files from a big- and little-endian system as well as a file created with GROMACS 2019.<br>
&gt; &gt;&gt;&gt;    I also brought this to the attention of the MDAnalysis devs here:<br>
&gt; &gt;&gt;&gt;    <a href="https://github.com/MDAnalysis/mdanalysis/issues/2428" rel="noreferrer noreferrer" target="_blank">https://github.com/MDAnalysis/mdanalysis/issues/2428</a><br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;    Best regards,<br>
&gt; &gt;&gt;&gt;        Len<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;    --     Gromacs Developers mailing list<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;    * Please search the archive at<br>
&gt; &gt;&gt;    <a href="http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List" rel="noreferrer noreferrer" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List</a><br>
&gt; &gt;&gt;    before posting!<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;    * Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" rel="noreferrer noreferrer" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;    * For (un)subscribe requests visit<br>
&gt; &gt;&gt;    <a href="https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers" rel="noreferrer noreferrer" target="_blank">https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers</a><br>
&gt; &gt;&gt;    or send a mail to <a href="mailto:gmx-developers-request@gromacs.org" target="_blank" rel="noreferrer">gmx-developers-request@gromacs.org</a><br>
&gt; &gt;&gt;    &lt;mailto:<a href="mailto:gmx-developers-request@gromacs.org" target="_blank" rel="noreferrer">gmx-developers-request@gromacs.org</a>&gt;.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;--<br>
&gt; &gt;&gt;Erik Lindahl &lt;<a href="mailto:erik.lindahl@dbb.su.se" target="_blank" rel="noreferrer">erik.lindahl@dbb.su.se</a> &lt;mailto:<a href="mailto:erik.lindahl@dbb.su.se" target="_blank" rel="noreferrer">erik.lindahl@dbb.su.se</a>&gt;&gt;<br>
&gt; &gt;&gt;Professor of Biophysics, Dept. Biochemistry &amp; Biophysics, Stockholm University<br>
&gt; &gt;&gt;Science for Life Laboratory, Box 1031, 17121 Solna, Sweden<br>
&gt; &gt;&gt;<br>
&gt; &gt;<br>
&gt; &gt;--<br>
&gt; &gt;Paul Bauer, PhD<br>
&gt; &gt;GROMACS Release Manager<br>
&gt; &gt;KTH Stockholm, SciLifeLab<br>
&gt; &gt;0046737308594<br>
<br>
<br>
&gt; --<br>
&gt; Paul Bauer, PhD<br>
&gt; GROMACS Release Manager<br>
&gt; KTH Stockholm, SciLifeLab<br>
&gt; 0046737308594<br>
<br>
<br>
------------------------------<br>
<br>
-- <br>
Gromacs Developers mailing list<br>
<br>
* Please search the archive at <a href="http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List" rel="noreferrer noreferrer" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List</a> before posting!<br>
<br>
* Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" rel="noreferrer noreferrer" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br>
<br>
* For (un)subscribe requests visit<br>
<a href="https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers" rel="noreferrer noreferrer" target="_blank">https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers</a> or send a mail to <a href="mailto:gmx-developers-request@gromacs.org" target="_blank" rel="noreferrer">gmx-developers-request@gromacs.org</a>.<br>
<br>
End of gromacs.org_gmx-developers Digest, Vol 188, Issue 10<br>
***********************************************************<br>
</blockquote></div>