My neighborlist is set to be updated every 10 steps. It core dumped in the 4th loop (outloop index n=4). From the printed-outs, in the first 3 loops, the neighborlists seem to be stable.<br><br>
<div><span class="gmail_quote">On 9/23/06, <b class="gmail_sendername">David van der Spoel</b> &lt;<a href="mailto:spoel@xray.bmc.uu.se">spoel@xray.bmc.uu.se</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Chenyue Xing wrote:<br>&gt; Hi David, Erik and other developers,<br>&gt;<br>&gt; You might remember I posted several questions related to the C codes
<br>&gt; (nb_kernelxyz) weeks ago.<br>&gt; I've been trying to make a z-dependent only LJ interaction.<br>&gt; Once I make rsq=dz*dz (instead of rsq=dx*dx+dy*dy+dz*dz), after a<br>&gt; certain number of loops and steps, the coordinates of one neighbor
<br>&gt; atom get quite large (of the order of 10^5), making rsq even larger.<br>&gt; As r is then used to computer the index of VFtab, nnn, this leads to a<br>&gt; nnn of the order of 10^9 and of course, the program cannot reach the
<br>&gt; memory address of VFtab[1000000000]. So it goes to a segmentation fault.<br>&gt;<br>&gt; I really don't understand why a small change in rsq (my system is a<br>&gt; 128 DPPC with water, total 4700 coarse-grained atoms, dx dy is usually
<br>&gt; around 1 nm for each step as printed out) will result in a sudden bump<br>&gt; of pos[] (or rvec x[]) values. If you could shine some light on this<br>&gt; issue, it will be very helpful.<br>&gt;<br>&gt; I appreciate your responses!
<br>&gt;<br>&gt; Chenyue Xing<br>How about your neighborlist? Is that updated as it should?<br><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'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><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'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>