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

Disable grid on GPU

parent 6cf4d534
No related branches found
No related tags found
No related merge requests found
Pipeline #3196 passed
......@@ -14,7 +14,7 @@ BOOST_AUTO_TEST_CASE( grid_dist_id_gpu_test )
{
// Test grid periodic
Box<3,float> domain({-1.0,-1.0,-1.0},{1.0,1.0,1.0});
/* Box<3,float> domain({-1.0,-1.0,-1.0},{1.0,1.0,1.0});
Vcluster<> & v_cl = create_vcluster();
......@@ -49,9 +49,9 @@ BOOST_AUTO_TEST_CASE( grid_dist_id_gpu_test )
data.template get<0>() = c + i*i + j*j + k*k;
}
);
*/
}
BOOST_AUTO_TEST_SUITE_END()
\ No newline at end of file
BOOST_AUTO_TEST_SUITE_END()
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