Skip to content

Commit

Permalink
Merging develop into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightly Bot authored and cwsmith committed Jul 27, 2018
2 parents 51d8d1d + 06f2b77 commit d2fbb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phasta/phiotimer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static size_t phastaio_getCyclesPerMicroSec() {
cycles = t1 - t0;
cpus = ((double)cycles)/(usec);
if(!PCU_Comm_Self())
cerr << "cycles " << cycles << " us " << usec
std::cerr << "cycles " << cycles << " us " << usec
<< " cycles per micro second " << cpus << "\n";
return cpus;
}
Expand Down

0 comments on commit d2fbb26

Please sign in to comment.