Skip to content
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

Use GlobalJobId as unique job identifier #426

Merged
merged 2 commits into from
Feb 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions contrib/apelscripts/condor_batch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ safe_config_val SCALING_ATTR APEL_SCALING_ATTR
safe_config_val BATCH_HOST APEL_BATCH_HOST

TZ=GMT condor_history -constraint "$CONSTR" \
-format "%s" clusterId \
-format ".%s_${BATCH_HOST}|" ProcId \
-format "%s|" GlobalJobId \
-format "%s|" Owner \
-format "%d|" RemoteWallClockTime \
-format "%d|" RemoteUserCpu \
Expand Down
3 changes: 1 addition & 2 deletions contrib/apelscripts/condor_blah.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ TZ=GMT condor_history -const "$CONSTR" \
-format "\"userFQAN=%s\" " x509UserProxyFirstFQAN \
-format "\"ceID=${CE_ID}\" " EMPTY \
-format "\"jobID=%v_${CE_HOST}\" " RoutedFromJobId \
-format "\"lrmsID=%v" clusterId \
-format ".%v_${BATCH_HOST}\" " ProcId \
-format "\"lrmsID=%s\" " GlobalJobId \
-format "\"localUser=%s\"\n" Owner > $OUTPUT_FILE