-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating email and version
- Loading branch information
Peter Mendygral
authored
Jun 11, 2020
1 parent
52e4506
commit 15a2bc8
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,8 @@ network_test: Full system network tests in random and natural ring, alltoall | |
|
||
network_load_test: Select full system network tests run with four congestors to | ||
measure network congestion or contention | ||
|
||
The latest version is 1.2. | ||
|
||
# Compile # | ||
|
||
|
@@ -108,10 +110,11 @@ Please contact any of the following people if you have any questions. | |
|
||
* Taylor Groves ([email protected]) | ||
* Sudheer Chunduri ([email protected]) | ||
* Pete Mendygral (pjm@cray.com) | ||
* Pete Mendygral (peter.mendygral@hpe.com) | ||
|
||
# ChangeLog # | ||
|
||
Version 1.2 | ||
4/3/2020: Adding in a new congestor type that mimics the allreduce operations for DL training. It is based on | ||
the paper presented on at 2019 Rice Data Science Conference | ||
https://2019datascienceconference.sched.com/event/UYuZ/sharing-resources-in-the-age-of-deep-learning |