#=== job name:
#PBS -N MMM
#=== wall time limit (h:m:s)
#PBS -l walltime=1:00:00
#PBS -l nodes=1:ppn=1
#=== join stdout and stderr
#PBS -q short
#PBS -j oe
#======================================

# set MKL libary path
cd $PBS_O_WORKDIR

#module load ase/3.8.1
module load mvapich2 cp2k/4.0
cp2k.popt -i $INP.inp -o $INP.out
