SBNSoftware / icarus-production

The repository is intended to support ICARUS production activities
GNU General Public License v3.0
0 stars 0 forks source link

Files not declared on SAM #20

Open mt82 opened 3 weeks ago

mt82 commented 3 weeks ago

Hi everyone, I have an issue with the BNB nue campaign. It's a two stage campaign

The first stage jobs complete successfully and live here: /pnfs/icarus/scratch/users/icaruspro/dropbox/mc1/poms_test/2024A_ICARUS_BNB_nue_MC/v09_89_01_01/gen_filter_g4/g4/

But it would seem that none of them are declared to SAM and they cannot be found by the next stage: https://pomsgpvm01.fnal.gov/poms/show_dimension_files/icarus/production?dims=ischildof:(%20%20snapshot_for_project_name%20None%20%20)%20and%20create_date%20%3E%20%272024-06-09T16:03:22-0500%27%20and%20%20file_name%20like%20%27prod%.root%27%20and%20version%20%27v09_89_01_01%27

Any recommendation?

mt82 commented 3 weeks ago

from @mattfcs Hi @francois-drielsma, was there any erros in the logs? If there was an error in the declaration of the files it should be explicit. @PromitaRoy is having issues with files not being declared but that was related to the length of compressed data name files so it should not be the case here.

mt82 commented 3 weeks ago

from @francois-drielsma Mmmh ok, thank you, I stand corrected. The files are indeed declared to the SBN sam (as expected), but not found by the next stage. Is it because I need to use something like _poms_depends for the next stage to pick them up?

mt82 commented 3 weeks ago

from @mattfcs something like _poms_depends is the setup for the automatic start of the next stage by POMS. I confess I've been not trusting it that much and just adding the input datasets and starting the stages by hand.