Skip to content

Modifying PYTHONPATH so that MadGraph uses patched shutil

Hannes Mildner requested to merge hmildner/athena:master-shutil-patch into master

In MadGraphControl we are now modifying PYTHONPATH before running MadGraph so that a patched version of shutil is used that does not throw the no-space-left-on-device errors that have made running MG impossible on some file systems.

Merge request reports