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

Fixing output file for performance

parent 43f868bf
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ BOOST_AUTO_TEST_CASE(vector_dist_cl_performance_write_report)
// write the xml report
pt.put("celllist.comp.warning",warning_level);
cg.write(std::string(test_dir) + "/openfpm_pdata/Celllist_comp_ord.html");
cg.write("Celllist_comp_ord.html");
}
}
......
......@@ -118,7 +118,7 @@ BOOST_AUTO_TEST_CASE(vector_dist_cl_performance_write_report)
addUpdtateTime(cg);
if (create_vcluster().getProcessUnitID() == 0)
cg.write(std::string(test_dir) + "/openfpm_pdata/Celllist_part_ord.html");
cg.write("Celllist_part_ord.html");
}
BOOST_AUTO_TEST_SUITE_END()
......
......@@ -57,7 +57,7 @@ BOOST_AUTO_TEST_CASE(vector_dist_verlet_performance_write_report)
{
addUpdtateTime(cg);
cg.write(std::string(test_dir) + "/openfpm_pdata/Verletlist_comp.html");
cg.write("Verletlist_comp.html");
}
}
......
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