ECCE and SLURM batch system
Click here for full thread
Clicked A Few Times
2:56:08 PM PDT - Wed, Jul 29th 2015
I actually edited the submit.site file to add explicit support for SLURM by adding the lines to the file
172 SLURM {
173 #SBATCH --time=$wallTime
174 #SBATCH --ntasks=$totalprocs
175 #SBATCH --nodes=$nodes
176 #SBATCH -C 'avx'
177 #SBATCH --mem-per-cpu=4096M
178 }
I am still having problems with job monitoring, so I will try putting your changes to eccejobmonitor to my installation.