Hi all.<br>
<br>
Well, if I do not use the clue provided in
<a href="http://www.gromacs.org/pipermail/gmx-users/2005-December/018885.html">http://www.gromacs.org/pipermail/gmx-users/2005-December/018885.html</a>, I
end up in the following error:<br>
<br>
.<br>
.<br>
.<br>
source='gmx_sgangle.c' object='gmx_sgangle.lo' libtool=yes \<br>
DEPDIR=.deps depmode=none /bin/sh ../../config/depcomp \<br>
/bin/sh ../../libtool --mode=compile --tag=CC
/usr/local/pgi/linux86-64/6.0/bin/pgcc -DHAVE_CONFIG_H -I. -I.
-I../../src&nbsp; -I../../include
-DGMXLIBDIR=\&quot;/usr/local/bin/chemistry/gromacs/PSI//share/top\&quot;
-I/usr/local/lib64/fftw/pgi/include&nbsp; -tp=k8-64 -fastsse -Mipa=fast
-Mipa=inline -c -o gmx_sgangle.lo gmx_sgangle.c<br>
&nbsp;/usr/local/pgi/linux86-64/6.0/bin/pgcc -DHAVE_CONFIG_H -I. -I.
-I../../src -I../../include
-DGMXLIBDIR=\&quot;/usr/local/bin/chemistry/gromacs/PSI//share/top\&quot;
-I/usr/local/lib64/fftw/pgi/include -tp=k8-64 -fastsse -Mipa=fast
-Mipa=inline -c gmx_sgangle.c -o gmx_sgangle.o<br>
PGC-S-0090-Scalar data type required for logical expression (gmx_sgangle.c: 313)<br>
PGC-S-0090-Scalar data type required for logical expression (gmx_sgangle.c: 320)<br>
PGC/x86-64 Linux/x86-64 6.0-5: compilation completed with severe errors<br>
make[3]: ** [gmx_sgangle.lo] Erro 1<br>
make[3]: Leaving directory `/home/johannes/src/gromacs/gromacs-3.3/src/tools'<br>
make[2]: ** [all-recursive] Erro 1<br>
make[2]: Leaving directory `/home/johannes/src/gromacs/gromacs-3.3/src'<br>
make[1]: ** [all] Erro 2<br>
make[1]: Leaving directory `/home/johannes/src/gromacs/gromacs-3.3/src'<br>
make: ** [all-recursive] Erro 1<br>
.<br>
<br>
On the other hand, using that modified version of the gmx_sgangle.c
ended up in errors when using the double precision version of gromacs
(I'm using the 3.1.1 version) to run the mixed test simulation from
tutor directory:<br>
<br>
.<br>
.<br>
.<br>
&nbsp;step 0<br>
&nbsp;Step 1&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.01018 1.02193 1.08117<br>
<br>
&nbsp;Step 2&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.01124 1.00787 1.08362<br>
<br>
&nbsp;Step 3&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.03039 1.0523 1.08046<br>
<br>
&nbsp;Step 4&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.04141 1.08638 1.09351<br>
<br>
&nbsp;Step 5&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.06415 1.0995 1.06772<br>
<br>
&nbsp;Step 6&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.04802 1.07721 1.04162<br>
<br>
&nbsp;Step 7&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.02981 1.03652 1.01836<br>
<br>
&nbsp;Step 8&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.01626 1.01848 1.00881<br>
<br>
&nbsp;Step 9&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.01081 1.01178 1.00552<br>
&nbsp;step 130, remaining runtime:&nbsp;&nbsp;&nbsp;&nbsp; 0 s<br>
&nbsp;Step 140&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.00411 1.00022 1.0102<br>
&nbsp;step 140, remaining runtime:&nbsp;&nbsp;&nbsp;&nbsp; 0 s<br>
&nbsp;Step 141&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.00439 1.00019 1.01173<br>
<br>
&nbsp;Step 142&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.00395 1.00019 1.01172<br>
<br>
&nbsp;Step 143&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.00304 1.00017 1.01009<br>
&nbsp;step 240, remaining runtime:&nbsp;&nbsp;&nbsp;&nbsp; 0 s<br>
&nbsp;-------------------------------------------------------<br>
Program mdrun_d, VERSION 3.3<br>
&nbsp;Source code file: stat.c, line: 283<br>
<br>
<div>&nbsp;Fatal error:<br>
&nbsp;XTC error<br>
&nbsp;-------------------------------------------------------<br>
<br>
&nbsp;&quot;Fly to the Court of England and Unfold&quot; (Macbeth, Act 3, Scene 6, William Shakespeare)&nbsp;</div>.<br>
<br>
<br>
Finally, it behaves like that while using the PGI compilers. It works properly with GCC.<br>
<br>
Any ideas of where to go now? :(<br>
<br>
Thanks for everything.<br>
<br>
Jones<br><br><div><span class="gmail_quote">On 4/24/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="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Jones de Andrade wrote:<br>&gt; Ok, thanks a lot. adding the wthout x and motif stuff in configure, plus<br>&gt; the corrections for gmx_sgangle.c found at<br>&gt; <a href="http://www.gromacs.org/pipermail/gmx-users/2005-December/018885.html">
http://www.gromacs.org/pipermail/gmx-users/2005-December/018885.html</a><br>&gt; made the compilation work.<br>&gt;<br>&gt; Now I'm having some strange problem: I am trying as test the &quot;mixed&quot;<br>&gt; sample in the tutor directory. When trying it as is with the *double
<br>&gt; precision* version of gromacs I compiled, it yelds this error:<br>&gt; .<br>&gt; .<br>If you mention that change, didn't you download the 3.3.1 version for<br>this test?<br><br><br>&gt; .<br>&gt; step 0<br>&gt; Step 1&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 
1.01018 1.02193 1.08117<br>&gt;<br>&gt; Step 2&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.01124 1.00787 1.08362<br>&gt;<br>&gt; Step 3&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.03039 1.0523 1.08046<br>&gt;<br>&gt; Step 4&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 
1.04141 1.08638 1.09351<br>&gt;<br>&gt; Step 5&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.06415 1.0995 1.06772<br>&gt;<br>&gt; Step 6&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.04802 1.07721 1.04162<br>&gt;<br>&gt; Step 7&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 
1.02981 1.03652 1.01836<br>&gt;<br>&gt; Step 8&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.01626 1.01848 1.00881<br>&gt;<br>&gt; Step 9&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.01081 1.01178 1.00552<br>&gt; step 130, remaining runtime:&nbsp;&nbsp;&nbsp;&nbsp; 0 s
<br>&gt; Step 140&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.00411 1.00022 1.0102<br>&gt; step 140, remaining runtime:&nbsp;&nbsp;&nbsp;&nbsp; 0 s<br>&gt; Step 141&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.00439 1.00019<br>&gt; 1.01173
<br>&gt;<br>&gt; Step 142&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.00395 1.00019<br>&gt; 1.01172<br>&gt;<br>&gt; Step 143&nbsp;&nbsp;Warning: pressure scaling more than 1%, mu: 1.00304 1.00017<br>&gt; 1.01009<br>&gt; step 240, remaining runtime:&nbsp;&nbsp;&nbsp;&nbsp; 0 s
<br>&gt; -------------------------------------------------------<br>&gt; Program mdrun_d, VERSION 3.3<br>&gt; Source code file: stat.c, line: 283<br>&gt;<br>&gt; Fatal error:<br>&gt; XTC error<br>&gt; -------------------------------------------------------
<br>&gt;<br>&gt; &quot;Fly to the Court of England and Unfold&quot; (Macbeth, Act 3, Scene 6,<br>&gt; William Shakespeare)<br>&gt;<br>&gt;<br>&gt; And dies at this point.<br>&gt;<br>&gt; When using the single precision gromacs, it seems to runs smoothly. :)
<br>&gt; Same for both single and double precision compiled with gcc.<br>&gt;<br>&gt; Anyone got this kind of stuff before?<br>&gt;<br>&gt; Thanks a lot! :D<br>&gt;<br>&gt; On 4/24/06, *David van der Spoel* &lt;<a href="mailto:spoel@xray.bmc.uu.se">
spoel@xray.bmc.uu.se</a><br>&gt; &lt;mailto:<a href="mailto:spoel@xray.bmc.uu.se">spoel@xray.bmc.uu.se</a>&gt;&gt; wrote:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Jones de Andrade wrote:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; Hi all!<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; Ok, I did not acquired to compile gromacs with intel yet, but now I'm
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; also facing problems with PGI compilers (which also has the extra<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; problem of needin to be redownloaded soon).<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; Just in case someone asks: I'm trying to benchmark gromacs in
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; A64s with<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; different compilers. ;)<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; Well, PGI is dieing here:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; .<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; .<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; .<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; /usr/local/pgi/linux86-64/6.0
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; /bin/pgcc -tp=k8-64 -fastsse -Mipa=fast -Mipa=inline -o grompp<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; topio.o<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; toppush.o topcat.o topshake.o convparm.o tomorse.o sorting.o<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; splitter.o<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; vsite_parm.o 
readir.o add_par.o topexcl.o toputil.o topdirs.o<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; grompp.o<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; -L/usr/local/lib64/fftw/pgi/lib ../mdlib/.libs/libmd.a<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; -L/usr/X11R6/lib64 -L/usr/X11/lib ../gmxlib/.libs/libgmx.a -lnsl
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; /usr/local/lib64/fftw/pgi/lib/libfftw3f.a -lm<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; /usr/X11R6/lib64/libXm.so<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; -lXmu -lSM -lICE -lXext -lXp -lXt -lX11 --rpath /usr/X11R6/lib64<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; --rpath<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; /usr/X11R6/lib64
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; pgcc-Warning-Unknown switch: --rpath<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; pgcc-Warning-Unknown switch: --rpath<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; File with unknown suffix passed to linker: /usr/X11R6/lib64<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; File with unknown suffix passed to linker: /usr/X11R6/lib64
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; .<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; try compiling without X windows in that case.<br>&gt;<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; .<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; .<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; I googled this kind of error, but it's only reported to LAM... in
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; that<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; case, they basically recomend to pass the -Wl flag to the linker.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; Did anybody here faced this problem before? How it was solved? And<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; exactly how culd I pas that extra flag just to the linker (tried
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; straight the LDFLAGS, then the ./configure does not find that the<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; compiler can produce executables...&nbsp;&nbsp;:p )?<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; Thanks you all for all the help. Promisse to send the results of the
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; benchs to here when they are finished. :)<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; Thanks again,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; *Ops, sorry for the first message: wrong thread... :(<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; _______________________________________________<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; gmx-users mailing list&nbsp;&nbsp;&nbsp;&nbsp;
<a href="mailto:gmx-users@gromacs.org">gmx-users@gromacs.org</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;mailto:<a href="mailto:gmx-users@gromacs.org">gmx-users@gromacs.org</a>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; <a href="http://www.gromacs.org/mailman/listinfo/gmx-users">
http://www.gromacs.org/mailman/listinfo/gmx-users</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; Please don't post (un)subscribe requests to the list. Use the<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; www interface or send it to <a href="mailto:gmx-users-request@gromacs.org">
gmx-users-request@gromacs.org</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;mailto:<a href="mailto:gmx-users-request@gromacs.org">gmx-users-request@gromacs.org</a>&gt;.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; Can't post? Read <a href="http://www.gromacs.org/mailing_lists/users.php">
http://www.gromacs.org/mailing_lists/users.php</a><br>&gt;<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; --<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; David.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ________________________________________________________________________<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; David van der Spoel, PhD, Assoc. Prof., Molecular Biophysics group,
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Dept. of Cell and Molecular Biology, Uppsala University.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
Husargatan 3, Box
596,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;75124
Uppsala, Sweden<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; phone:&nbsp;&nbsp;46 18
471
4205&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fax: 46
18 511 755<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:spoel@xray.bmc.uu.se">spoel@xray.bmc.uu.se</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;mailto:<a href="mailto:spoel@xray.bmc.uu.se">spoel@xray.bmc.uu.se</a>&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:spoel@gromacs.org">spoel@gromacs.org
</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;mailto:<a href="mailto:spoel@gromacs.org">spoel@gromacs.org</a>&gt;&nbsp;&nbsp; <a href="http://folding.bmc.uu.se">http://folding.bmc.uu.se</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; _______________________________________________<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; gmx-users mailing list&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:gmx-users@gromacs.org">gmx-users@gromacs.org</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;mailto:<a href="mailto:gmx-users@gromacs.org">
gmx-users@gromacs.org</a>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.gromacs.org/mailman/listinfo/gmx-users">http://www.gromacs.org/mailman/listinfo/gmx-users</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Please don't post (un)subscribe requests to the list. Use the
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; www interface or send it to <a href="mailto:gmx-users-request@gromacs.org">gmx-users-request@gromacs.org</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;mailto:<a href="mailto:gmx-users-request@gromacs.org">gmx-users-request@gromacs.org
</a>&gt;.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Can't post? Read <a href="http://www.gromacs.org/mailing_lists/users.php">http://www.gromacs.org/mailing_lists/users.php</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<a href="http://www.gromacs.org/mailing_lists/users.php">http://www.gromacs.org/mailing_lists/users.php
</a>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________<br>&gt; gmx-users mailing list&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:gmx-users@gromacs.org">
gmx-users@gromacs.org</a><br>&gt; <a href="http://www.gromacs.org/mailman/listinfo/gmx-users">http://www.gromacs.org/mailman/listinfo/gmx-users</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-users-request@gromacs.org">gmx-users-request@gromacs.org</a>.<br>&gt; Can't post? Read <a href="http://www.gromacs.org/mailing_lists/users.php">http://www.gromacs.org/mailing_lists/users.php
</a><br><br><br>--<br>David.<br>________________________________________________________________________<br>David van der Spoel, PhD, Assoc. Prof., Molecular Biophysics group,<br>Dept. of Cell and Molecular Biology, Uppsala University.
<br>Husargatan 3, Box 596,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;75124 Uppsala, Sweden<br>phone:&nbsp;&nbsp;46 18 471 4205&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fax: 46 18 511 755<br><a href="mailto:spoel@xray.bmc.uu.se">spoel@xray.bmc.uu.se</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:spoel@gromacs.org">spoel@gromacs.org
</a>&nbsp;&nbsp; <a href="http://folding.bmc.uu.se">http://folding.bmc.uu.se</a><br>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>_______________________________________________<br>gmx-users mailing list&nbsp;&nbsp;&nbsp;&nbsp;
<a href="mailto:gmx-users@gromacs.org">gmx-users@gromacs.org</a><br><a href="http://www.gromacs.org/mailman/listinfo/gmx-users">http://www.gromacs.org/mailman/listinfo/gmx-users</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-users-request@gromacs.org">gmx-users-request@gromacs.org</a>.<br>Can't post? Read <a href="http://www.gromacs.org/mailing_lists/users.php">http://www.gromacs.org/mailing_lists/users.php
</a><br></blockquote></div><br>