TensorFlow and Horovod test#122
Closed
casparvl wants to merge 9 commits intoEESSI:mainfrom
casparvl:tf_libtest
Closed
TensorFlow and Horovod test#122casparvl wants to merge 9 commits intoEESSI:mainfrom casparvl:tf_libtest
casparvl wants to merge 9 commits intoEESSI:mainfrom
casparvl:tf_libtest
Conversation
…al hook for hybrid tests
… a standard hook for applying the module, environment and system combinations discovered by find_modules.
This was referenced Jul 5, 2021
added 2 commits
December 17, 2021 15:41
…le. Set binding if mpirun is used. Update config file for magic castle to contain the relevant items
…to be able to test
Contributor
|
@casparvl Is this still relevant, especially with EESSI/test-suite#38? I've just introduced |
Collaborator
Author
|
Closing this PR. We now have a native TensorFlow distributed test through EESSI/test-suite#38 . This PR (#122) has a TensorFlow test which uses Horovod for distribution. That's nice, if you want to test Horovod, but we can always re-implement that later in the EESSI test suite. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I recreated the TensorFlow tests from #106 in the library-of-tests fromat, and reusing the same standard
hooksas I've set up for e.g.GROMACS.To run this test case:
tests/reframeis in yourPYTHONPATH(so that theeessi_utilsis found)settings.pyfor your system (adapt partition names, #CPU cores, #sockets, # GPUs)3.6.2or newer should work)find_moduleslogic is used based on the assumption of a flat module naming scheme). Note that it does not have to be the EESSI software stack per se - it could be some locally installed modules, provided thatmodule av Horovodandmodule av TensorFlowreturn you respective Horovod and TensorFlow modules.After that, simply run e.g.
in the
software-layer/tests/reframedirectory.