Skip to content
  • Adam Caprez's avatar
    Add cd'ing to correct directory · c26ca54f
    Adam Caprez authored
    The BLAHP submit wrapper creates a temp directory and cd's there
    before running the executable. This breaks Pegasus jobs for a
    sharedfs site as it expects to be in the shared-scratch dir
    via the `remote_iwd` Condor ClassAd.  This dir is available via
    the PEGASUS_SCRATCH_DIR env variable in the job, so cd there as a
    workaround.
    c26ca54f