Skip to content
Snippets Groups Projects
Commit 0b014411 authored by Joseph P. Donaghy's avatar Joseph P. Donaghy
Browse files

Add sacctmgr global and path.

parent f0a61c2c
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
############################################################################
global sacct salloc sattach sbatch sbcast scancel scontrol sinfo smap squeue srun
global sacctmgr sacct salloc sattach sbatch sbcast scancel scontrol sinfo smap squeue srun
# Conditional set. Only set variable if variable does not yet exist.
proc cset {name value} {
......@@ -54,6 +54,7 @@ if [file exists globals.local] {
#
cset slurm_dir "/usr"
cset build_dir "../../"
cset sacctmgr "${slurm_dir}/bin/sacctmgr"
cset sacct "${slurm_dir}/bin/sacct"
cset salloc "${slurm_dir}/bin/salloc"
cset sattach "${slurm_dir}/bin/sattach"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment