Re: ¦^ÂСGRe: [AMBER] low concentration simulation ?

From: mani grover <manigrover1.gmail.com>
Date: Thu, 7 Jan 2010 19:27:03 +0530

Thanks Jason,

I am new in the field i have written commands

#!/bin/bash
#PBS -o amber.log
#PBS -e amber.err
#PBS -l walltime=120:00:00
#PBS -l nodes=1:ppn=4
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/
export PATH=$PATH:/usr/local/amber9/exe
cd $PBS_O_WORKDIR
mpiexec --mca btl_tcp_if_include eth0 -np 4 sander.MPI \
                                     -i min1.in \
                                     -p 2y.top \
                                     -c 2y2.crd \
                                     -ref 2y2.crd \
                                     -o min1.out \
                                     -x min1.crd \
                                     -r min1.rst \
                                     -inf min1.info


is something incorrect what changes should be done?
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Thu Jan 07 2010 - 06:00:04 PST
Custom Search