TheRoddyWMS / BatchEuphoria

A library to access different kinds of cluster backends
MIT License
3 stars 5 forks source link

Allow toggling the copying of the environment to execution hosts #89

Closed vinjana closed 6 years ago

vinjana commented 6 years ago

Missing: Allow setting this feature via the command, unless enforced by the JobManager.

vinjana commented 6 years ago

@askask Beware. The current implementation requires to explicitly set the passEnvironment variable in the JobManager to false. This needs to be changed in client code.

The previous default was true (which is probably not what you want -- false is safer!)