Remove all unnecessary HAVE_CONFIG_H
[alexxy/gromacs.git] / src / gromacs / gmxlib / nonbonded / nb_kernel_sparc64_hpc_ace_double / nb_kernel_ElecRFCut_VdwNone_GeomP1P1_sparc64_hpc_ace_double.c
1 /*
2  * This file is part of the GROMACS molecular simulation package.
3  *
4  * Copyright (c) 2012,2013,2014, by the GROMACS development team, led by
5  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
6  * and including many others, as listed in the AUTHORS file in the
7  * top-level source directory and at http://www.gromacs.org.
8  *
9  * GROMACS is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU Lesser General Public License
11  * as published by the Free Software Foundation; either version 2.1
12  * of the License, or (at your option) any later version.
13  *
14  * GROMACS is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  * Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU Lesser General Public
20  * License along with GROMACS; if not, see
21  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
22  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
23  *
24  * If you want to redistribute modifications to GROMACS, please
25  * consider that scientific software is very special. Version
26  * control is crucial - bugs must be traceable. We will be happy to
27  * consider code for inclusion in the official distribution, but
28  * derived work must not be called official GROMACS. Details are found
29  * in the README & COPYING files - if they are missing, get the
30  * official version at http://www.gromacs.org.
31  *
32  * To help us fund GROMACS development, we humbly ask that you cite
33  * the research papers on the package. Check out http://www.gromacs.org.
34  */
35 /*
36  * Note: this file was generated by the GROMACS sparc64_hpc_ace_double kernel generator.
37  */
38 #include "config.h"
39
40 #include <math.h>
41
42 #include "../nb_kernel.h"
43 #include "types/simple.h"
44 #include "gromacs/math/vec.h"
45 #include "nrnb.h"
46
47 #include "kernelutil_sparc64_hpc_ace_double.h"
48
49 /*
50  * Gromacs nonbonded kernel:   nb_kernel_ElecRFCut_VdwNone_GeomP1P1_VF_sparc64_hpc_ace_double
51  * Electrostatics interaction: ReactionField
52  * VdW interaction:            None
53  * Geometry:                   Particle-Particle
54  * Calculate force/pot:        PotentialAndForce
55  */
56 void
57 nb_kernel_ElecRFCut_VdwNone_GeomP1P1_VF_sparc64_hpc_ace_double
58                     (t_nblist                    * gmx_restrict       nlist,
59                      rvec                        * gmx_restrict          xx,
60                      rvec                        * gmx_restrict          ff,
61                      t_forcerec                  * gmx_restrict          fr,
62                      t_mdatoms                   * gmx_restrict     mdatoms,
63                      nb_kernel_data_t gmx_unused * gmx_restrict kernel_data,
64                      t_nrnb                      * gmx_restrict        nrnb)
65 {
66     /* Suffixes 0,1,2,3 refer to particle indices for waters in the inner or outer loop, or
67      * just 0 for non-waters.
68      * Suffixes A,B refer to j loop unrolling done with double precision SIMD, e.g. for the two different
69      * jnr indices corresponding to data put in the four positions in the SIMD register.
70      */
71     int              i_shift_offset,i_coord_offset,outeriter,inneriter;
72     int              j_index_start,j_index_end,jidx,nri,inr,ggid,iidx;
73     int              jnrA,jnrB;
74     int              j_coord_offsetA,j_coord_offsetB;
75     int              *iinr,*jindex,*jjnr,*shiftidx,*gid;
76     real             rcutoff_scalar;
77     real             *shiftvec,*fshift,*x,*f;
78     _fjsp_v2r8       tx,ty,tz,fscal,rcutoff,rcutoff2,jidxall;
79     int              vdwioffset0;
80     _fjsp_v2r8       ix0,iy0,iz0,fix0,fiy0,fiz0,iq0,isai0;
81     int              vdwjidx0A,vdwjidx0B;
82     _fjsp_v2r8       jx0,jy0,jz0,fjx0,fjy0,fjz0,jq0,isaj0;
83     _fjsp_v2r8       dx00,dy00,dz00,rsq00,rinv00,rinvsq00,r00,qq00,c6_00,c12_00;
84     _fjsp_v2r8       velec,felec,velecsum,facel,crf,krf,krf2;
85     real             *charge;
86     _fjsp_v2r8       itab_tmp;
87     _fjsp_v2r8       dummy_mask,cutoff_mask;
88     _fjsp_v2r8       one     = gmx_fjsp_set1_v2r8(1.0);
89     _fjsp_v2r8       two     = gmx_fjsp_set1_v2r8(2.0);
90     union { _fjsp_v2r8 simd; long long int i[2]; } vfconv,gbconv,ewconv;
91
92     x                = xx[0];
93     f                = ff[0];
94
95     nri              = nlist->nri;
96     iinr             = nlist->iinr;
97     jindex           = nlist->jindex;
98     jjnr             = nlist->jjnr;
99     shiftidx         = nlist->shift;
100     gid              = nlist->gid;
101     shiftvec         = fr->shift_vec[0];
102     fshift           = fr->fshift[0];
103     facel            = gmx_fjsp_set1_v2r8(fr->epsfac);
104     charge           = mdatoms->chargeA;
105     krf              = gmx_fjsp_set1_v2r8(fr->ic->k_rf);
106     krf2             = gmx_fjsp_set1_v2r8(fr->ic->k_rf*2.0);
107     crf              = gmx_fjsp_set1_v2r8(fr->ic->c_rf);
108
109     /* When we use explicit cutoffs the value must be identical for elec and VdW, so use elec as an arbitrary choice */
110     rcutoff_scalar   = fr->rcoulomb;
111     rcutoff          = gmx_fjsp_set1_v2r8(rcutoff_scalar);
112     rcutoff2         = _fjsp_mul_v2r8(rcutoff,rcutoff);
113
114     /* Avoid stupid compiler warnings */
115     jnrA = jnrB = 0;
116     j_coord_offsetA = 0;
117     j_coord_offsetB = 0;
118
119     outeriter        = 0;
120     inneriter        = 0;
121
122     /* Start outer loop over neighborlists */
123     for(iidx=0; iidx<nri; iidx++)
124     {
125         /* Load shift vector for this list */
126         i_shift_offset   = DIM*shiftidx[iidx];
127
128         /* Load limits for loop over neighbors */
129         j_index_start    = jindex[iidx];
130         j_index_end      = jindex[iidx+1];
131
132         /* Get outer coordinate index */
133         inr              = iinr[iidx];
134         i_coord_offset   = DIM*inr;
135
136         /* Load i particle coords and add shift vector */
137         gmx_fjsp_load_shift_and_1rvec_broadcast_v2r8(shiftvec+i_shift_offset,x+i_coord_offset,&ix0,&iy0,&iz0);
138
139         fix0             = _fjsp_setzero_v2r8();
140         fiy0             = _fjsp_setzero_v2r8();
141         fiz0             = _fjsp_setzero_v2r8();
142
143         /* Load parameters for i particles */
144         iq0              = _fjsp_mul_v2r8(facel,gmx_fjsp_load1_v2r8(charge+inr+0));
145
146         /* Reset potential sums */
147         velecsum         = _fjsp_setzero_v2r8();
148
149         /* Start inner kernel loop */
150         for(jidx=j_index_start; jidx<j_index_end-1; jidx+=2)
151         {
152
153             /* Get j neighbor index, and coordinate index */
154             jnrA             = jjnr[jidx];
155             jnrB             = jjnr[jidx+1];
156             j_coord_offsetA  = DIM*jnrA;
157             j_coord_offsetB  = DIM*jnrB;
158
159             /* load j atom coordinates */
160             gmx_fjsp_load_1rvec_2ptr_swizzle_v2r8(x+j_coord_offsetA,x+j_coord_offsetB,
161                                               &jx0,&jy0,&jz0);
162
163             /* Calculate displacement vector */
164             dx00             = _fjsp_sub_v2r8(ix0,jx0);
165             dy00             = _fjsp_sub_v2r8(iy0,jy0);
166             dz00             = _fjsp_sub_v2r8(iz0,jz0);
167
168             /* Calculate squared distance and things based on it */
169             rsq00            = gmx_fjsp_calc_rsq_v2r8(dx00,dy00,dz00);
170
171             rinv00           = gmx_fjsp_invsqrt_v2r8(rsq00);
172
173             rinvsq00         = _fjsp_mul_v2r8(rinv00,rinv00);
174
175             /* Load parameters for j particles */
176             jq0              = gmx_fjsp_load_2real_swizzle_v2r8(charge+jnrA+0,charge+jnrB+0);
177
178             /**************************
179              * CALCULATE INTERACTIONS *
180              **************************/
181
182             if (gmx_fjsp_any_lt_v2r8(rsq00,rcutoff2))
183             {
184
185             /* Compute parameters for interactions between i and j atoms */
186             qq00             = _fjsp_mul_v2r8(iq0,jq0);
187
188             /* REACTION-FIELD ELECTROSTATICS */
189             velec            = _fjsp_mul_v2r8(qq00,_fjsp_sub_v2r8(_fjsp_madd_v2r8(krf,rsq00,rinv00),crf));
190             felec            = _fjsp_mul_v2r8(qq00,_fjsp_msub_v2r8(rinv00,rinvsq00,krf2));
191
192             cutoff_mask      = _fjsp_cmplt_v2r8(rsq00,rcutoff2);
193
194             /* Update potential sum for this i atom from the interaction with this j atom. */
195             velec            = _fjsp_and_v2r8(velec,cutoff_mask);
196             velecsum         = _fjsp_add_v2r8(velecsum,velec);
197
198             fscal            = felec;
199
200             fscal            = _fjsp_and_v2r8(fscal,cutoff_mask);
201
202             /* Update vectorial force */
203             fix0             = _fjsp_madd_v2r8(dx00,fscal,fix0);
204             fiy0             = _fjsp_madd_v2r8(dy00,fscal,fiy0);
205             fiz0             = _fjsp_madd_v2r8(dz00,fscal,fiz0);
206             
207             gmx_fjsp_decrement_fma_1rvec_2ptr_swizzle_v2r8(f+j_coord_offsetA,f+j_coord_offsetB,fscal,dx00,dy00,dz00);
208
209             }
210
211             /* Inner loop uses 39 flops */
212         }
213
214         if(jidx<j_index_end)
215         {
216
217             jnrA             = jjnr[jidx];
218             j_coord_offsetA  = DIM*jnrA;
219
220             /* load j atom coordinates */
221             gmx_fjsp_load_1rvec_1ptr_swizzle_v2r8(x+j_coord_offsetA,
222                                               &jx0,&jy0,&jz0);
223
224             /* Calculate displacement vector */
225             dx00             = _fjsp_sub_v2r8(ix0,jx0);
226             dy00             = _fjsp_sub_v2r8(iy0,jy0);
227             dz00             = _fjsp_sub_v2r8(iz0,jz0);
228
229             /* Calculate squared distance and things based on it */
230             rsq00            = gmx_fjsp_calc_rsq_v2r8(dx00,dy00,dz00);
231
232             rinv00           = gmx_fjsp_invsqrt_v2r8(rsq00);
233
234             rinvsq00         = _fjsp_mul_v2r8(rinv00,rinv00);
235
236             /* Load parameters for j particles */
237             jq0              = _fjsp_loadl_v2r8(_fjsp_setzero_v2r8(),charge+jnrA+0);
238
239             /**************************
240              * CALCULATE INTERACTIONS *
241              **************************/
242
243             if (gmx_fjsp_any_lt_v2r8(rsq00,rcutoff2))
244             {
245
246             /* Compute parameters for interactions between i and j atoms */
247             qq00             = _fjsp_mul_v2r8(iq0,jq0);
248
249             /* REACTION-FIELD ELECTROSTATICS */
250             velec            = _fjsp_mul_v2r8(qq00,_fjsp_sub_v2r8(_fjsp_madd_v2r8(krf,rsq00,rinv00),crf));
251             felec            = _fjsp_mul_v2r8(qq00,_fjsp_msub_v2r8(rinv00,rinvsq00,krf2));
252
253             cutoff_mask      = _fjsp_cmplt_v2r8(rsq00,rcutoff2);
254
255             /* Update potential sum for this i atom from the interaction with this j atom. */
256             velec            = _fjsp_and_v2r8(velec,cutoff_mask);
257             velec            = _fjsp_unpacklo_v2r8(velec,_fjsp_setzero_v2r8());
258             velecsum         = _fjsp_add_v2r8(velecsum,velec);
259
260             fscal            = felec;
261
262             fscal            = _fjsp_and_v2r8(fscal,cutoff_mask);
263
264             fscal            = _fjsp_unpacklo_v2r8(fscal,_fjsp_setzero_v2r8());
265
266             /* Update vectorial force */
267             fix0             = _fjsp_madd_v2r8(dx00,fscal,fix0);
268             fiy0             = _fjsp_madd_v2r8(dy00,fscal,fiy0);
269             fiz0             = _fjsp_madd_v2r8(dz00,fscal,fiz0);
270             
271             gmx_fjsp_decrement_fma_1rvec_1ptr_swizzle_v2r8(f+j_coord_offsetA,fscal,dx00,dy00,dz00);
272
273             }
274
275             /* Inner loop uses 39 flops */
276         }
277
278         /* End of innermost loop */
279
280         gmx_fjsp_update_iforce_1atom_swizzle_v2r8(fix0,fiy0,fiz0,
281                                               f+i_coord_offset,fshift+i_shift_offset);
282
283         ggid                        = gid[iidx];
284         /* Update potential energies */
285         gmx_fjsp_update_1pot_v2r8(velecsum,kernel_data->energygrp_elec+ggid);
286
287         /* Increment number of inner iterations */
288         inneriter                  += j_index_end - j_index_start;
289
290         /* Outer loop uses 8 flops */
291     }
292
293     /* Increment number of outer iterations */
294     outeriter        += nri;
295
296     /* Update outer/inner flops */
297
298     inc_nrnb(nrnb,eNR_NBKERNEL_ELEC_VF,outeriter*8 + inneriter*39);
299 }
300 /*
301  * Gromacs nonbonded kernel:   nb_kernel_ElecRFCut_VdwNone_GeomP1P1_F_sparc64_hpc_ace_double
302  * Electrostatics interaction: ReactionField
303  * VdW interaction:            None
304  * Geometry:                   Particle-Particle
305  * Calculate force/pot:        Force
306  */
307 void
308 nb_kernel_ElecRFCut_VdwNone_GeomP1P1_F_sparc64_hpc_ace_double
309                     (t_nblist                    * gmx_restrict       nlist,
310                      rvec                        * gmx_restrict          xx,
311                      rvec                        * gmx_restrict          ff,
312                      t_forcerec                  * gmx_restrict          fr,
313                      t_mdatoms                   * gmx_restrict     mdatoms,
314                      nb_kernel_data_t gmx_unused * gmx_restrict kernel_data,
315                      t_nrnb                      * gmx_restrict        nrnb)
316 {
317     /* Suffixes 0,1,2,3 refer to particle indices for waters in the inner or outer loop, or
318      * just 0 for non-waters.
319      * Suffixes A,B refer to j loop unrolling done with double precision SIMD, e.g. for the two different
320      * jnr indices corresponding to data put in the four positions in the SIMD register.
321      */
322     int              i_shift_offset,i_coord_offset,outeriter,inneriter;
323     int              j_index_start,j_index_end,jidx,nri,inr,ggid,iidx;
324     int              jnrA,jnrB;
325     int              j_coord_offsetA,j_coord_offsetB;
326     int              *iinr,*jindex,*jjnr,*shiftidx,*gid;
327     real             rcutoff_scalar;
328     real             *shiftvec,*fshift,*x,*f;
329     _fjsp_v2r8       tx,ty,tz,fscal,rcutoff,rcutoff2,jidxall;
330     int              vdwioffset0;
331     _fjsp_v2r8       ix0,iy0,iz0,fix0,fiy0,fiz0,iq0,isai0;
332     int              vdwjidx0A,vdwjidx0B;
333     _fjsp_v2r8       jx0,jy0,jz0,fjx0,fjy0,fjz0,jq0,isaj0;
334     _fjsp_v2r8       dx00,dy00,dz00,rsq00,rinv00,rinvsq00,r00,qq00,c6_00,c12_00;
335     _fjsp_v2r8       velec,felec,velecsum,facel,crf,krf,krf2;
336     real             *charge;
337     _fjsp_v2r8       itab_tmp;
338     _fjsp_v2r8       dummy_mask,cutoff_mask;
339     _fjsp_v2r8       one     = gmx_fjsp_set1_v2r8(1.0);
340     _fjsp_v2r8       two     = gmx_fjsp_set1_v2r8(2.0);
341     union { _fjsp_v2r8 simd; long long int i[2]; } vfconv,gbconv,ewconv;
342
343     x                = xx[0];
344     f                = ff[0];
345
346     nri              = nlist->nri;
347     iinr             = nlist->iinr;
348     jindex           = nlist->jindex;
349     jjnr             = nlist->jjnr;
350     shiftidx         = nlist->shift;
351     gid              = nlist->gid;
352     shiftvec         = fr->shift_vec[0];
353     fshift           = fr->fshift[0];
354     facel            = gmx_fjsp_set1_v2r8(fr->epsfac);
355     charge           = mdatoms->chargeA;
356     krf              = gmx_fjsp_set1_v2r8(fr->ic->k_rf);
357     krf2             = gmx_fjsp_set1_v2r8(fr->ic->k_rf*2.0);
358     crf              = gmx_fjsp_set1_v2r8(fr->ic->c_rf);
359
360     /* When we use explicit cutoffs the value must be identical for elec and VdW, so use elec as an arbitrary choice */
361     rcutoff_scalar   = fr->rcoulomb;
362     rcutoff          = gmx_fjsp_set1_v2r8(rcutoff_scalar);
363     rcutoff2         = _fjsp_mul_v2r8(rcutoff,rcutoff);
364
365     /* Avoid stupid compiler warnings */
366     jnrA = jnrB = 0;
367     j_coord_offsetA = 0;
368     j_coord_offsetB = 0;
369
370     outeriter        = 0;
371     inneriter        = 0;
372
373     /* Start outer loop over neighborlists */
374     for(iidx=0; iidx<nri; iidx++)
375     {
376         /* Load shift vector for this list */
377         i_shift_offset   = DIM*shiftidx[iidx];
378
379         /* Load limits for loop over neighbors */
380         j_index_start    = jindex[iidx];
381         j_index_end      = jindex[iidx+1];
382
383         /* Get outer coordinate index */
384         inr              = iinr[iidx];
385         i_coord_offset   = DIM*inr;
386
387         /* Load i particle coords and add shift vector */
388         gmx_fjsp_load_shift_and_1rvec_broadcast_v2r8(shiftvec+i_shift_offset,x+i_coord_offset,&ix0,&iy0,&iz0);
389
390         fix0             = _fjsp_setzero_v2r8();
391         fiy0             = _fjsp_setzero_v2r8();
392         fiz0             = _fjsp_setzero_v2r8();
393
394         /* Load parameters for i particles */
395         iq0              = _fjsp_mul_v2r8(facel,gmx_fjsp_load1_v2r8(charge+inr+0));
396
397         /* Start inner kernel loop */
398         for(jidx=j_index_start; jidx<j_index_end-1; jidx+=2)
399         {
400
401             /* Get j neighbor index, and coordinate index */
402             jnrA             = jjnr[jidx];
403             jnrB             = jjnr[jidx+1];
404             j_coord_offsetA  = DIM*jnrA;
405             j_coord_offsetB  = DIM*jnrB;
406
407             /* load j atom coordinates */
408             gmx_fjsp_load_1rvec_2ptr_swizzle_v2r8(x+j_coord_offsetA,x+j_coord_offsetB,
409                                               &jx0,&jy0,&jz0);
410
411             /* Calculate displacement vector */
412             dx00             = _fjsp_sub_v2r8(ix0,jx0);
413             dy00             = _fjsp_sub_v2r8(iy0,jy0);
414             dz00             = _fjsp_sub_v2r8(iz0,jz0);
415
416             /* Calculate squared distance and things based on it */
417             rsq00            = gmx_fjsp_calc_rsq_v2r8(dx00,dy00,dz00);
418
419             rinv00           = gmx_fjsp_invsqrt_v2r8(rsq00);
420
421             rinvsq00         = _fjsp_mul_v2r8(rinv00,rinv00);
422
423             /* Load parameters for j particles */
424             jq0              = gmx_fjsp_load_2real_swizzle_v2r8(charge+jnrA+0,charge+jnrB+0);
425
426             /**************************
427              * CALCULATE INTERACTIONS *
428              **************************/
429
430             if (gmx_fjsp_any_lt_v2r8(rsq00,rcutoff2))
431             {
432
433             /* Compute parameters for interactions between i and j atoms */
434             qq00             = _fjsp_mul_v2r8(iq0,jq0);
435
436             /* REACTION-FIELD ELECTROSTATICS */
437             felec            = _fjsp_mul_v2r8(qq00,_fjsp_msub_v2r8(rinv00,rinvsq00,krf2));
438
439             cutoff_mask      = _fjsp_cmplt_v2r8(rsq00,rcutoff2);
440
441             fscal            = felec;
442
443             fscal            = _fjsp_and_v2r8(fscal,cutoff_mask);
444
445             /* Update vectorial force */
446             fix0             = _fjsp_madd_v2r8(dx00,fscal,fix0);
447             fiy0             = _fjsp_madd_v2r8(dy00,fscal,fiy0);
448             fiz0             = _fjsp_madd_v2r8(dz00,fscal,fiz0);
449             
450             gmx_fjsp_decrement_fma_1rvec_2ptr_swizzle_v2r8(f+j_coord_offsetA,f+j_coord_offsetB,fscal,dx00,dy00,dz00);
451
452             }
453
454             /* Inner loop uses 33 flops */
455         }
456
457         if(jidx<j_index_end)
458         {
459
460             jnrA             = jjnr[jidx];
461             j_coord_offsetA  = DIM*jnrA;
462
463             /* load j atom coordinates */
464             gmx_fjsp_load_1rvec_1ptr_swizzle_v2r8(x+j_coord_offsetA,
465                                               &jx0,&jy0,&jz0);
466
467             /* Calculate displacement vector */
468             dx00             = _fjsp_sub_v2r8(ix0,jx0);
469             dy00             = _fjsp_sub_v2r8(iy0,jy0);
470             dz00             = _fjsp_sub_v2r8(iz0,jz0);
471
472             /* Calculate squared distance and things based on it */
473             rsq00            = gmx_fjsp_calc_rsq_v2r8(dx00,dy00,dz00);
474
475             rinv00           = gmx_fjsp_invsqrt_v2r8(rsq00);
476
477             rinvsq00         = _fjsp_mul_v2r8(rinv00,rinv00);
478
479             /* Load parameters for j particles */
480             jq0              = _fjsp_loadl_v2r8(_fjsp_setzero_v2r8(),charge+jnrA+0);
481
482             /**************************
483              * CALCULATE INTERACTIONS *
484              **************************/
485
486             if (gmx_fjsp_any_lt_v2r8(rsq00,rcutoff2))
487             {
488
489             /* Compute parameters for interactions between i and j atoms */
490             qq00             = _fjsp_mul_v2r8(iq0,jq0);
491
492             /* REACTION-FIELD ELECTROSTATICS */
493             felec            = _fjsp_mul_v2r8(qq00,_fjsp_msub_v2r8(rinv00,rinvsq00,krf2));
494
495             cutoff_mask      = _fjsp_cmplt_v2r8(rsq00,rcutoff2);
496
497             fscal            = felec;
498
499             fscal            = _fjsp_and_v2r8(fscal,cutoff_mask);
500
501             fscal            = _fjsp_unpacklo_v2r8(fscal,_fjsp_setzero_v2r8());
502
503             /* Update vectorial force */
504             fix0             = _fjsp_madd_v2r8(dx00,fscal,fix0);
505             fiy0             = _fjsp_madd_v2r8(dy00,fscal,fiy0);
506             fiz0             = _fjsp_madd_v2r8(dz00,fscal,fiz0);
507             
508             gmx_fjsp_decrement_fma_1rvec_1ptr_swizzle_v2r8(f+j_coord_offsetA,fscal,dx00,dy00,dz00);
509
510             }
511
512             /* Inner loop uses 33 flops */
513         }
514
515         /* End of innermost loop */
516
517         gmx_fjsp_update_iforce_1atom_swizzle_v2r8(fix0,fiy0,fiz0,
518                                               f+i_coord_offset,fshift+i_shift_offset);
519
520         /* Increment number of inner iterations */
521         inneriter                  += j_index_end - j_index_start;
522
523         /* Outer loop uses 7 flops */
524     }
525
526     /* Increment number of outer iterations */
527     outeriter        += nri;
528
529     /* Update outer/inner flops */
530
531     inc_nrnb(nrnb,eNR_NBKERNEL_ELEC_F,outeriter*7 + inneriter*33);
532 }