Hi, I don't know why no error/output file is generated after the job submission.
$ ls -l total 8 -rw-r--r-- 1 montazeri montazeri 472 Jul 24 12:52 in.lj -rw-rw-r-- 1 montazeri montazeri 254 Jul 24 12:53 slurm_script.sh $ cat slurm_script.sh #!/bin/bash #SBATCH --job-name=my_lammps #SBATCH --output=out.lj #SBATCH --partition=EMERALD #SBATCH --account=z55 #SBATCH --mem=4GB #SBATCH --nodes=4 #SBATCH --ntasks-per-node=3 mpirun -np 12 /share/apps/softwares/lammps-12Dec18/src/lmp_mpi -in in.lj $ sbatch slurm_script.sh Submitted batch job 1277 $ squeue JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON) $ ls in.lj slurm_script.sh $ What does that mean? Regards, Mahmood