Parent Directory
|
Revision Log
|
Revision Graph
Scripts for postprocessing timing and performance counter information per timestep along with instructions in README
| 1 | #!/bin/csh -f |
| 2 | set start=$2 |
| 3 | set firstn=$3 |
| 4 | set skip=$4 |
| 5 | if ($start == "") set start=1 |
| 6 | if ($firstn == "") set firstn=1 |
| 7 | if ($skip == "") set skip=1000000 |
| 8 | zgrep -i "IPC" $1 | awk -f ~/awk/mitgcm_stats.awk -v START=$start -v FIRSTN=$firstn -v SKIP=$skip -v NN=5 |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |