<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">You don't use qsub or bsub? <br>usually you should submit a script file containing the gromacs command, then bsub/qsub will allocate the required resource to your job. <br>Jianguo<br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> mohsen ramezanpour &lt;ramezanpour.mohsen@gmail.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> Discussion list for GROMACS users &lt;gmx-users@gromacs.org&gt;<br><b><span style="font-weight: bold;">Sent:</span></b> Tuesday, 8 March 2011 17:26:19<br><b><span style="font-weight: bold;">Subject:</span></b> [gmx-users] parallel running<br></font><br><meta
 http-equiv="x-dns-prefetch-control" content="off">Dear All<br><br>I want to run gromacs in parallel on cluster.for this I follow below steps:<br>1-I connect to a node with ssh comand,fro example: ssh compute-o-1<br>2-cd scratch <br>3-grompp &nbsp; &nbsp; -f&nbsp;&nbsp; md.mdp &nbsp;&nbsp; -c &nbsp; input.gro&nbsp;&nbsp;&nbsp; -o&nbsp;&nbsp; output.tpr&nbsp;&nbsp; -p&nbsp; topol.top &nbsp; &nbsp; -n&nbsp; index.ndx<br>
4- nohup&nbsp;&nbsp; mpirun&nbsp; -np&nbsp; 8 &nbsp; mdrun&nbsp; -deffnm&nbsp; output&nbsp;&nbsp; &amp;<br><br>The result is running mdrun on one node(compute-0-1) (on its 4 CPUs)<br>Besides when I used the following command I get an executeable Error:<br>mpirun&nbsp;&nbsp; -np&nbsp;&nbsp; 8&nbsp;&nbsp; mdrun_mpi&nbsp;&nbsp;&nbsp;&nbsp; -deffnm&nbsp;&nbsp; output&nbsp; &amp;<br>
<br>The Error is related to mdrun_mpi <br>I think is related to my cluster,because both of above commands work in my laptop<br><br>Please let me know how can I run mdrun on all of CPUs of my cluster.<br>Thanks in advance<br>
Mohsen<br>
<meta http-equiv="x-dns-prefetch-control" content="on"></div></div>
</div><br></body></html>