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



-- 
gmx-users mailing list    gmx-users@gromacs.org
http://lists.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at http://www.gromacs.org/search before posting!
Please don't post (un)subscribe requests to the list. Use the 
www interface or send it to gmx-users-requ...@gromacs.org.
Can't post? Read http://www.gromacs.org/mailing_lists/users.php

Reply via email to