#!/bin/bash #PBS -l nodes=1:ppn=36 #PBS -l walltime=10:00:00 #PBS -N DOS-Si #PBS -A lcorrelated_oxides ######Load necessary VASP module####### module use /apps/leuven/skylake/2019b/modules/all module load VASP/5.4.4-intel-2019b ######################################## cd ${PBS_O_WORKDIR} # go to the directory where this script is, otherwise it will go to the home directory mkdir $PBS_JOBID # create a scratch folder in the computing node based on the job ID cp * $PBS_JOBID # copy the input file to the scratch folder cd $PBS_JOBID # go to the scratch folder for calculation ######################################## #### BEGIN COMPUTATION #### SYSTEM=Si-bulk # ## ###SCF run #### cat >INCAR<KPOINTS<INCAR<KPOINTS<