-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 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 |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# ClusterPerformanceTests | ||
Performance Tests for Small Clusters | ||
# Performance Tests for Small Clusters | ||
|
||
Copyright (C) 2017 Vincent A. Cicirello. | ||
|
||
http://www.cicirello.org/ | ||
|
||
The code provided in this repository was developed to test the performance of a small 8 node cluster of raspberry pis. Implementations of a few simple parallel algorithms for testing the performance of a small cluster. Uses Java RMI for communication between master node and the worker nodes. See the Java docs, in the doc folder, for other implementation details. The scripts folder contains useful bash scripts such as for starting the RMI servers on the worker nodes, shutting down and rebooting worker nodes from the master node, etc. See the scripts/README.txt file for details of the usage of the available scripts. |