<br><br><div class="gmail_quote">On Tue, Mar 8, 2011 at 2:53 PM, Esztermann, Ansgar <span dir="ltr">&lt;<a href="mailto:Ansgar.Esztermann@mpi-bpc.mpg.de">Ansgar.Esztermann@mpi-bpc.mpg.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><br>
On Mar 8, 2011, at 12:00 , mohsen ramezanpour wrote:<br>
&gt;<br>
&gt;&gt; &gt; Besides when I used the following command I get an executeable Error:<br>
&gt;&gt; &gt; mpirun   -np   8   mdrun_mpi     -deffnm   output  &amp;<br>
&gt;&gt;<br>
&gt;&gt; What is the error message?<br>
&gt;<br>
&gt; the Error is:<br>
&gt; Failed to find the following executable:<br>
&gt;<br>
&gt; Host:       compute-0-4.local<br>
&gt; Executable: mdrun_mpi<br>
&gt;<br>
&gt; Cannot continue.<br>
<br>
</div>Is mdrun_mpi available on compute-0-4? If so, it&#39;s just a matter of using the right path: your shell knows where to look for the executable, but mpirun does not. Try<br>
<br></blockquote><div>Sorry,You are right.There is not any mdrun_mpi on Nodes.<br>Thank you.<br>Besides there are not any followings on nodes:<br>mdrun_mpi            mdrun_mpi_d.openmpi        mdrun_d              mdrun_mpi_d          mdrun_mpi.openmpi          mpiexec.openmpi          mpirun.openmpi<br>
Do I need to install some of these on cluster to be able run mdrun on all Nodes?<br>Thanks in advance for your guidances<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

mpirun -np 8 `which mdrun_mpi` -deffnm output &amp;<br>
<br>
instead. Note the &quot;backticks&quot; (`).<br>
<div><div></div><div class="h5"><br>
A.<br>
--<br>
Ansgar Esztermann<br>
DV-Systemadministration<br>
Max-Planck-Institut für biophysikalische Chemie, Abteilung 105<br>
<br>
--<br>
gmx-users mailing list    <a href="mailto:gmx-users@gromacs.org">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/Support/Mailing_Lists/Search" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/Search</a> before posting!<br>
Please don&#39;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&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br>
</div></div></blockquote></div><br>