diff --git a/openfpm_data b/openfpm_data
index 9e797d23cdeb6500b996ebd75f5cdb0811d80940..b3462a106ef9f680ca0d0040d0b46aff8d86b2e0 160000
--- a/openfpm_data
+++ b/openfpm_data
@@ -1 +1 @@
-Subproject commit 9e797d23cdeb6500b996ebd75f5cdb0811d80940
+Subproject commit b3462a106ef9f680ca0d0040d0b46aff8d86b2e0
diff --git a/src/Vector/performance/cell_list_comp_reorder.hpp b/src/Vector/performance/cell_list_comp_reorder.hpp
index 4b4ee24c3f25d156ade63ea11efc5a3250df4bd8..bbfae08b35e00051c57953481152e2d10092d256 100644
--- a/src/Vector/performance/cell_list_comp_reorder.hpp
+++ b/src/Vector/performance/cell_list_comp_reorder.hpp
@@ -359,8 +359,7 @@ BOOST_AUTO_TEST_CASE(vector_dist_cl_performance_write_report)
 
 		addUpdtateTime(cg,create_vcluster().size(),"pdata","celllist_performance");
 
-		if (create_vcluster().rank() == 0)
-		{createCommitFile("pdata");}
+		createCommitFile("pdata");
 
 		cg.write("celllist_performance.html");
 	}