justIN           Dashboard       Workflows       Jobs       AWT       Sites       Storages       Docs       Login

Workflow 1776, Stage 1

Priority50
Processors1
Wall seconds80000
Image/cvmfs/singularity.opensciencegrid.org/fermilab/fnal-wn-sl7:latest
RSS bytes2097152000 (2000 MiB)
Max distance for inputs100.0
Enabled input RSEs CERN_PDUNE_EOS, DUNE_CA_SFU, DUNE_CERN_EOS, DUNE_ES_PIC, DUNE_FR_CCIN2P3_DISK, DUNE_IN_TIFR, DUNE_IT_INFN_CNAF, DUNE_UK_GLASGOW, DUNE_UK_LANCASTER_CEPH, DUNE_UK_MANCHESTER_CEPH, DUNE_US_BNL_SDCC, DUNE_US_FNAL_DISK_STAGE, FNAL_DCACHE, FNAL_DCACHE_STAGING, FNAL_DCACHE_TEST, MONTECARLO, NIKHEF, PRAGUE, QMUL, RAL-PP, RAL_ECHO, SURFSARA, T3_US_NERSC
Enabled output RSEs CERN_PDUNE_EOS, DUNE_CA_SFU, DUNE_CERN_EOS, DUNE_ES_PIC, DUNE_FR_CCIN2P3_DISK, DUNE_IN_TIFR, DUNE_IT_INFN_CNAF, DUNE_UK_GLASGOW, DUNE_UK_LANCASTER_CEPH, DUNE_UK_MANCHESTER_CEPH, DUNE_US_BNL_SDCC, DUNE_US_FNAL_DISK_STAGE, FNAL_DCACHE, FNAL_DCACHE_STAGING, FNAL_DCACHE_TEST, NIKHEF, PRAGUE, QMUL, RAL-PP, RAL_ECHO, SURFSARA, T3_US_NERSC
Enabled sites BR_CBPF, CA_SFU, CERN, CH_UNIBE-LHEP, CZ_FZU, ES_CIEMAT, ES_PIC, FR_CCIN2P3, IT_CNAF, NL_NIKHEF, NL_SURFsara, UK_Bristol, UK_Brunel, UK_Durham, UK_Edinburgh, UK_Glasgow, UK_Imperial, UK_Lancaster, UK_Liverpool, UK_Manchester, UK_Oxford, UK_QMUL, UK_RAL-PPD, UK_RAL-Tier1, UK_Sheffield, US_Colorado, US_FNAL-FermiGrid, US_FNAL-T1, US_Michigan, US_PuertoRico, US_SU-ITS, US_Swan, US_UChicago, US_UConn-HPC, US_UCSD, US_Wisconsin
Scopeusertests
Events for this stage

Output patterns

 DestinationPatternLifetimeFor next stageRSE expression
1https://fndcadoor.fnal.gov:2880/dune/scratch/users/rraut/fnal/01776/1detsim_*.root

Environment variables

NameValue
INPUT_TAR/cvmfs/fifeuser3.opensciencegrid.org/sw/dune/e839c1481aa124085ec07fa08f863e14076bbb59

File states

Total filesFindingUnallocatedAllocatedOutputtingProcessedNot foundFailed
10100000

Job states

TotalSubmittedStartedProcessingOutputtingFinishedNotusedAbortedStalledJobscript errorOutputting failedNone processed
7540000007530001

RSEs used

NameInputsOutputs
None01

Stats of processed input files as CSV or JSON, and of uploaded output files as CSV or JSON (up to 10000 files included)

Jobscript

#!/bin/bash
:<<'EOF'
Generating cosmic events for n_100 test

EOF
echo "---Starting Job---"
export FHICL_FILE_PATH="${INPUT_TAR}:${FHICL_FILE_PATH:-}"
export FW_SEARCH_PATH="${INPUT_TAR}:${FW_SEARCH_PATH:-}"

DUNE_VERSION=${DUNE_VERSION:-v10_08_00d00}
DUNE_QUALIFIERS=${DUNE_QUALIFIERS:-e26:prof}



source /cvmfs/dune.opensciencegrid.org/products/dune/setup_dune.sh
setup dunesw "$DUNE_VERSION" -q "$DUNE_QUALIFIERS"

UNIQUE_ID="${JUSTIN_PROCESS:-}"

jobscriptExit=0
echo "Unique Id for this Job: ${UNIQUE_ID}"
echo "Running gen......"

lar -c "gen_cosmic.fcl" -n 1 -o "gen_${UNIQUE_ID}.root"


echo "Running G4 Stage 1..."
lar -c "g4_cosmic_stage1.fcl" -s "gen_${UNIQUE_ID}.root" -o "g4_stage1_${UNIQUE_ID}.root"
    
echo "Running G4 Stage 2..."
lar -c "g4_cosmic_stage2.fcl" -s "g4_stage1_${UNIQUE_ID}.root" -o "g4_stage2_${UNIQUE_ID}.root"
    
echo "Running Detector Simulation..."
lar -c "detsim_cosmic.fcl" -s "g4_stage2_${UNIQUE_ID}.root" -o "detsim_${UNIQUE_ID}.root" 

echo "--- Jobscript finishd ---"
exit $jobscriptExit
justIN time: 2025-09-18 22:15:42 UTC       justIN version: 01.05.00