-
Notifications
You must be signed in to change notification settings - Fork 786
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
Condor submission failed at cmslpc #2101
Comments
@Saptaparna is also checking this. |
Yes, I have submitted a ticket, after verifying that condor submission still works for simple submission scripts. Will provide update based on feedback from LPC experts. |
The origin of the problem stems from the fact that condor_submit has changed under the hood. The condor_submit command is no longer the HTCondor command but the full redefinition of condor_submit can be found by doing: more /usr/local/bin/condor_submit. Also, the gridpack generation script assumes a local condor Schedd but the condor refactor update at the LPC was specifically geared toward moving away from that setup. |
@Saptaparna Thanks for the information! Do you have a workaround? And if possible can you update our script to make it work at cmslpc? |
@qliphy The obvious workaround is to update condor_submit with its cmslpc version. There is an added complication of making sure that schedd name is not hard coded and list of schedulers is provided (but this list may change over time). I am trying to deal with this now and following the suggestions of some of the experts here at the LPC. |
Suggestions from FNAL computing expert as below for your references: You CAN run on CMS Connect to T3_US_FNALLPC, so that's a really good point of Dave's, if everyone running gridpack just submits through CMS Connect, their jobs can run at T3_US_FNALLPC without rewriting the code. One has to be sure that your CMS grid certificate is mapped to your FNAL username to be allowed in from CMS Connect and CRAB jobs, which I believe is true for all the gridpack users in this email. -MargueriteDr. Marguerite Tonjes
|
@AndreasAlbert @kdlong
It seems the gridpack condor submission script does not work at cmslpc for most of the nodes.
This might be due to "Moving to a central scheduling model"@cmslpc as mentioned here
The error message is below:
raise ClusterManagmentError, 'could not import htcondor python API: \n%s' % error
madgraph.various.cluster.ClusterManagmentError: could not import htcondor python API:
It seems we should update "source_condor.sh" to have HTCondor python bindings in submission step?
Ref: https://hypernews.cern.ch/HyperNews/CMS/get/generators/4243/1/1/1/1/1/1.html
The text was updated successfully, but these errors were encountered: