AMBER Archive (2004)

Subject: RE: AMBER: Amber job submission using PBS

From: Bill Ross (ross_at_cgl.ucsf.edu)
Date: Thu Sep 23 2004 - 14:18:37 CDT


> mpirun -np 4 $AMBERHOME/exe/sander -O -i ../mdin -o jac.out.4proc -c
> ../inpcrd.equil -r restrt -p ../prmtop

make sure that examples like this get pasted as a single line,
otherwise you may see error msgs like

  "../inpcrd.equil - command not found"

extending a line over many is usually done like this:

  mpirun -np 4 $AMBERHOME/exe/sander -O -i ../mdin -o jac.out.4proc \
                -c ../inpcrd.equil -r restrt -p ../prmtop

Bill
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber_at_scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo_at_scripps.edu