Hi Community,
I am running an AIMD job for IrO2-water solvation box using VASP (6.4.2). I am performing the whole job in parts, like 2000 steps with 0.5 fs time-step each time. At the third step of continuing the job I have seen my job is in running status in HPC cluster though the OSZICAR or OUTCAR files are not updating over time. The job is not even terminating with any error.
Here the important portion from the JOB file for your reference and attaching the INCAR. OUTCAR, OSZICAR files.
JOB
#!/bin/bash
#SBATCH -N 2
#SBATCH -J LR_100_3
#SBATCH --ntasks-per-node=48
# Running Standard VASP binary
#------------------------------------------------------------
mpirun -np 96 /home/l.swastik/VASP/vasp.6.4.2/bin/vasp_std > test.out
Attachment:
Thank you in advance and feel free to reach out for further clarifications.