-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
slurm_status.py is querying the entire list of jobs instead of relevant jobs #15
Open
bockjoo
wants to merge
244
commits into
prelz:master
Choose a base branch
from
opensciencegrid:v1_18_bosco
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
options and the default (/usr) locations work.
…f job info in the output of bjobsinfo
…ables created in the config file (see Savannah #99351).
…rom the Condor distribution.
…h from the Condor distribution.
…to condor-history.patch from the Condor distribution.
…ndor distribution.
…dor distribution.
… ld-library-path.patch from Condor distribution.
… Condor distribution.
…config-paths.patch from Condor distribution.
…how it in the queue. Corresponds to pbs-completion.patch from the Condor distribution.
…t one. Corresponds to proxy-init.patch from Condor distribution.
…Condor distribution.
… to run-dir.patch from the Condor distribution.
…s to sge-status-fallback.patch from the Condor distribution.
… to shared-dir.patch from Condor distribution.
Save debug submit info before submission (SOFTWARE-2827)
Use the pre-existing workdir test function, which catches permission issues with the workdir as well as non-existence. Do this all before we write out the job wrapper because why bother? condor_submit doesn't benefit from this since it doesn't use bls_add_job_wrapper (or any other common submit functions for that matter)
Check workdir and input files before job submission (SOFTWARE-3154)
return is especially bad since it leaves both the parent and child alive
tell wordexp not to do command substitution
We're doing this in the default config template instead of the code itself so that existing configs aren't affected
This reverts commit a6438eb. We'll set up the github build stuff once we're shipping from the opensciencegrid org.
Disable blahp proxy renewal/limited proxies by default
always map key=val -> key='val', and don't do it in a big loop. the $sq variable is used for single quotes, to avoid quoting weirdness inside of the env_array substitution lines.
but who knows what XCPU is doing in this list...
forward signals to payload job (SOFTWARE-3554)
Update PBS Pro qstat options for completed jobs (SOFTWARE-3675)
Apply patches from condor blahp (SOFTWARE-3587)
(SOFTWARE-3661) Without this change, the blahp copies the job proxy into its own working dir and uses that. Unfortunately, it seems like the blahp relies on the BRPClient to pass along any proxy renewals, which doesn't run when "blah_disable_wn_proxy_renewal=yes"
Use the original proxy if blahp proxy delegation is disabled
Only query for completed jobs with a specific job ID (SOFTWARE-3675)
New condor env format (SOFTWARE-3589)
that is, before adding surrounding quotes
escape existing quote characters first (SOFTWARE-3589)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please take a look at my proposed change in the script:
http://melrose.ihepa.ufl.edu:8080/T2/ops/slurm_status.py.T2_US_Florida
Each site has a different accouting group. So, something might need to be done
in the osg configuration, though.