Revision: 4c3ce6435cc0
Branch: default
Author: David DeBonis <
dde...@sandia.gov>
Date: Mon Jul 1 11:38:23 2013
Log: minor change for PIAPI structure difference
http://code.google.com/p/kitten/source/detail?r=4c3ce6435cc0
Modified:
/user/runtime2/pct/pct.c
=======================================
--- /user/runtime2/pct/pct.c Thu Jun 6 14:35:44 2013
+++ /user/runtime2/pct/pct.c Mon Jul 1 11:38:23 2013
@@ -322,7 +322,7 @@
printf( "PIAPI:\n");
printf( "\tsample - %u of %u\n", sample->number, sample->total );
printf( "\ttime - %f\n", sample->time_sec+sample->time_usec/1000000.0 );
- printf( "\tpower - %f\n", sample->power );
+ printf( "\tpower - %f\n", sample->raw.watts );
printf( "\tenergy - %f\n", sample->energy );
}
#endif