update slurm template and tunnel/mysql config

This commit is contained in:
2020-12-24 12:55:16 +01:00
parent 159e75410d
commit 6d0e7d1297
7 changed files with 34 additions and 18 deletions

2
scripts/killall_pbs.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
qstat -u Ricardo.Montanana|tail -n +6|cut -b -6|while read job; do qdel $job; done