[slurm-users] No error/output/run

Mahmood Naderan mahmood.nt at gmail.com
Wed Jul 24 08:31:24 UTC 2019


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.schedmd.com/pipermail/slurm-users/attachments/20190724/7f94ae33/attachment.htm>


More information about the slurm-users mailing list