<br> Thank you very much for help me.<br>  I have try to install gromacs 3.3.3 on rhel 4.0.<br>  I try to configure gromacs single with the command&nbsp; <span style="font-family: monospace;">"</span>./configure --enable-mpi --program-suffix=_mpi--prefix=/usr/local/gromacs332", but when I try to install, I have this error:<br>  usr/bin/install: cannot create regular file `/usr/local/gromacs/bin/grompp_mpi_d--prefix=/usr/local/gromacs333': No such file or directory<br>  make[3]: *** [install-binPROGRAMS] Error 1<br>  make[3]: Leaving directory `/home/mario/gromacs-3.3.3/src/kernel'<br>  make[2]: *** [install-am] Error 2<br>  make[2]: Leaving directory `/home/mario/gromacs-3.3.3/src/kernel'<br>  make[1]: *** [install-recursive] Error 1<br>  make[1]: Leaving directory `/home/mario/gromacs-3.3.3/src'<br>  make: *** [install-recursive] Error 1<br>  I have try to edit the end of the configure command "/usr/local/gromacs332" with"/usr/local/gromacs333" and "/usr/local/gromacs" but
 I have anlogue errors. Can you help me?<br>  <br>  Thanks in advance.<br>  <br>  Mario<br><b><i>Diego Enry &lt;diego.enry@gmail.com&gt;</i></b> ha scritto:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> You should check the user guide.<br>http://www.mcs.anl.gov/research/projects/mpich2/documentation/index.php?s=docs<br><br>In a nutshell:<br>1) You need is to install mpich in all machines. Actually you can sync<br>the mpich install directory (also gromacs).<br>2) You also need to have the same /etc/hosts on every machine. rsync that.<br>3) You need to grant ssh access without password by creating a rsa-key<br>for every user<br><br>Fell free to private message if you need any additional help.<br><br>Ciao.<br><br>On Tue, Mar 4, 2008 at 6:04 AM, mario ciappy <mariociap @yahoo.it=""> wrote:<br>&gt; Thank's Diego,<br>&gt; I'm grateful to you. I have only one question. How can I  configure mpi/lam<br>&gt; for
 relaize the comunication between nodes?<br>&gt; I have created an hostsfile with my ip addresses.<br>&gt; Thank's a lot in advance.<br>&gt;<br>&gt; Mario<br>&gt;<br>&gt; Diego Enry <diego.enry @gmail.com=""> ha scritto:<br>&gt;<br>&gt;  Since you didn't show us the problems you met.. try following this:<br>&gt;<br>&gt; #1) Download essential packages<br>&gt; #1.1) mpich<br>&gt; wget<br>&gt; http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/mpich2-1.0.6p1.tar.gz<br>&gt;<br>&gt; #1.2) fftw<br>&gt; wget ftp://ftp.fftw.org/pub/fftw/fftw-3.1.2.tar.gz<br>&gt;<br>&gt; #1.3) gromacs<br>&gt; wget ftp://ftp.gromacs.org/pub/gromacs/gromacs-3.3.2.tar.gz<br>&gt;<br>&gt;<br>&gt; #2) compile packages:<br>&gt;<br>&gt; #2.1) mpich<br>&gt; tar xvfz mpich2-1.0.6p1.tar.gz<br>&gt; cd mpich2-1.0.6p1<br>&gt; make distclean<br>&gt; ./configure --with-device=ch3:nemesis --enable-fast --disable-cxx<br>&gt; --enable-error-checking=no CFLAGS=-O3 FFLAGS=-O3<br>&gt; make<br>&gt; make
 install<br>&gt; make distclean<br>&gt; cd ..<br>&gt;<br>&gt; #2.2) fftw single<br>&gt; tar xvfz fftw-3.1.2.tar.gz<br>&gt; cd fftw-3.1.2<br>&gt; make distclean<br>&gt; ./configure --enable-float --enable-sse --enable-threads<br>&gt; make<br>&gt; make install<br>&gt; make distclean<br>&gt; cd ..<br>&gt;<br>&gt; #2.3) gromacs single<br>&gt; tar xvfz gromacs-3.3.2.tar.gz<br>&gt; cd gromacs-3.3.2<br>&gt; ./configure --enable-mpi --program-suffix=_mpi<br>&gt; --prefix=/usr/local/gromacs332<br>&gt; make<br>&gt; make install<br>&gt; make links<br>&gt; make distclean<br>&gt; cd ..<br>&gt;<br>&gt; #2.4) fftw double<br>&gt; cd fftw-3.1.2<br>&gt; ./configure --enable-sse2 --enable-threads<br>&gt; make<br>&gt; make install<br>&gt; make distclean<br>&gt; cd ..<br>&gt;<br>&gt; #2.2) gromacs double<br>&gt; cd gromacs-3.3.2<br>&gt; ./configure --enable-mpi --program-suffix=_mpi_d<br>&gt; --prefix=/usr/local/gromacs332 --enable-double<br>&gt; make<br>&gt; make install<br>&gt; make
 links<br>&gt; make distclean<br>&gt; cd ..<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; On Mon, Mar 3, 2008 at 3:09 PM, mario ciappy wrote:<br>&gt; &gt; Dear all,<br>&gt; &gt; I'm tried to configure gromacs in parallel but I have meet some problems.<br>&gt; &gt; I don't understand if the problems are relative to mpi or gromacs<br>&gt; &gt; configuration. For this reason I'd be grateful if you explained a detailed<br>&gt; &gt; installation procedure of all that require to run gromacs in parallel,<br>&gt; &gt; started by mpi/lam configuration. I now that is an hard and demanding<br>&gt; &gt; request, but it is a big help for me because you are only resource.<br>&gt; &gt;<br>&gt; &gt; Thank's in advance<br>&gt; &gt;<br>&gt; &gt; Mario<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; ________________________________<br>&gt; &gt; ________________________________<br>&gt; &gt;<br>&gt; &gt; L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail<br>&gt; &gt;
 _______________________________________________<br>&gt; &gt; gmx-users mailing list gmx-users@gromacs.org<br>&gt; &gt; http://www.gromacs.org/mailman/listinfo/gmx-users<br>&gt; &gt; Please search the archive at http://www.gromacs.org/search before posting!<br>&gt; &gt; Please don't post (un)subscribe requests to the list. Use the<br>&gt; &gt; www interface or send it to gmx-users-request@gromacs.org.<br>&gt; &gt; Can't post? Read http://www.gromacs.org/mailing_lists/users.php<br>&gt; &gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; --<br>&gt; Diego Enry B. Gomes<br>&gt; Laboratório de Modelagem e Dinamica Molecular<br>&gt; Universidade Federal do Rio de Janeiro - Brasil.<br>&gt; _______________________________________________<br>&gt; gmx-users mailing list gmx-users@gromacs.org<br>&gt; http://www.gromacs.org/mailman/listinfo/gmx-users<br>&gt; Please search the archive at http://www.gromacs.org/search before posting!<br>&gt; Please don't post (un)subscribe requests to the list. Use
 the<br>&gt; www interface or send it to gmx-users-request@gromacs.org.<br>&gt; Can't post? Read http://www.gromacs.org/mailing_lists/users.php<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;  ________________________________<br>&gt; ________________________________<br>&gt; L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail<br>&gt; _______________________________________________<br>&gt;  gmx-users mailing list    gmx-users@gromacs.org<br>&gt;  http://www.gromacs.org/mailman/listinfo/gmx-users<br>&gt;  Please search the archive at http://www.gromacs.org/search before posting!<br>&gt;  Please don't post (un)subscribe requests to the list. Use the<br>&gt;  www interface or send it to gmx-users-request@gromacs.org.<br>&gt;  Can't post? Read http://www.gromacs.org/mailing_lists/users.php<br>&gt;<br><br><br><br>-- <br>Diego Enry B. Gomes<br>Laboratório de Modelagem e Dinamica Molecular<br>Universidade Federal do Rio de Janeiro -
 Brasil.<br>_______________________________________________<br>gmx-users mailing list    gmx-users@gromacs.org<br>http://www.gromacs.org/mailman/listinfo/gmx-users<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<br></diego.enry></mariociap></blockquote><br><p>&#32;




      <hr size=1>
Inviato da <a  
href="http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52437/*http://it.docs.yahoo.com/mail/overview/index.html" target=_blank>Yahoo! Mail</a>.
<br>
Il servizio di posta con lo spazio illimitato.