Closed ohm314 closed 6 years ago
I guess hpl executable requires the Dat file to be located on the same dir. You can implement post_execution hook in hpl.py to remove the executable.
On Mar 20, 2018 13:58, "Omar Awile" notifications@github.com wrote:
this is causing huge numbers of binaries to be duplicated. Final report directories are several GB big for even a moderately sized cluster. @tristan0x https://github.com/tristan0x : Is there any specific reason the executables were being copied in the first place?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tristan0x/hpcbench/issues/129, or mute the thread https://github.com/notifications/unsubscribe-auth/AAWd-xVxQhUt4JjS2869Ro6vLOHYmRz3ks5tgPzagaJpZM4Sx1-b .
it only needs to be in the cwd - so no need to copy the binary at all :)
this is causing huge numbers of binaries to be duplicated. Final report directories are several GB big for even a moderately sized cluster. @tristan0x : Is there any specific reason the executables were being copied in the first place?