root/Multipole/trunk/bench
@
1
| Revision 1, 300 bytes (checked in by cristy, 3 months ago) |
|---|
| Rev | Line | |
|---|---|---|
| [1] | 1 | #!/bin/csh |
| 2 | /bin/cp N-body /tmp/N-body | |
| 3 | set log = bench.`hostname` | |
| 4 | /bin/cp $log $log~ | |
| 5 | uname -a > $log | |
| 6 | time /tmp/N-body 32767 3 >>& $log | |
| 7 | time /tmp/N-body 262143 3 >>& $log | |
| 8 | time /tmp/N-body 524287 3 >>& $log | |
| 9 | time /tmp/N-body 1048575 3 >>& $log | |
| 10 | rm -f /tmp/N-body | |
| 11 | Mail cristy@studio.virginimage.org < $log |
Note: See TracBrowser
for help on using the browser.
