Script-vasp-tekla: Difference between revisions

From Wiki
Jump to navigation Jump to search
Nuria (talk | contribs)
New page: #!/bin/bash #$ -N NAME # # pe request #$ -pe c1 16 cd /home/nlopez/WD #WD=working directory cp CONTCAR_name POSCAR awk '{for (i=1; i<=$2; i++){print $1}}' $PE_HOSTFILE > machinefile ...
 
No edit summary
Line 1: Line 1:
Script VASP-TEKLA-[[current version]]
#!/bin/bash
#!/bin/bash



Revision as of 13:33, 12 May 2010

Script VASP-TEKLA-current version

  1. !/bin/bash
  1. $ -N NAME
  2. pe request
  3. $ -pe c1 16


cd /home/nlopez/WD

  1. WD=working directory

cp CONTCAR_name POSCAR

awk '{for (i=1; i<=$2; i++){print $1}}' $PE_HOSTFILE > machinefile

/usr/bin/mpirun -np 16 -machinefile machinefile /usr/local/bin/vasp

mv OSZICAR OSZICAR_name mv OUTCAR OUTCAR_name mv CONTCAR CONTCAR_name mv CHG CHG_name mv CHGCAR CHGCAR_name