<div dir="ltr"><div><div><div>Thanks Szilard,<br><br></div>Yeah, I guess with some coding merging neighborlists into a single simple CPU-style list is possible. For now, I am manually setting number of neighborlist to 1 independent of openmp threads. <br><br></div>Thanks,<br></div>Sikandar<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 24, 2015 at 8:00 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I think it should be supported if not out of the box, perhaps with<br>
small code changes. I know we have discussed decoupling the search<br>
form the force compute to allow executing them on different number of<br>
executors/tasks. Also, I&#39;m not entirely sure if the implementation<br>
allows searchig on N tasks and merging simple CPU-style lists into a<br>
single list output.<br>
<br>
Try looking into the nbnxn_init_pairlist_set() function which gets<br>
passed a boolean that tells whether to combine lists or not.<br>
<br>
Note that you can control the number of tasks (=OpenMP threads) in<br>
different parts of the code through the gmx_omp module which reads<br>
environment variables in the form of GMX_*_NUM_THREADS.<br>
<br>
Cheers,<br>
--<br>
Szilárd<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Thu, Jun 25, 2015 at 1:06 AM, Sikandar Mashayak &lt;<a href="mailto:mashayak@votca.org">mashayak@votca.org</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I want to use pairlist with M = 4 and N = 4 i and j cluster sizes. I<br>
&gt; understand, that with OpenMP threads enabled, gromacs builds ntomp, i.e.,<br>
&gt; nthreads, neighborlists. I understand, for 8*8*8 kernel type, these<br>
&gt; neighborlists are combined and superclusters are built.<br>
&gt;<br>
&gt; I am wondering, is there a way to combine all the nthreads neighborlist into<br>
&gt; one for simple 4*4 type neighborlist?<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Sikandar<br>
&gt;<br>
</div></div><span class="HOEnZb"><font color="#888888">&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" rel="noreferrer" 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" rel="noreferrer" 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" rel="noreferrer" 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" 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">gmx-developers-request@gromacs.org</a>.</font></span></blockquote></div><br></div>