[gmx-users] Re: Parallel instalation: gmx-users Digest, Vol 74, Issue 76

Carsten Kutzner ckutzne at gwdg.de
Thu Jun 17 15:46:40 CEST 2010


On Jun 17, 2010, at 3:42 PM, abdul wadood wrote:

> Dear Carsten 
> 
> the command which i give is 
> 
> mpiexec -l -np 4 /usr/local/gromacs/bin/mdrun_mpi -s topol.tpr
> 
> with this command the same error come which is 
> 
> Can not open file:
> 3: topol.tpr
> 3: -------------------------------------------------------
Maybe "." (the current directory) is not in your path. Either try

mpiexec -l -np 4 /usr/local/gromacs/bin/mdrun_mpi -s ./topol.tpr

or give the full path name:

mpiexec -l -np 4 /usr/local/gromacs/bin/mdrun_mpi -s  /absolute/path/to/topol.tpr

Carsten



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://maillist.sys.kth.se/pipermail/gromacs.org_gmx-users/attachments/20100617/cb514e91/attachment.html>


More information about the gromacs.org_gmx-users mailing list