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

Fixing vcluster with CUDA_ON_CPU

parent 21f427f2
No related branches found
No related tags found
No related merge requests found
Pipeline #2897 passed
...@@ -997,7 +997,6 @@ int main(int argc, char* argv[]) ...@@ -997,7 +997,6 @@ int main(int argc, char* argv[])
if (v_cl.getProcessUnitID() == 0) if (v_cl.getProcessUnitID() == 0)
{std::cout << "TIME: " << t << " " << it_time.getwct() << " " << it_reb << " " << cnt << " Max visc: " << max_visc << " " << vd.size_local() << std::endl;} {std::cout << "TIME: " << t << " " << it_time.getwct() << " " << it_reb << " " << cnt << " Max visc: " << max_visc << " " << vd.size_local() << std::endl;}
} }
} }
tot_sim.stop(); tot_sim.stop();
......
openfpm_vcluster @ 5f11fc6f
Subproject commit 47750320953714192f4925dbcd95a140301afae7 Subproject commit 5f11fc6f504a368882fc220e9d759166ac391371
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