You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

What is the actual problem?

  • At job startup, the pipeline interface is invoked with the command: bash pipeline_wrapper (see for example: /sdf/data/fermi/n/u41/L1/logs/DEV/AAA-testVerifyS3df-no-wrap/5.9/verify/000/slurm_pilot)
  • If we invoke the container with <job executable="${preamble} ${container_wrap} python --version" batchOptions="${extra}" /> (as in Brian's example), the pipeline interface defined in pipeline_wrapper is NOT available inside the container.

How to reproduce the issue


  • The task AAA-testVerifyS3df-wrapper (see xml here) loads the container with ${container_wrap} at line 
    • <job executable="${preamble} ${container_wrap} ${python27} ${L1ProcROOT}/verify.py" batchOptions="${extra}" />
  • and loses access to the pipeline interface


  • No labels