NDCMS / lobster

A userspace workflow management tool for harnessing non-dedicated resources for high-throughput workloads.
MIT License
3 stars 14 forks source link

Remove code that assumes CMSSW is set up #652

Closed klannon closed 2 months ago

klannon commented 1 year ago

Originally Lobster was assumed to be installed on top of a CMSSW release, and it would try to be smart about figuring out which release that was and using the information if you didn't specify it yourself (e.g. specifying the sandbox). Now that Lobster is not installed inside of a CMSSW release, we should remove any of the release detection intelligence and make sandbox a mandatory parameter of Workflow.

btovar commented 2 months ago

Done #674