Run-vasp-tekla.s: Difference between revisions
Jump to navigation
Jump to search
New page: #!/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* |
No edit summary |
||
| Line 1: | Line 1: | ||
#!/bin/bash | #!/bin/bash | ||
#$ -N NAME | #$ -N NAME | ||
# | # | ||
# pe request | # pe request | ||
#$ -pe q0 8 | #$ -pe q0 8 | ||
cd WORK DIRECTORY | cd WORK DIRECTORY | ||
/usr/bin/mpirun -np 8 -machinefile $TMPDIR/machines /usr/local/bin/vasp | /usr/bin/mpirun -np 8 -machinefile $TMPDIR/machines /usr/local/bin/vasp | ||
rm CHG* WAVE* | rm CHG* WAVE* | ||
Revision as of 13:46, 12 May 2010
#!/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*