root/Multipole/trunk/bench @ 1

Revision 1, 300 bytes (checked in by cristy, 3 months ago)


RevLine 
[1]1#!/bin/csh
2/bin/cp N-body /tmp/N-body
3set log = bench.`hostname`
4/bin/cp $log $log~
5uname -a > $log
6time /tmp/N-body 32767 3 >>& $log
7time /tmp/N-body 262143 3 >>& $log
8time /tmp/N-body 524287 3 >>& $log
9time /tmp/N-body 1048575 3 >>& $log
10rm -f /tmp/N-body
11Mail cristy@studio.virginimage.org < $log
Note: See TracBrowser for help on using the browser.