Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Luter 345 Experiments
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
HPC Bench Measurements
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Get shortened URL
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==HPC Bench== ===Installing HPC Bench=== [http://hpcbench.sourceforge.net/ Hpcbench Download] <p>Using the site above download the Hpcbench.tar.gz </p> <p>Place the Hpcbench.tar.gz file onto the laptops in the location you would like the Hpcbench folder to be</p> <p> <strong>Note:</strong> Easiest to place it in the main users folder. If you followed the install tutorial it would be in the root directory.</p> ===Using HPC Bench=== [http://hpcbench.sourceforge.net/usage.html#udp Guide for HPC Bench options and usage] *'''Start up''' **./udpserver *'''Test run command''' **./udptest -ah (IP Address) -r (repetitions) -o (data text file) *** -ah is IP Address is the receiving computer *** -r is number of runs desired *** -o is data text file or the path to the data text file you want the output to go to ==Output Formatting== ===Data File=== <p>When the program is run the data will be output as such:</p> <br /> <p># UDP roundtrip time test DATE</p> <p># localhost.localdomain <--> IP-ADDRESS</p> <p># UDP-send-buffer: ## UDP-recv-buffer: ##</p> <p># Message-size: # Iteration: #</p> <p>UDP Round Trip Time (1) : ## usec</p> <p>UDP Round Trip Time (2) : ## usec</p> <p>...</p> <p>UDP Round Trip Time (n) : ## usec</p> <p>n trials with message size 64 Bytes</p> <p>UDP RTT (64-byte) min/avg/max = ### / ### / ### usec</p> <br /> <br /> ===Formatting=== <p>To edit the file to get the output needed for the ROOT Programming use the following commands on the text file:</p> <p><pre>sed 'n-1,nd' | sed '1,4d' filename.txt > output.txt</pre></p> <p><pre>cat data.txt | tr -d '(' | tr -d ')' | awk '{print $5 " " $7}' > output.txt</pre></p> <p><strong>Note:</strong> Make sure you have a backup of the text files before performing any editing on them in terminal!</p> <br> <p> The first command removes the last two and first four lines of the file. </p> <p> The second command removes the parentheses around the run # and only prints columns 5 and 7 which are the necessary values </p>
Summary:
Please note that all contributions to Luter 345 Experiments may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Luter 345 Experiments:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)