Run-vasp-tekla.s
#!/bin/bash
#$ -N NAME # # pe request #$ -pe q0 8
cd WORK DIRECTORY
/usr/bin/mpirun -np 8 -machinefile $TMPDIR/machines /usr/local/bin/vasp
rm CHG* WAVE*
#!/bin/bash
#$ -N NAME # # pe request #$ -pe q0 8
cd WORK DIRECTORY
/usr/bin/mpirun -np 8 -machinefile $TMPDIR/machines /usr/local/bin/vasp
rm CHG* WAVE*