Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #39 from brianhlin/v1_18_bosco
Browse files Browse the repository at this point in the history
Package slurm_hold.sh (SOFTWARE-2375)
  • Loading branch information
djw8605 authored Jun 23, 2016
2 parents 983a252 + 898f72b commit 7ad522f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ set(blah_scripts
scripts/sge_status.sh scripts/runcmd.pl.template
scripts/sge_local_submit_attributes.sh
scripts/slurm_cancel.sh scripts/slurm_resume.sh scripts/slurm_status.sh
scripts/slurm_submit.sh
scripts/slurm_hold.sh scripts/slurm_submit.sh
scripts/pbs_status.py
)

Expand Down
2 changes: 1 addition & 1 deletion src/scripts/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ libexec_SCRIPTS = blah_load_config.sh blah_common_submit_functions.sh \
condor_cancel.sh condor_status.sh condor_submit.sh condor_hold.sh condor_resume.sh \
sge_cancel.sh sge_helper sge_resume.sh sge_submit.sh sge_filestaging \
sge_hold.sh sge_status.sh runcmd.pl.template sge_local_submit_attributes.sh \
slurm_cancel.sh slurm_resume.sh slurm_status.sh \
slurm_cancel.sh slurm_hold.sh slurm_resume.sh slurm_status.sh \
slurm_submit.sh \
pbs_status.py

Expand Down

0 comments on commit 7ad522f

Please sign in to comment.