Skip to content
Snippets Groups Projects
Commit eef64529 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

SPH times

parent 068d6397
No related branches found
No related tags found
No related merge requests found
......@@ -968,9 +968,13 @@ int main(int argc, char* argv[])
double mean_comm, dev_comm;
standard_deviation(time_steps,mean_ts,dev_ts);
standard_deviation(time_forces,mean_tf,dev_ts);
standard_deviation(time_forces,mean_tf,dev_tf);
standard_deviation(time_comm,mean_comm,dev_comm);
std::cout << mean_ts << " " << dev_ts << std::endl;
std::cout << mean_tf << " " << dev_tf << std::endl;
std::cout << mean_comm << " " << dev_comm << std::endl;
openfpm_finalize();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment