/[MITgcm]/MITgcm_contrib/timing/mitgcm_ipc
ViewVC logotype

Annotation of /MITgcm_contrib/timing/mitgcm_ipc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue May 9 17:13:40 2006 UTC (19 years, 1 month ago) by ce107
Branch: MAIN
CVS Tags: HEAD
Scripts for postprocessing timing and performance counter information
per timestep along with instructions in README

1 ce107 1.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 | grep during | awk -f ~/awk/mitgcm_stats.awk -v START=$start -v FIRSTN=$firstn -v SKIP=$skip -v NN=3

  ViewVC Help
Powered by ViewVC 1.1.22