<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Thank you for your responses. I did create a CR back in 2015, feature #1849, <a href="http://redmine.gromacs.org/issues/1849#change-12019" class="">
http://redmine.gromacs.org/issues/1849#change-12019</a>. There wasn’t any feedback so I’m not sure if there is interest in it’s implementation. My code was working in late 2015 but I had a major set back, possibly due to bug #2264. I have completed and tested
 the project and could share my test cases through Jupiter Notebooks on Github. Publication is the next step. I have heard that there may be a change to expanded ensemble. My code works with the current version of expanded ensemble so I don’t know if there
 would need to be a revision in the near future. Your comments about sustainability/maintenance are understandable and I’m sure I would be able to triage and troubleshoot any related bugs as they come up. I would become more of an active member in the developer
 community as I’ve spent many hours understanding the code base but graduating is my current priority.
<div class=""><br class="">
</div>
<div class="">If I could get some feedback on feature #1849, then I will know whether or not it will be worthwhile for me push to get the code into the next code release.</div>
<div class=""><br class="">
</div>
<div class="">Again, thank you for your responses.</div>
<div class=""><br class="">
</div>
<div class="">-ChrisM<br class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Jul 18, 2018, at 11:40 PM, Erik Lindahl &lt;<a href="mailto:erik.lindahl@gmail.com" class="">erik.lindahl@gmail.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="auto" class="">And one more comment:
<div class=""><br class="">
</div>
<div class="">While we usually love improvements, fixes or a new algorithm, one important concern for all new code is how (and by whom) it will be maintained and bug-fixed a few years from now. A new analysis tool that doesn't change much other code can be
 quite straightforward, but a complex new algorithm that influences load balancing and the nonbonded kernels would need broad consensus from many developers that it's so useful we will support it together.</div>
<div class=""><br class="">
</div>
<div class="">Since it can take a bit of effort to get documentation and unit tests ready, a good strategy is often to start a redmine feature thread about the algorithm and suggested contribution to get feedback earlier than after Gerrit submission!</div>
<div class=""><br class="">
</div>
<div class="">Cheers,</div>
<div class=""><br class="">
</div>
<div class="">Erik</div>
<div class=""><br class="">
<br class="">
<div class="">Erik Lindahl &lt;<a href="mailto:erik.lindahl@scilifelab.se" class="">erik.lindahl@scilifelab.se</a>&gt;
<div class="">Professor of Biophysics</div>
<div class="">Science for Life Laboratory</div>
<div class="">Stockholm University &amp; KTH</div>
<div class="">Office (SciLifeLab): &#43;46 8 524 81567</div>
<div class="">Cell (Sweden): &#43;46 73 4618050</div>
<div class="">Cell (US): &#43;1 267 3078746</div>
<div class=""><br class="">
</div>
</div>
<div class=""><br class="">
On 19 Jul 2018, at 06:24, Mark Abraham &lt;<a href="mailto:mark.j.abraham@gmail.com" class="">mark.j.abraham@gmail.com</a>&gt; wrote:<br class="">
<br class="">
</div>
<blockquote type="cite" class="">
<div class="">
<div dir="ltr" class="">Hi Chris,<br class="">
<br class="">
<div class="gmail_quote"></div>
</div>
<div dir="ltr" class="">
<div class="gmail_quote">
<div dir="ltr" class="">On Tue, Jul 17, 2018 at 10:08 PM Mirabzadeh, Christopher (<a href="mailto:mira2978@vandals.uidaho.edu" target="_blank" class="">mira2978@vandals.uidaho.edu</a>) &lt;<a href="mailto:mira2978@vandals.uidaho.edu" target="_blank" class="">mira2978@vandals.uidaho.edu</a>&gt;
 wrote:<br class="">
</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have a completed project that was tested and has been working since GROMACS 5.1.4. I cloned the newest repo from gerrit and would like to try an include my code in the next code release. I understand that my code will have to fit the changes since 5.1.4.<br class="">
</blockquote>
<div class=""><br class="">
</div>
</div>
</div>
<div dir="ltr" class="">
<div class="gmail_quote">
<div class="">Great. We love getting contributions of useful and well written code :-) Don't hesitate to drop into our fortnightly developer roundtable telcos. I'd offer to set up a specific chat with you, but I'm shortly going on my summer holidays! So perhaps
 others can carry on the discussion.</div>
</div>
</div>
<div dir="ltr" class="">
<div class="gmail_quote">
<div class=""><br class="">
</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Question 1: Is it too late to include my code in the upcoming release? I remember getting an email from the group about the next release but got distracted by work and home and I may have missed the deadline.<br class="">
</blockquote>
<div class=""><br class="">
</div>
</div>
</div>
<div dir="ltr" class="">
<div class="gmail_quote">
<div class="">No, it's not too late, but it very soon will be. Reviewable, tested code will need to be in gerrit by early September if we're to integrate it along with all the others things for GROMACS 2019. Do check out the advice in the latest version of
 the developer guide at&nbsp;<a href="http://jenkins.gromacs.org/job/Documentation_Nightly_master/javadoc/dev-manual/contribute.html" target="_blank" class="">http://jenkins.gromacs.org/job/Documentation_Nightly_master/javadoc/dev-manual/contribute.html</a>. We
 definitely need to hear some more details from you about what you propose so we can see if it's feasible.</div>
</div>
</div>
<div dir="ltr" class="">
<div class="gmail_quote">
<div class="">&nbsp;</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Question 2: I have no idea how to use gerrit. I’m familiar with git, but gerrit looks foreign to me. In the write-up on
<a href="http://gromacs.org/" rel="noreferrer" target="_blank" class="">gromacs.org</a>, there is no mention of creating a local working branch and creating pull requests which is the workflow that I’m familiar with. Is that still the process with gerrit? Is
 there a workflow to follow that I missed? Further guidance would be appreciated.<br class="">
</blockquote>
<div class=""><br class="">
</div>
</div>
</div>
<div dir="ltr" class="">
<div class="gmail_quote">
<div class="">We don't use a pull-request workflow. We haven't made a how-to for the mechanics of contributing, but all proposed patches (even from regular developers) are structured as a patch series based on the current HEAD of the master branch, and after
 testing and review get rebased on the new HEAD and get submitted. The history ends up linear. Working out how to organize the code so it isn't an unmanageable lump of 20k lines can be a bit of work. But we'd need to know more to have specific suggestions.</div>
</div>
</div>
<div dir="ltr" class="">
<div class="gmail_quote">
<div class="">&nbsp;</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Question 3: If I have completed code for review, that incorporates a new algorithm, does a publication have to be included? The context being, what is the process for explaining the algorithm to a reviewer?<br class="">
</blockquote>
<div class=""><br class="">
</div>
</div>
</div>
<div dir="ltr" class="">
<div class="gmail_quote">
<div class="">That will go a fair way to helping the code review process go smoothly, but do be aware that there will need to be other documentation for both users and developers, plus tests so that we can continue to keep the code working as we modernize the
 code base for future needs.</div>
</div>
</div>
<div dir="ltr" class="">
<div class="gmail_quote">
<div class=""><br class="">
</div>
<div class="">Mark</div>
</div>
</div>
<div dir="ltr" class="">
<div class="gmail_quote">
<div class=""><br class="">
</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Cheers,<br class="">
<br class="">
-ChrisM<br class="">
<br class="">
-- <br class="">
Gromacs Developers mailing list<br class="">
<br class="">
* Please search the archive at <a href="http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List" rel="noreferrer" target="_blank" class="">
http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List</a> before posting!<br class="">
<br class="">
* Can't post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" rel="noreferrer" target="_blank" class="">
http://www.gromacs.org/Support/Mailing_Lists</a><br class="">
<br class="">
* For (un)subscribe requests visit<br class="">
<a href="https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers" rel="noreferrer" target="_blank" class="">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" class="">gmx-developers-request@gromacs.org</a>.</blockquote>
</div>
</div>
<span class=""></span></div>
</blockquote>
<blockquote type="cite" class="">
<div class=""><span class="">-- </span><br class="">
<span class="">Gromacs Developers mailing list</span><br class="">
<span class=""></span><br class="">
<span class="">* Please search the archive at <a href="http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List" class="">
http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List</a> before posting!</span><br class="">
<span class=""></span><br class="">
<span class="">* Can't post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" class="">
http://www.gromacs.org/Support/Mailing_Lists</a></span><br class="">
<span class=""></span><br class="">
<span class="">* For (un)subscribe requests visit</span><br class="">
<span class=""><a href="https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers" class="">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" class="">gmx-developers-request@gromacs.org</a>.</span></div>
</blockquote>
</div>
</div>
-- <br class="">
Gromacs Developers mailing list<br class="">
<br class="">
* Please search the archive at <a href="http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List" class="">
http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List</a> before posting!<br class="">
<br class="">
* Can't post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" class="">
http://www.gromacs.org/Support/Mailing_Lists</a><br class="">
<br class="">
* For (un)subscribe requests visit<br class="">
<a href="https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers" class="">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" class="">gmx-developers-request@gromacs.org</a>.</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>