Skip to content

Commit

Permalink
qc-workflow: Do not try to write to InfoLogger at all if not in onlin…
Browse files Browse the repository at this point in the history
…e mode
  • Loading branch information
davidrohr committed Mar 26, 2024
1 parent fae72c3 commit db890b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DATA/production/qc-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ elif [[ -z ${QC_JSON_FROM_OUTSIDE:-} ]]; then
fi

[[ $EPNSYNCMODE == 1 && $NUMAGPUIDS == 1 ]] && QC_CONFIG_OVERRIDE+="qc.config.infologger.filterDiscardFile=../../qc-_ID_-${NUMAID}.log;"
[[ $EPNSYNCMODE == 0 ]] && QC_CONFIG+=" --no-infologger"

[[ ! -z $QC_CONFIG_OVERRIDE ]] && QC_CONFIG+=" --override-values \"$QC_CONFIG_OVERRIDE\""

Expand Down

0 comments on commit db890b2

Please sign in to comment.