<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 10, 2015 at 7:55 PM, Szilárd Páll <span dir="ltr">&lt;<a href="mailto:pall.szilard@gmail.com" target="_blank">pall.szilard@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class=""><div class="h5">On Tue, Feb 10, 2015 at 6:52 PM, Mark Abraham &lt;<a href="mailto:mark.j.abraham@gmail.com">mark.j.abraham@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Feb 10, 2015 at 5:03 PM, Szilárd Páll &lt;<a href="mailto:pall.szilard@gmail.com">pall.szilard@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Feb 10, 2015 at 4:27 PM, Mark Abraham &lt;<a href="mailto:mark.j.abraham@gmail.com">mark.j.abraham@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Sun, Feb 8, 2015 at 9:28 PM, Szilárd Páll &lt;<a href="mailto:pall.szilard@gmail.com">pall.szilard@gmail.com</a>&gt;<br>
&gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Hi,<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I thought, those branches on the main <a href="http://git.gromacs.org" target="_blank">git.gromacs.org</a> are supposed to<br>
&gt;&gt; &gt;&gt; be long-term feature branches that are aimed at merging in the future,<br>
&gt;&gt; &gt;&gt; but I could be wrong.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I don&#39;t think it matters too much, either way. If people want to clone<br>
&gt;&gt; &gt; and<br>
&gt;&gt; &gt; don&#39;t want others&#39; junk, they can clone from <a href="http://gerrit.gromacs.org" target="_blank">gerrit.gromacs.org</a>, or use<br>
&gt;&gt; &gt; git<br>
&gt;&gt; &gt; clone --single-branch. Being able to share some gromacs code and have it<br>
&gt;&gt; &gt; backed up is just plain useful :-)<br>
&gt;&gt;<br>
&gt;&gt; Sure, it does not matter us sitting right next to the git server, but<br>
&gt;&gt; increasing the size of the repo will matter for devs across the<br>
&gt;&gt; continent and will result in lots of !@$#%^ :) - especially as most<br>
&gt;&gt; are likely used to simply do<br>
&gt;&gt; git clone git://<a href="http://git.gromacs.org/gromacs" target="_blank">git.gromacs.org/gromacs</a>.<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m not saying that using clone --single-branch is too difficult, just<br>
&gt;&gt; noting the drawbacks. A workaround would likely require setting up a<br>
&gt;&gt; different git server.<br>
&gt;<br>
&gt;<br>
&gt; There is only a handful of non-release branches being used in that repo, and<br>
&gt; while I&#39;d love to see that change, I can&#39;t see it on the horizon yet. If<br>
&gt; download volume becomes a problem someone actually complains about, them we<br>
&gt; can start by making a backup and pruning all the old development branches.<br>
<br>
</div></div>It has been an issue, and people have complained.<br></blockquote><div><br></div><div>OK. As already described, there are other solutions besides exacting a non-binding promise that any proposed branch in gromacs.git will lead to code added to the main repo. I just want people to write code and be happy :-)</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
(Off topic, but: I don&#39;t believe in the &quot;[it] becomes a problem<br>
someone actually complains about&quot; -- IMO it does not work, especially<br></blockquote><div><br></div><div>If something&#39;s a problem for someone, but not so much of a problem that they can&#39;t write a polite request for something better, then it&#39;s not a problem for them that we need to solve in advance.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
with the increasingly internalized/private dev channels.)</blockquote><div><br></div><div>:-) Letting people have branches somewhere promotes collaboration.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div><div class="h5">
&gt;&gt; &gt;&gt; However, hosting non-gerrit feature branches on <a href="http://gromacs.org" target="_blank">gromacs.org</a> is<br>
&gt;&gt; &gt;&gt; something I support too!<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; At some point in the past we discussed the question of keeping medium<br>
&gt;&gt; &gt;&gt; to long-term feature branches in some centralized location. IIRC the<br>
&gt;&gt; &gt;&gt; answer was that there&#39;s no need for a secondary server (like gitolite)<br>
&gt;&gt; &gt;&gt; and instead we sohuld use private branches in gerrit. Not sure if this<br>
&gt;&gt; &gt;&gt; ever worked, AFAIR I tried once and failed - the gerrit management<br>
&gt;&gt; &gt;&gt; interface is quite unfriendly (and that&#39;s an understatement).<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I used some kind of per-user sandbox section to share a commit with<br>
&gt;&gt; &gt; Michael,<br>
&gt;&gt; &gt; one time, but I forget the details.<br>
&gt;&gt;<br>
&gt;&gt; Does anybody know how does that work - if it works at all? We need to<br>
&gt;&gt; set up asap a couple of feature branches to do close collaborative<br>
&gt;&gt; development and I&#39;d like to decide weather it&#39;ll be bitbucket or<br>
&gt;&gt; there&#39;s a chance to have them hosted in-house.<br>
&gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I would very much like to have reasonably easy way to keep such<br>
&gt;&gt; &gt;&gt; development branches maintained by (core?) devs on a central server. I<br>
&gt;&gt; &gt;&gt; can count at least a half dozen feature branches I worked with<br>
&gt;&gt; &gt;&gt; recently that live offline, in gerrit drafts, or in 100 PS long gerrit<br>
&gt;&gt; &gt;&gt; &quot;review&quot; changes (which isn&#39;t optimal either because history is<br>
&gt;&gt; &gt;&gt; impossible to follow). All these could have started out in such<br>
&gt;&gt; &gt;&gt; feature branches shared with a few devs with a lifetime of weeks to<br>
&gt;&gt; &gt;&gt; months.<br>
&gt;&gt; &gt;&gt; I myself keep ending up with dangling drafts and jungle of parents and<br>
&gt;&gt; &gt;&gt; dependent commits. Gerrit review and draft changes are clearly not a<br>
&gt;&gt; &gt;&gt; solution for such cases and keeping WIP branches offline is an obvious<br>
&gt;&gt; &gt;&gt; barrier to collaboration.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Gerrit&#39;s not great for collaborative development, as distinct from code<br>
&gt;&gt; &gt; review. However, I&#39;m not aware of an alternative that would also permit<br>
&gt;&gt; &gt; using Jenkins. The knowledge that all the commits in the main branches<br>
&gt;&gt; &gt; passed the tests of the day is very valuable, so even if we add some<br>
&gt;&gt; &gt; merge-style development to our workflow, I think we should strive to<br>
&gt;&gt; &gt; keep<br>
&gt;&gt; &gt; per-commit testing of the branch to be merged.<br>
&gt;&gt;<br>
&gt;&gt; I don&#39;t think I need per-commit testing of my feature branches and I<br>
&gt;&gt; think most others don&#39;t need it either. If we work with a couple of<br>
&gt;&gt; others closely on a feature, we just want to have a branch where we<br>
&gt;&gt; can push regularly without having to ditch commit history. Testing on<br>
&gt;&gt; Jenkins is easy, I can simply upload a squashed commit of the branch<br>
&gt;&gt; to gerrit as draft. As the feature branch is nearing its EOL, the same<br>
&gt;&gt; way it can be pushed up as a single/few commits to gerrit.<br>
&gt;<br>
&gt;<br>
&gt; Sounds like you actually want a distributed version-control system, rather<br>
&gt; than a centrally-hosted feature branch. We can certainly do/set up something<br>
&gt; like<br>
<br>
</div></div>More or less, but I personally only want the which is share-able part.<br>
I don&#39;t care where is it hosted, I just considered a benefits to have<br>
it stored centrally by gmx servers.</blockquote><div><br></div><div>Roland&#39;s /refs/privates suggestion does that, and nobody but the author and their friends need to know where to go get the code or how to set up a branch (I think), so that sounds perfect.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">
&gt; git push gerrit local-feature-branch:user/sandbox/feature-branch<br>
&gt;<br>
&gt; so that people can just get the code. They can&#39;t browse it or comment on it<br>
&gt; in the style of code review, but it serves the need of a publishing a branch<br>
&gt; where someone can get it.<br>
<br>
</span>Sure, but last time I tried I failed miserably at setting up such a<br>
private branch. Perhaps it&#39;s only challenging to me, but honestly, I<br>
have not heard many people use it. :)<br>
<span class=""><br>
&gt; Two people can collaborate in pull-request<br>
&gt; workflow quite happily... that&#39;s what git was designed for, of course.<br>
<br>
</span>I don&#39;t think pull requests are ideal for close collaboration, pull<br>
requests seems to be tailored for the high latency very distributed<br>
collaborative development. There it&#39;s often the receiver&#39;s problem if<br>
e.g. the branch has already moved on and extra conflict resolution is<br></blockquote><div><br></div><div>High latency is just a problem for merge resolution, e.g. the many rebases of the work to remove md-vv iterated constraints. The choice of merge vs rebase vs whatever workflow doesn&#39;t matter.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
needed while merge issues in close collaboration can typically be<br>
resolved easier/quicker.</blockquote><div><br></div><div>I&#39;m confused. If the collaboration is close, more than one person will commit, merging will somehow be a pain, and you don&#39;t want to rebase patch series gerrit-style, how are you actually planning to collaborate? Shared code development is intrinsically difficult; a plan for how to do it can reduce the pain, but the lunch just cannot be free.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">
&gt;&gt; &gt; We can pick some upcoming feature and have a feature branch in gerrit<br>
&gt;&gt; &gt; and<br>
&gt;&gt; &gt; see how it works, if you want.<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m not insisting on having it in gerrit, but I would very much like<br>
&gt;&gt; to use feature branches. Using gerrit drafts for collaborative feature<br>
&gt;&gt; development has proved to be awful and I really feel that it would be<br>
&gt;&gt; much more productive to use branches and when the feature stabilizes<br>
&gt;&gt; move the change to gerrit.<br>
&gt;<br>
&gt;<br>
&gt; Sure - but from the point of view of the blessed central repo, that branch<br>
&gt; is a non-entity unless it is merged into master. So the work-in-progress<br>
&gt; branch can exist anywhere its collaborators would like.<br>
<br>
</span>Exactly. I as a &quot;collaborator&quot; asked if we could host such a repo on<br>
the gmx infrastructure.</blockquote><div><br></div><div>Sure, we have them already in gerrit&#39;s /refs/private, now that Roland&#39;s prompted my memory.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">
&gt;&gt; &gt; Probably we would want to prohibit any<br>
&gt;&gt; &gt; rebasing of non-tip commits on that branch (else there&#39;s the<br>
&gt;&gt; &gt; ripple-and-re-verify effect). But would that add value vs using a gerrit<br>
&gt;&gt; &gt; topic branch? The latter is almost zero work...<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m not sure I get this last part, I am admittedly a bit lacking in<br>
&gt;&gt; advanced git knowledge.<br>
&gt;<br>
&gt;<br>
&gt; It&#39;s a gerrit feature, not git. For example, someone (probably me) put a<br>
&gt; bunch of your recent CUDA work onto the cuda topic, e.g.<br>
&gt; <a href="https://gerrit.gromacs.org/#/q/topic:cuda" target="_blank">https://gerrit.gromacs.org/#/q/topic:cuda</a> which is potentially useful for<br>
&gt; someone finding related work that is past. All you do is fill in the box<br>
&gt; below project and branch on gerrit after you upload (or use the right secret<br>
&gt; sauce when uploading). On the main page you can see &quot;master (cuda)&quot; for the<br>
&gt; &quot;branch&quot; for the remaining commit from that group.<br>
<br>
</span>I knew about &quot;topic&quot;s but not sure what&#39;s &quot;branch&quot; about them. I guess<br>
I&#39;ll chew on this and get back later.<br></blockquote><div><br></div><div>As you know, a branch is a basic git feature - you have a series of parent-child commits and you can choose to give it a name. A gerrit topic is a set of patches that have a common theme. Often, both will go together, because later things in the theme depend on other things in the theme, thus &quot;gerrit topic branch.&quot; For example, I used one called g-tune-pme-reform, but the low of enthusiasm for reviewing the code changes meant it went nowhere.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Re: &quot;value vs using a gerrit topic branch&quot;<br>
In gerrit I see branches as inherently single-commit length (you can&#39;t<br>
post a fix without squashing it) with any additional dependent changes<br>
chained exponentially increasing the pain of maintaining things - at<br>
least this is my experience.</blockquote><div><br></div><div>OK, but if you don&#39;t want to use pull requests or gerrit-style patch updates, how are you going to work collaboratively?</div><div><br></div><div>Mark</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">
&gt;<br>
&gt;&gt; To conclude, I&#39;m not trying to force anyone to change their work<br>
&gt;&gt; pattern, but there are a few smaller ongoing and about to start<br>
&gt;&gt; projects that I&#39;d like do differently - and there seems to be interest<br>
&gt;&gt; from others in employing similar workflow.<br>
&gt;&gt;<br>
&gt;&gt; The barrier to this would perhaps be the branch management and access<br>
&gt;&gt; control, and AFAIR that&#39;s why it was the rather awkward gerrit-based<br>
&gt;&gt; solution that some proposed.<br>
&gt;&gt;<br>
&gt;&gt; Does anybody know of a reasonably simple alternative? One thing that<br>
&gt;&gt; comes to my mind is that if a gitolite (web?) management interface<br>
&gt;&gt; does exists, we could have that on top of <a href="http://git.gromacs.org" target="_blank">git.gromacs.org</a>.<br>
&gt;<br>
&gt;<br>
&gt; Seems like the thing we want is a lightweight way to share a branch, and<br>
&gt; perhaps to be able to comment on it on some website. github makes this easy,<br>
&gt; but I&#39;m not sure what the best solution is for us.<br>
<br>
</span>Commenting is not a deal-breaker feature - at least not to me. Sure,<br>
github work, so does bitbucket.<br>
--<br>
Szilárd<br>
<div class=""><div class="h5"><br>
&gt; Cheers,<br>
&gt;<br>
&gt; Mark<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; Cheers,<br>
&gt;&gt; --<br>
&gt;&gt; Szilárd<br>
&gt;&gt;<br>
&gt;&gt; &gt; Mark<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; Cheers,<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; Szilárd<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Sat, Feb 7, 2015 at 3:47 AM, Mark Abraham &lt;<a href="mailto:mark.j.abraham@gmail.com">mark.j.abraham@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt; &gt; Hi,<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Rossen is the guru here, but we administer <a href="http://git.gromacs.org" target="_blank">git.gromacs.org</a> via a<br>
&gt;&gt; &gt;&gt; &gt; gitolite<br>
&gt;&gt; &gt;&gt; &gt; server. There are various private branches in gromacs.git to which<br>
&gt;&gt; &gt;&gt; &gt; people<br>
&gt;&gt; &gt;&gt; &gt; have direct push access; only Gerrit can push to the main branches.<br>
&gt;&gt; &gt;&gt; &gt; So<br>
&gt;&gt; &gt;&gt; &gt; if<br>
&gt;&gt; &gt;&gt; &gt; you let Rossen know what branch name would be good to create, and<br>
&gt;&gt; &gt;&gt; &gt; public<br>
&gt;&gt; &gt;&gt; &gt; keys for whoever should have push access, that&#39;ll be fine.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Cheers,<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Mark<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; On Sat, Feb 7, 2015 at 5:20 AM, Shirts, Michael R. (mrs5pt)<br>
&gt;&gt; &gt;&gt; &gt; &lt;<a href="mailto:mrs5pt@eservices.virginia.edu">mrs5pt@eservices.virginia.edu</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; Apologies if this should have been obvious and I could figure it<br>
&gt;&gt; &gt;&gt; &gt;&gt; out.<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; I want to create a new branch in the main repository so I can share<br>
&gt;&gt; &gt;&gt; &gt;&gt; a<br>
&gt;&gt; &gt;&gt; &gt;&gt; particular functionality that will never make it into the main<br>
&gt;&gt; &gt;&gt; &gt;&gt; repository<br>
&gt;&gt; &gt;&gt; &gt;&gt; (too much complication, only useable in some very restrictive cases,<br>
&gt;&gt; &gt;&gt; &gt;&gt; long<br>
&gt;&gt; &gt;&gt; &gt;&gt; story).  I tried googling around, but couldn&#39;t find something that<br>
&gt;&gt; &gt;&gt; &gt;&gt; made<br>
&gt;&gt; &gt;&gt; &gt;&gt; sense. git push origin NEWBRANCH gave me a &#39;fatal: remote error:<br>
&gt;&gt; &gt;&gt; &gt;&gt; access<br>
&gt;&gt; &gt;&gt; &gt;&gt; denied or repository not exported: /gromacs.git&#39; error - was this<br>
&gt;&gt; &gt;&gt; &gt;&gt; because<br>
&gt;&gt; &gt;&gt; &gt;&gt; my permissions weren&#39;t set up right?  Should I just set up a private<br>
&gt;&gt; &gt;&gt; &gt;&gt; branch?<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; Thanks for any advice!<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; Best,<br>
&gt;&gt; &gt;&gt; &gt;&gt; ~~~~~~~~~~~~<br>
&gt;&gt; &gt;&gt; &gt;&gt; Michael Shirts<br>
&gt;&gt; &gt;&gt; &gt;&gt; Associate Professor<br>
&gt;&gt; &gt;&gt; &gt;&gt; Department of Chemical Engineering<br>
&gt;&gt; &gt;&gt; &gt;&gt; University of Virginia<br>
&gt;&gt; &gt;&gt; &gt;&gt; <a href="mailto:michael.shirts@virginia.edu">michael.shirts@virginia.edu</a><br>
&gt;&gt; &gt;&gt; &gt;&gt; (434) 243-1821<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; &gt;&gt; Gromacs Developers mailing list<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; * Please search the archive at<br>
&gt;&gt; &gt;&gt; &gt;&gt; <a href="http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List</a><br>
&gt;&gt; &gt;&gt; &gt;&gt; before<br>
&gt;&gt; &gt;&gt; &gt;&gt; posting!<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; * Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; * For (un)subscribe requests visit<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; <a href="https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers" target="_blank">https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers</a><br>
&gt;&gt; &gt;&gt; &gt;&gt; or<br>
&gt;&gt; &gt;&gt; &gt;&gt; send a mail to <a href="mailto:gmx-developers-request@gromacs.org">gmx-developers-request@gromacs.org</a>.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; --<br>
&gt;&gt; &gt;&gt; &gt; Gromacs Developers mailing list<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; * Please search the archive at<br>
&gt;&gt; &gt;&gt; &gt; <a href="http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List</a><br>
&gt;&gt; &gt;&gt; &gt; before<br>
&gt;&gt; &gt;&gt; &gt; posting!<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; * Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; * For (un)subscribe requests visit<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; <a href="https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers" target="_blank">https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers</a><br>
&gt;&gt; &gt;&gt; &gt; or<br>
&gt;&gt; &gt;&gt; &gt; send a mail to <a href="mailto:gmx-developers-request@gromacs.org">gmx-developers-request@gromacs.org</a>.<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; Gromacs Developers mailing list<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; * Please search the archive at<br>
&gt;&gt; &gt;&gt; <a href="http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List</a> before<br>
&gt;&gt; &gt;&gt; posting!<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; * Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; * For (un)subscribe requests visit<br>
&gt;&gt; &gt;&gt; <a href="https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers" target="_blank">https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers</a><br>
&gt;&gt; &gt;&gt; or<br>
&gt;&gt; &gt;&gt; send a mail to <a href="mailto:gmx-developers-request@gromacs.org">gmx-developers-request@gromacs.org</a>.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&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" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List</a> before<br>
&gt;&gt; &gt; posting!<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; * Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" 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" target="_blank">https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers</a><br>
&gt;&gt; &gt; or<br>
&gt;&gt; &gt; send a mail to <a href="mailto:gmx-developers-request@gromacs.org">gmx-developers-request@gromacs.org</a>.<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" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List</a> before<br>
&gt;&gt; posting!<br>
&gt;&gt;<br>
&gt;&gt; * Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" 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" target="_blank">https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers</a> or<br>
&gt;&gt; send a mail to <a href="mailto:gmx-developers-request@gromacs.org">gmx-developers-request@gromacs.org</a>.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Gromacs Developers mailing list<br>
&gt;<br>
&gt; * Please search the archive at<br>
&gt; <a href="http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List</a> before<br>
&gt; posting!<br>
&gt;<br>
&gt; * Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br>
&gt;<br>
&gt; * For (un)subscribe requests visit<br>
&gt; <a href="https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers" target="_blank">https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers</a> or<br>
&gt; send a mail to <a href="mailto:gmx-developers-request@gromacs.org">gmx-developers-request@gromacs.org</a>.<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" 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" 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" 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">gmx-developers-request@gromacs.org</a>.</div></div></blockquote></div><br></div></div>