Skip to content

Commit

Permalink
phasta: std for cerr
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith authored Jul 26, 2018
1 parent 313f5f3 commit 06f2b77
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 06f2b77

Please sign in to comment.