File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1111set -euo pipefail
1212
1313CAMPAIGN=/volatile/eic/romanov/meson-structure-2025-06
14- CODE_HOME=
14+ CSV_CONVERT_DIR=/work/eic/users/romanov/meson-structure-work/meson-structure/csv_convert
1515IMG=/cvmfs/singularity.opensciencegrid.org/eicweb/eic_xl:nightly
1616
1717echo " [INFO] Running convert_campaign.py in $( hostname) "
1818echo " [INFO] Campaign directory : $CAMPAIGN "
1919echo " [INFO] Container image : $IMG "
20+ echo " [INFO] CSV_CONVERT_DIR : $CSV_CONVERT_DIR "
2021echo " [INFO] Log file : $SLURM_OUTPUT "
2122
2223# Bind the whole campaign so script sees reco/ inside /work
23- singularity exec -B " $CAMPAIGN " :/work " $IMG " \
24- python3 /work /convert_campaign.py /work --submit
24+ singularity exec -B " $CAMPAIGN " :/work -B " $CSV_CONVERT_DIR " :/code " $IMG " \
25+ python3 /code /convert_campaign.py /work --submit
2526
2627echo " [DONE] Conversion job finished"
You can’t perform that action at this time.
0 commit comments