-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A number of defects were found in the testing that primarily affected the tests run on HPC platforms. Many of these were uncovered during the recent introductions of major features that touched on various aspects of the testing suite. Most fixes are focused primarily on changes to the actual tests as opposed to fundamental changes in the underlying code base. Some of the major changes are: - Most tests are run in their own experiment directory avoiding the overwrite of directories between tests - When attempting to run multi-gpu tests, a bug (presumably in RedisAI) was found that prevents the setting of multiple GPUs when using the Tensorflow backend. These tests now only use a single GPU regardless of the value of `SMARTSIM_TEST_NUM_GPUS` - Ensures that tests that spin up an `Orchestrator` always stop it before exiting, either due to success or failure of a different component of the test Lastly, changes were also made to `QsubBatchSettings` to add support for PBS-like platforms that use the `resources` tag to define additional resources and/or otherwise customize PBS batch jobs [ committed by @al-rigazzi and @ashao ] [ reviewed by: @MattToast ] Co-authored-by: Alessandro Rigazzi <al.rigazzi@hpe.com> Co-authored-by: Andrew Shao <andrew.shao@hpe.com>
- Loading branch information
1 parent
d8fba1b
commit 1b92adf
Showing
62 changed files
with
1,033 additions
and
932 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.