Hi Raja, TL;DR answer: Use Platform = "EL7"; instead if at all possible. I think you're hitting a corner case where the sites those jobs are targeting primarily have EL7 resources now. If none of the resources match, you'd get an immediate error, but one CE supports EL6 so the error doesn't trigger. There is an additional quirk that if there are any CEs at the site with the right platform, you'll never get the error, even if that CE doesn't support the specified VO (so your job will never actually run)! I'll put in a ticket for us to look at the code and fix the bug after the holiday season. You can either use EL7, which has more resources at the target sites, or put the LFN into the input sandbox instead of InputData to remove the data-site binding (so the jobs will run on EL6 elsewhere and stage the data). Regards, Simon On Mon, Jul 29, 2019 at 10:52:24AM +0100, Raja Nandakumar wrote:
Hi,
My DUNE jobs ID 18092650, 18116569, 18176428 are not being picked up in the sense that it looks like there are no pilots being submitted for them (they target specific sites due to the input data locations). Is there any way to tell if there is anything specific that I am doing wrong?
Thanks and Cheers, Raja.