The hardcoded getenv = True is removed for all Pegasus sites in #5323. The context was LIGO cluster has disabled it (the pros and cons have been discussed in the PR), and this should have an impact on all Pegasus workflows which rely on getenv=True.
One of the issues we identified is the test bank generation workflow with pycbc_geom_aligned_bank is broken. I think because this command generates the Pegasus settings in the code while running, instead of specifying in a configuration file. Anyway, we worked around this issue by manually adding back "condor|getenv=True" in the configuration file (the same should be done for all workflows with the similar issues). It needs an overhaul if we want to get rid to getenv=True
The hardcoded
getenv = Trueis removed for all Pegasus sites in #5323. The context was LIGO cluster has disabled it (the pros and cons have been discussed in the PR), and this should have an impact on all Pegasus workflows which rely on getenv=True.One of the issues we identified is the test bank generation workflow with
pycbc_geom_aligned_bankis broken. I think because this command generates the Pegasus settings in the code while running, instead of specifying in a configuration file. Anyway, we worked around this issue by manually adding back "condor|getenv=True" in the configuration file (the same should be done for all workflows with the similar issues). It needs an overhaul if we want to get rid to getenv=True