DUNE / dist-comp

Action items for DUNE distributed computing, and common scripts that are used.
2 stars 0 forks source link

Have Justin set DesiredOS flag for NERSC jobs #193

Open StevenCTimm opened 2 weeks ago

StevenCTimm commented 2 weeks ago

I had previously said that Desired_OS = SL7 should be set in all JustIN jobs that are bound for NERSC. The actual correct name of the flag is DesiredOS. Can this change please be made?

Thanks

Steven Timm

Andrew-McNab-UK commented 1 week ago

Thanks: this is changed on the main branch. It will be deployed on integration this week.

StevenCTimm commented 3 days ago

Tested it, there is still a problem:

It was set as DesiredOS = SL7

in the classads, that would expect that there is either a htcondor macro or machine classad called SL7

What we really needed was

DesiredOS = "SL7"

sorry I wasn't clear on that, please make the change.