-
Notifications
You must be signed in to change notification settings - Fork 1
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
6 changed files
with
56 additions
and
16 deletions.
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,7 +1,23 @@ | ||
# Application-Development-for-Information-Systems | ||
|
||
## TODO: | ||
1. Read the damn pdf already | ||
## Contributors: | ||
|
||
## NOTICE: | ||
1. TLB misses on build and probe phase | ||
* Vasileios Sioros - 1115201500144 | ||
* Ioannis Maliaras - 1115201500084 | ||
* Ioannis Cheilaris - 1115201500176 | ||
|
||
--- | ||
|
||
## Usage: | ||
|
||
./harness.sh | ||
or | ||
|
||
./harness.sh {number_of_threads} | ||
|
||
--- | ||
|
||
## More information | ||
|
||
For more information look into ./harness.sh and ./inc and ./src folders. | ||
The test program is ./test/executioner_unit.cpp |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#!/bin/bash | ||
yes "yes" | ./cpp-build --makefile; | ||
if [ -z "$1" ]; then | ||
./cpp-build -q; | ||
else | ||
./cpp-build -q -t=$1; | ||
fi | ||
|
||
|
||
yes "yes" | ./igenerate.sh workload/small/small.work input.txt workload/small/r*; | ||
|
||
cd ./workload/small; | ||
|
||
echo; | ||
echo; | ||
echo "Harness completed in (ms):"; | ||
../../bin/harness.exe small.init small.work small.result ../../bin/executioner_unit.exe; | ||
|
||
cd ../../; | ||
|
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