Script-vasp-tekla: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
The current version in [[ | The current version in [[Tekla]] is [[VASP-Current | current version]] | ||
#!/bin/bash | #!/bin/bash | ||
#$ -N NAME | #$ -N NAME | ||
# | # | ||
# | # pe request | ||
#$ - | #$ -pe q0 NUMBER_OF_CORES | ||
cd WORKING DIRECTORY | |||
/usr/bin/mpirun -np 8 -machinefile $TMPDIR/machines /usr/local/bin/vasp | |||
#E=`tail -1 OSZICAR` >> SUMMARY-reg.PES | |||
rm | rm WAVECAR | ||
Revision as of 13:56, 12 May 2010
The current version in Tekla is current version
#!/bin/bash
#$ -N NAME # # pe request #$ -pe q0 NUMBER_OF_CORES
cd WORKING DIRECTORY
/usr/bin/mpirun -np 8 -machinefile $TMPDIR/machines /usr/local/bin/vasp #E=`tail -1 OSZICAR` >> SUMMARY-reg.PES rm WAVECAR