<div>Thank you.&nbsp; The environment variable did the trick.</div>
<div>&nbsp;</div>
<div>Delon</div>
<div><br><br>&nbsp;</div>
<div><span class="gmail_quote">On 4/19/07, <b class="gmail_sendername">Berk Hess</b> &lt;<a href="mailto:hessb@mpip-mainz.mpg.de">hessb@mpip-mainz.mpg.de</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Delon Levi wrote:<br><br>&gt; I have a run of GROMACS that uses the following cores:<br>&gt;&nbsp;&nbsp; nb_kernel112
<br>&gt;&nbsp;&nbsp; nb_kernel100<br>&gt;&nbsp;&nbsp; nb_kernel110<br>&gt;&nbsp;&nbsp; nb_kernel111<br>&gt;&nbsp;&nbsp; nb_kernel101<br>&gt;<br>&gt; All of these cores are basically running the same Coulombic/Van der<br>&gt; Waals kernel.&nbsp;&nbsp; Sometimes there are 3 interactions in the inner loop
<br>&gt; calculated, sometimes 9 (noted that with nb_kernel100 and nb_kernel101<br>&gt; van der Waals is not calculated).&nbsp;&nbsp;What I want to do is just call<br>&gt; nb_kernel110 (which does 1 interaction in the inner loop) and have the
<br>&gt; data structures formatted so that only nb_kernel110 is called.&nbsp;&nbsp;Is<br>&gt; there a relatively easy way to get the code to do this, or something<br>&gt; equivalent where 1 simple core is called?<br><br>Not for your system.
<br>A non-zero last digit means solvent optimization, so you apparently<br>have water in your system. You can get rid of the solvent optimization<br>by setting the environment variable GMX_NO_SOLV_OPT<br>The second 0 means no LJ. This is because water H&#39;s (and maybe other
<br>atoms in your system) have no LJ. You can not avoid these loops,<br>unless you edit src/mdlib/ns.c to not check for the LJ parameters.<br><br>Berk.<br><br><br><br>&gt;<br>&gt; Delon<br>&gt;<br>&gt;------------------------------------------------------------------------
<br>&gt;<br>&gt;_______________________________________________<br>&gt;gmx-developers mailing list<br>&gt;<a href="mailto:gmx-developers@gromacs.org">gmx-developers@gromacs.org</a><br>&gt;<a href="http://www.gromacs.org/mailman/listinfo/gmx-developers">
http://www.gromacs.org/mailman/listinfo/gmx-developers</a><br>&gt;Please don&#39;t post (un)subscribe requests to the list. Use the<br>&gt;www interface or send it to <a href="mailto:gmx-developers-request@gromacs.org">gmx-developers-request@gromacs.org
</a>.<br>&gt;<br><br>_______________________________________________<br>gmx-developers mailing list<br><a href="mailto:gmx-developers@gromacs.org">gmx-developers@gromacs.org</a><br><a href="http://www.gromacs.org/mailman/listinfo/gmx-developers">
http://www.gromacs.org/mailman/listinfo/gmx-developers</a><br>Please don&#39;t post (un)subscribe requests to the list. Use the<br>www interface or send it to <a href="mailto:gmx-developers-request@gromacs.org">gmx-developers-request@gromacs.org
</a>.<br></blockquote></div><br>