echo
echo "Starting VASP run at" `date`
echo
master=`hostname`
echo "The job submission node is $master"
echo "The working directory is " ${PBS_O_WORKDIR}
#========================================#
# 4. Parallel execution
# make sure to use serial math lib
export MKL_SERIAL=YES
export MKL_NUM_THREADS=1
export OMP_NUM_THREADS=1
export GOTO_NUM_THREADS=1
echo
echo "Starting VASP run at" `date`
echo
master=`hostname`
echo "The job submission node is $master"
echo "The working directory is " ${PBS_O_WORKDIR}
#========================================#
# 4. Parallel execution
# make sure to use serial math lib
export MKL_SERIAL=YES
export MKL_NUM_THREADS=1
export OMP_NUM_THREADS=1
export GOTO_NUM_THREADS=1