HEP-FCC / heppy

[deprecated] A python analysis framework for high energy physics
Other
11 stars 32 forks source link

fix : batch scripts now pick up the user environment #51

Closed cbernet closed 7 years ago

cbernet commented 7 years ago

@selvaggi sorry for the delayed answer to the issue you reported: https://github.com/HEP-FCC/heppy/issues/50

The problem comes from the fact that the FCC environment was hardcoded in the script sent to the worker. So everytime we were moving to a new FCC release, the batch scripts had to be modified. I now pick up the init script from the right place, using the FCCSWPATH environment variable.

Could you please let me know if this works for you? (I'm about to merge this PR, just waiting for the tests)

fcc-bot commented 7 years ago

All tests succeeded.

selvaggi commented 7 years ago

Works great, thanks a lot!

cbernet commented 7 years ago

cool! ty for letting me know