<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div><br></div><div>if you configure the git version without the "--enable-mpi" flag, it</div><div>will turn on threads by default. Depending on the number of processors</div><div>you have on your workstation, it will then use these many threads.</div><div>You can disable that with</div><div><br></div><div>mdrun -nt 1 ...</div><div><br></div><div>Carsten</div><div><br></div><div><br></div><div><div><div>On Jul 10, 2010, at 1:57 AM, Sai Pooja wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi,</div><div><br></div><div>I had used the following steps to install a git version of gromacs. &nbsp;It installed correctly and I have been using it for a while. However, even though I didnt install the parallel version, when I use mdrun it runs in parallel. Is installation in the parallel mode by default? Is there a way to use it without parallelization?&nbsp;</div>
<div><br></div><div>&nbsp;301 &nbsp;cd gromacs<br>&nbsp;302 &nbsp;ls<br>&nbsp;303 &nbsp;export CPPFLAGS="-I/fs/home/sm868/fftw-3.2.2/include"<br>&nbsp;304 &nbsp;export LDFLAGS="-L/fs/home/sm868/fftw-3.2.2/lib"<br>&nbsp;305 &nbsp;clear<br>&nbsp;306 &nbsp;ls<br>&nbsp;307 &nbsp;./configure --help<br>
&nbsp;308 &nbsp;./configure --prefix=/fs/home/sm868/gromacsnew<br>&nbsp;309 &nbsp;make &amp;&gt;log<br>&nbsp;310 &nbsp;ls<br>&nbsp;311 &nbsp;jmacs log<br>&nbsp;312 &nbsp;grep "error" log<br>&nbsp;313 &nbsp;grep "Error" log<br>&nbsp;314 &nbsp;make install<br></div><div><br>
</div><div><br></div>Pooja<br><br><div class="gmail_quote">On Sun, Jun 20, 2010 at 2:17 PM, Justin A. Lemkul <span dir="ltr">&lt;<a href="mailto:jalemkul@vt.edu">jalemkul@vt.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
<br>
Sai Pooja wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
For future reference, I was able to install gromacs and this is what finally worked - installing gromacs in a folder different than the untared. It somehow helped to not create the folder but just directly using the name in the prefix<br>

<br>
 &nbsp;301 &nbsp;cd gromacs<br>
 &nbsp;302 &nbsp;ls<br>
 &nbsp;303 &nbsp;export CPPFLAGS="-I/fs/home/sm868/fftw-3.2.2/include"<br>
 &nbsp;304 &nbsp;export LDFLAGS="-L/fs/home/sm868/fftw-3.2.2/lib"<br>
 &nbsp;305 &nbsp;clear<br>
 &nbsp;306 &nbsp;ls<br>
 &nbsp;307 &nbsp;./configure --help<br>
 &nbsp;308 &nbsp;./configure --prefix=/fs/home/sm868/gromacsnew<br>
 &nbsp;309 &nbsp;make &amp;&gt;log<br>
 &nbsp;310 &nbsp;ls<br>
 &nbsp;311 &nbsp;jmacs log<br>
 &nbsp;312 &nbsp;grep "error" log<br>
 &nbsp;313 &nbsp;grep "Error" log<br>
 &nbsp;314 &nbsp;make install<br>
<br>
I got the msg - GROMACS is installed under /fs/home/sm868/gromacsnew.<br>
Make sure to update your PATH and MANPATH to find the<br>
programs and unix manual pages, and possibly LD_LIBRARY_PATH<br>
or /etc/ld.so.conf if you are using dynamic libraries.<br>
<br>
<br>
Thanks for the help. <br></div>
*One question - There is already another version of gromacs installed in the /usr/local so I used a different directory to install it. Now do I need to use "make links"?*<br>
</blockquote>
<br>
Do you normally make links? &nbsp;If so, you'll be over-writing the executables in /usr/local/bin. &nbsp;One other possible side effect is that if both /usr/local/bin and /usr/local/gromacs/bin are in your $PATH, you can't define which executable to use unambiguously without specifying the whole path name for each executable.<br>

<br>
If you're using several version of Gromacs concurrently on the same machine, it's probably best to just install them in their own locations and source the proper GMXRC when you log in to use the version you want.<br>

<br>
-Justin<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
*<br>
*<br>
Pooja<div class="im"><br>
<br>
<br>
<br>
<br>
<br>
On Sun, Jun 20, 2010 at 2:17 AM, Sai Pooja &lt;<a href="mailto:saipooja@gmail.com" target="_blank">saipooja@gmail.com</a> &lt;mailto:<a href="mailto:saipooja@gmail.com" target="_blank">saipooja@gmail.com</a>&gt;&gt; wrote:<br>

<br>
 &nbsp; &nbsp;I redid the entire thing after that first mail in which i reported<br>
 &nbsp; &nbsp;the error related to fftw(including running the make uninstall<br>
 &nbsp; &nbsp;commands and removing the folders entirely and getting fresh ones).<br>
 &nbsp; &nbsp;I apologize for not specifying this and like I said... there seemed<br>
 &nbsp; &nbsp;to be no errors this time except when I ran make install for<br>
 &nbsp; &nbsp;gromacs. The error looks like this:<br>
 &nbsp; &nbsp; make[3]: *** [install-man1] Error 1<br>
 &nbsp; &nbsp; &gt; make[3]: Leaving directory `/fs/home/sm868/gromacs/man/man1'<br>
 &nbsp; &nbsp; &gt; make[2]: *** [install-am] Error 2<br>
 &nbsp; &nbsp; &gt; make[2]: Leaving directory `/fs/home/sm868/gromacs/man/man1'<br>
 &nbsp; &nbsp; &gt; make[1]: *** [install-recursive] Error 1<br>
 &nbsp; &nbsp; &gt; make[1]: Leaving directory `/fs/home/sm868/gromacs/man'<br>
 &nbsp; &nbsp; &gt; make: *** [install-recursive] Error 1<br>
 &nbsp; &nbsp;I didn't find any other error.. is there a way to look for them<br>
 &nbsp; &nbsp;other than looking at what is being printed while the command is<br>
 &nbsp; &nbsp;running? I tried $ grep "Error" */* in the folder but found nothing<br>
 &nbsp; &nbsp;more than entries in different scripts etc.<br>
<br>
<br>
<br>
<br>
<br>
<br>
 &nbsp; &nbsp;On Sun, Jun 20, 2010 at 1:27 AM, Mark Abraham<br></div><div class="im">
 &nbsp; &nbsp;&lt;<a href="mailto:mark.abraham@anu.edu.au" target="_blank">mark.abraham@anu.edu.au</a> &lt;mailto:<a href="mailto:mark.abraham@anu.edu.au" target="_blank">mark.abraham@anu.edu.au</a>&gt;&gt; wrote:<br>
<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;----- Original Message -----<br></div><div class="im">
 &nbsp; &nbsp; &nbsp; &nbsp;From: Sai Pooja &lt;<a href="mailto:saipooja@gmail.com" target="_blank">saipooja@gmail.com</a> &lt;mailto:<a href="mailto:saipooja@gmail.com" target="_blank">saipooja@gmail.com</a>&gt;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Date: Sunday, June 20, 2010 15:09<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Subject: Re: [gmx-users] Installing gromacs from git<br>
 &nbsp; &nbsp; &nbsp; &nbsp;To: Discussion list for GROMACS users &lt;<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a><br></div><div><div></div><div class="h5">
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a>&gt;&gt;<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; History log:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; 189 &nbsp;./configure --enable-threads --enable-float<br>
 &nbsp; &nbsp; &nbsp; &nbsp;--prefix=/fs/home/sm868/fftw-3.2.2<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; &nbsp; 190 &nbsp;make<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; &nbsp; 191 &nbsp;clear<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; &nbsp; 192 &nbsp;make install<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; &nbsp; 193 &nbsp;cd ..<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; &nbsp; 194 &nbsp;cd gromacs<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; &nbsp; 195 &nbsp;ls<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; &nbsp; 196 &nbsp;export CPPFLAGS="-I/fs/home/sm868/fftw-3.2.2/include"<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; &nbsp; 197 &nbsp;export LDFLAGS="-L/fs/home/sm868/fftw-3.2.2/lib"<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; &nbsp; 198 &nbsp;./bootstrap<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; &nbsp; 199 &nbsp;ls<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; &nbsp; 200 &nbsp;./configure --prefix=/fs/home/sm868/gromacs<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; &nbsp; 201 &nbsp;make<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; &nbsp; 202 &nbsp;make install<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; Everything works till I get the following error with make<br>
 &nbsp; &nbsp; &nbsp; &nbsp;install(after it runs for a while) :<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; make[3]: *** [install-man1] Error 1<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; make[3]: Leaving directory `/fs/home/sm868/gromacs/man/man1'<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; make[2]: *** [install-am] Error 2<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; make[2]: Leaving directory `/fs/home/sm868/gromacs/man/man1'<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; make[1]: *** [install-recursive] Error 1<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; make[1]: Leaving directory `/fs/home/sm868/gromacs/man'<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; make: *** [install-recursive] Error 1<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;This is just make cleaning up after recursive invocation. The<br>
 &nbsp; &nbsp; &nbsp; &nbsp;actual error is further up. Note that if configure failed<br>
 &nbsp; &nbsp; &nbsp; &nbsp;according to your previous email, then there's no point to using<br>
 &nbsp; &nbsp; &nbsp; &nbsp;make.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Mark<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; On Sat, Jun 19, 2010 at 7:49 PM, Mark Abraham<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="mailto:mark.abraham@anu.edu.au" target="_blank">mark.abraham@anu.edu.au</a>&gt; wrote:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; ----- Original Message -----<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; From: Sai Pooja &lt;<a href="mailto:saipooja@gmail.com" target="_blank">saipooja@gmail.com</a>&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Date: Sunday, June 20, 2010 9:35<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Subject: Re: [gmx-users] Installing gromacs from git<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; To: Discussion list for GROMACS users &lt;<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a>&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; I am sorry that was a typo in the mail. It was set to lib<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; That makes it hard for us to have confidence in the rest<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;of your command lines - copying and pasting the results of<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"history" is a good way to avoid such problems.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; As such I can only suggest looking for "error" in the<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;last 100 lines of config.log and seeing what you find. That,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;and trying it all again :-)<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Mark<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; On Sat, Jun 19, 2010 at 7:28 PM, Justin A. Lemkul<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="mailto:jalemkul@vt.edu" target="_blank">jalemkul@vt.edu</a>&gt; wrote:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; Sai Pooja wrote:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; Hi,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; I followed the following steps to install<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;gromacs from the git repository:<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; 1) installed git<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; 2) got a clone of gromacs using the anonymous<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;option<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; 3) installed fftw libraries using<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; ./configure --enable-float --prefix=/fs/home/sm868<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; make<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; make install<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; 4)export CPPFLAGS=-I/fs/home/sm868/include<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; &nbsp; export LDFLAGS=-L/fs/home/sm868/include<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; 6)ran ./bootstrap<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; 7)ran ./configure --prefix=/fs/home/sm868<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; 8)I get the error - checking for sqrt in -lm... yes<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; checking for fftw3.h... yes<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; checking for main in -lfftw3f... no<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; configure: error: Cannot find fftw3f library<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; <br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; You set your LDFLAGS to the /include subdirectory;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;you want to set it to the /lib subdirectory.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; -Justin<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt;<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; Can someone help me with this?<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; Pooja<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; --<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; Quaerendo Invenietis-Seek and you shall discover.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; <br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; --<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; ========================================<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; Justin A. Lemkul<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; Ph.D. Candidate<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; ICTAS Doctoral Scholar<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; MILES-IGERT Trainee<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; Department of Biochemistry<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; Virginia Tech<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; Blacksburg, VA<br></div></div>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; jalemkul[at]<a href="http://vt.edu/" target="_blank">vt.edu</a> &lt;<a href="http://vt.edu/" target="_blank">http://vt.edu</a>&gt; | (540) 231-9080<div><div></div><div class="h5"><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin" target="_blank">http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; ========================================<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; --<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; gmx-users mailing list &nbsp; &nbsp;<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; <a href="http://lists.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://lists.gromacs.org/mailman/listinfo/gmx-users</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; Please search the archive at<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.gromacs.org/search" target="_blank">http://www.gromacs.org/search</a> before posting!<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; Please don't post (un)subscribe requests to the<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;list. Use the www interface or send it to<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:gmx-users-request@gromacs.org" target="_blank">gmx-users-request@gromacs.org</a>.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; Can't post? Read<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.gromacs.org/mailing_lists/users.php" target="_blank">http://www.gromacs.org/mailing_lists/users.php</a><br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; --<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; Quaerendo Invenietis-Seek and you shall discover.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; --<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; gmx-users mailing list &nbsp; &nbsp;<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; <a href="http://lists.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://lists.gromacs.org/mailman/listinfo/gmx-users</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; Please search the archive at <a href="http://www.gromacs.org/search" target="_blank">http://www.gromacs.org/search</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; before posting!<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; Please don't post (un)subscribe requests to the list.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Use the<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; www interface or send it to <a href="mailto:gmx-users-request@gromacs.org" target="_blank">gmx-users-request@gromacs.org</a>.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; Can't post? Read<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.gromacs.org/mailing_lists/users.php" target="_blank">http://www.gromacs.org/mailing_lists/users.php</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; --<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; gmx-users mailing list &nbsp; &nbsp;<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; <a href="http://lists.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://lists.gromacs.org/mailman/listinfo/gmx-users</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Please search the archive at<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.gromacs.org/search" target="_blank">http://www.gromacs.org/search</a> before posting!<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Please don't post (un)subscribe requests to the list. Use the<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; www interface or send it to <a href="mailto:gmx-users-request@gromacs.org" target="_blank">gmx-users-request@gromacs.org</a>.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Can't post? Read<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.gromacs.org/mailing_lists/users.php" target="_blank">http://www.gromacs.org/mailing_lists/users.php</a><br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; --<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; Quaerendo Invenietis-Seek and you shall discover.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; --<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; gmx-users mailing list &nbsp; &nbsp;<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a><br></div></div>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a>&gt;<div class="im"><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; <a href="http://lists.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://lists.gromacs.org/mailman/listinfo/gmx-users</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; Please search the archive at <a href="http://www.gromacs.org/search" target="_blank">http://www.gromacs.org/search</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; before posting!<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; Please don't post (un)subscribe requests to the list. Use the<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; www interface or send it to <a href="mailto:gmx-users-request@gromacs.org" target="_blank">gmx-users-request@gromacs.org</a><br></div>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:gmx-users-request@gromacs.org" target="_blank">gmx-users-request@gromacs.org</a>&gt;.<div class="im"><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &gt; Can't post? Read <a href="http://www.gromacs.org/mailing_lists/users.php" target="_blank">http://www.gromacs.org/mailing_lists/users.php</a><br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;--<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;gmx-users mailing list &nbsp; &nbsp;<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a><br></div>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a>&gt;<div class="im"><br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://lists.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://lists.gromacs.org/mailman/listinfo/gmx-users</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp;Please search the archive at <a href="http://www.gromacs.org/search" target="_blank">http://www.gromacs.org/search</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp;before posting!<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Please don't post (un)subscribe requests to the list. Use the<br>
 &nbsp; &nbsp; &nbsp; &nbsp;www interface or send it to <a href="mailto:gmx-users-request@gromacs.org" target="_blank">gmx-users-request@gromacs.org</a><br></div>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:gmx-users-request@gromacs.org" target="_blank">gmx-users-request@gromacs.org</a>&gt;.<div class="im"><br>
 &nbsp; &nbsp; &nbsp; &nbsp;Can't post? Read <a href="http://www.gromacs.org/mailing_lists/users.php" target="_blank">http://www.gromacs.org/mailing_lists/users.php</a><br>
<br>
<br>
<br>
<br>
 &nbsp; &nbsp;-- &nbsp; &nbsp; Quaerendo Invenietis-Seek and you shall discover.<br>
<br>
<br>
<br>
<br>
-- <br>
Quaerendo Invenietis-Seek and you shall discover.<br>
<br>
</div></blockquote><div><div></div><div class="h5">
<br>
-- <br>
========================================<br>
<br>
Justin A. Lemkul<br>
Ph.D. Candidate<br>
ICTAS Doctoral Scholar<br>
MILES-IGERT Trainee<br>
Department of Biochemistry<br>
Virginia Tech<br>
Blacksburg, VA<br>
jalemkul[at]<a href="http://vt.edu/" target="_blank">vt.edu</a> | (540) 231-9080<br>
<a href="http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin" target="_blank">http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin</a><br>
<br>
========================================<br>
-- <br>
gmx-users mailing list &nbsp; &nbsp;<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a><br>
<a href="http://lists.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://lists.gromacs.org/mailman/listinfo/gmx-users</a><br>
Please search the archive at <a href="http://www.gromacs.org/search" target="_blank">http://www.gromacs.org/search</a> before posting!<br>
Please don't post (un)subscribe requests to the list. Use the www interface or send it to <a href="mailto:gmx-users-request@gromacs.org" target="_blank">gmx-users-request@gromacs.org</a>.<br>
Can't post? Read <a href="http://www.gromacs.org/mailing_lists/users.php" target="_blank">http://www.gromacs.org/mailing_lists/users.php</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Quaerendo Invenietis-Seek and you shall discover.<br>
-- <br>gmx-users mailing list &nbsp;&nbsp;&nbsp;<a href="mailto:gmx-users@gromacs.org">gmx-users@gromacs.org</a><br><a href="http://lists.gromacs.org/mailman/listinfo/gmx-users">http://lists.gromacs.org/mailman/listinfo/gmx-users</a><br>Please search the archive at http://www.gromacs.org/search before posting!<br>Please don't post (un)subscribe requests to the list. Use the <br>www interface or send it to gmx-users-request@gromacs.org.<br>Can't post? Read http://www.gromacs.org/mailing_lists/users.php</blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br class="Apple-interchange-newline">--</div><div>Dr.&nbsp;Carsten Kutzner</div><div>Max Planck Institute for Biophysical Chemistry</div><div>Theoretical and Computational Biophysics</div><div>Am Fassberg 11,&nbsp;37077 Goettingen, Germany</div><div>Tel. +49-551-2012313, Fax: +49-551-2012302</div><div><a href="http://www.mpibpc.mpg.de/home/grubmueller/ihp/ckutzne">http://www.mpibpc.mpg.de/home/grubmueller/ihp/ckutzne</a></div><div><br></div></div><br class="Apple-interchange-newline"></span><br class="Apple-interchange-newline"></span>
</div>
<br></div></body></html>