<div dir="ltr">Hi,<div><br></div><div>&quot;spread&quot; is the magic keyword you can use for searching that code. We&#39;re slowly working at improving the organization, so you will find our first steps at better organization in the git master branch, e.g. src/gromacs/ewald/pme-spread.cpp. (Developing features there rather than off an old tarball is generally a better idea, and not just so that you can have version control for your own work...)</div><div><br></div><div>There used to be a grid-dumping routine, which we removed in the re-organization, so you might like to look at the old code to see how you want to get done whatever it is that you need. Be aware that grid construction is parallelized with both MPI and OpenMP, so you probably want to start with a single-threaded run while you learn what is going on. There&#39;s no support for e.g. dumping the grid from a parallel run, because that is not really a good thing for a high-performance code to do.</div><div><br></div><div>Mark</div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Aug 3, 2015 at 11:12 AM Dennis Skjøth Bruhn &lt;<a href="mailto:dsb@sdu.dk">dsb@sdu.dk</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello everyone,<br>
<br>
In connection with some analysis I would like to have access to the grid<br>
where the charges are assigned during the PME routine in Gromacs 4.6.7.<br>
I have tried to go trough the file &quot;pme.c&quot;, but I am afraid it is a bit<br>
too much to process for me.<br>
<br>
Can anyone point me to the relevant structures I need to look at in<br>
order to, for example, output the grid with charges every N&#39;th step? Any<br>
help is appreciated.<br>
<br>
Thanks,<br>
Dennis Bruhn<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" 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" 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" 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">gmx-developers-request@gromacs.org</a>.<br>
</blockquote></div>