We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
with ref. to https://github.com/bbockelm/cms-htcondor-es/blob/master/src/htcondor_es/convert_to_json.py#L532 there are now more DAGs around in for CRAB due to automatic splitting which have task name other than ROOT yet do are not grid jobs. We need a more solid way to tell things, and to communicate to developers what they can (not) do.
The text was updated successfully, but these errors were encountered:
@belforte is this still relevant? Can you propose a fix?
Sorry, something went wrong.
it is still relevant. I will look for a crude fix. Proper solution is to complete the rationalization work as per https://its.cern.ch/jira/browse/CMSMONIT-41
crude fix is to replace this line
cms-htcondor-es/src/htcondor_es/convert_to_json.py
Line 538 in d0860f4
if ad.get("TaskType") != "Job":
but I really would like to stop using TaskType there !
No branches or pull requests
with ref. to
https://github.com/bbockelm/cms-htcondor-es/blob/master/src/htcondor_es/convert_to_json.py#L532
there are now more DAGs around in for CRAB due to automatic splitting which have task name other than ROOT yet do are not grid jobs.
We need a more solid way to tell things, and to communicate to developers what they can (not) do.
The text was updated successfully, but these errors were encountered: