<div>I have a run of GROMACS that uses the following cores: </div>
<div>
<div>&nbsp; nb_kernel112</div>
<div>&nbsp; nb_kernel100</div>
<div>&nbsp; nb_kernel110 
<div>&nbsp; nb_kernel111</div>
<div>&nbsp; nb_kernel101</div>
<div>&nbsp;</div>
<div>All of these cores are basically running the same Coulombic/Van der Waals kernel.&nbsp;&nbsp; Sometimes there are 3 interactions in the inner loop calculated, sometimes 9 (noted that with nb_kernel100 and nb_kernel101 van der Waals is not calculated).&nbsp; What I want to do is just call 
</div>
<div>nb_kernel110 (which does 1 interaction in the inner loop) and have the data structures formatted so that only nb_kernel110 is called.&nbsp; Is there a relatively easy way to get the code to do this, or something equivalent where 1 simple core is called? 
</div>
<div>&nbsp;</div>
<div>Delon</div></div></div>