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

Contents of /MITgcm_contrib/timing/mitgcm_ipc_w2

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


Revision 1.1 - (show annotations) (download)
Tue May 9 17:13:40 2006 UTC (17 years, 11 months ago) by ce107
Branch: MAIN
CVS Tags: HEAD
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=6

  ViewVC Help
Powered by ViewVC 1.1.22