Hi All, I am submitting the job in the cluster by command "sbatch slurm1.sh", but I get error mentioned below and the process stops in b/w .I have also attached the slurm1.sh file containing the detail inside.
*** Oops -- I cannot open the LAM help file. *** I tried looking for it in the following places: *** *** $HOME/lam-helpfile *** $HOME/lam-7.1.4-helpfile *** $HOME/etc/lam-helpfile *** $HOME/etc/lam-7.1.4-helpfile *** $LAMHELPDIR/lam-helpfile *** $LAMHELPDIR/lam-7.1.4-helpfile *** $LAMHOME/etc/lam-helpfile *** $LAMHOME/etc/lam-7.1.4-helpfile *** $SYSCONFDIR/lam-helpfile *** $SYSCONFDIR/lam-7.1.4-helpfile *** *** You were supposed to get help on the program "MPI" *** about the topic "no-lamd" *** *** Sorry! ------------------------------------------------------------ ----------------- Someone please help me how to eliminate this error. Thanks Hemant Kumar
#!/bin/bash #SBATCH --job-name=serial_job_test # Job name #SBATCH --mail-type=END,FAIL # Mail events (NONE, BEGIN, END, FAIL, ALL) #SBATCH --mail-user=em...@ufl.edu # Where to send mail #SBATCH --ntasks=1 # Run on a single CPU #SBATCH --mem=1gb # Job memory request #SBATCH --time=05:00:00 # Time limit hrs:min:sec #SBATCH --output=serial_test_%j.log # Standard output and error log python multi2_mut_run_design.py