root/Multipole/branches/Multipole-1.0.0/bench
| Revision 1, 300 bytes (checked in by cristy, 3 months ago) |
|---|
| Line | |
|---|---|
| 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.
