2010/2/17 Senthilkumar Muthiah <
sen...@cyrus.andrew.cmu.edu>:
> But when I try to use your tip on running parallel processes, I am having a
> problem. I try to run the following script:
>
>
> #PBS -l nodes=1:ppn=6
> #PBS -q default
> #PBS -m ae
>
> date
>
> source /export/home/senthil/gromacs/bin/bin/GMXRC.bash
> cd $PBS_O_WORKDIR
> mpirun -np 6 ./run.sh
>
>
> date
>
> after including
>
> <mpi>
> <tasks>6</tasks>
> <cmd>/usr/lib64/mpi/gcc/openmpi/bin/mpirun -np 6</cmd>
> </mpi>
>
> in the last inverse block.
>
> Is there something that I am missing here?
>
> Thanks,
> Senthil
Well, can you provide me an error message?
Last 40 lines of inverse.log or so.
The block has to be in <cg>. <inverse> block (not in an interaction block).
See my example.