[kitten] push by debonis....@gmail.com - minor change for PIAPI structure difference on 2013-07-01 18:38 GMT

2 views
Skip to first unread message

kit...@googlecode.com

unread,
Jul 1, 2013, 2:38:41 PM7/1/13
to kitten-...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages