Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make mesh dump optional #1

Open
gshipman opened this issue Nov 5, 2019 · 0 comments
Open

Make mesh dump optional #1

gshipman opened this issue Nov 5, 2019 · 0 comments

Comments

@gshipman
Copy link

gshipman commented Nov 5, 2019

This is painful at larger mesh sizes, please consider making this optional:

index b1f0fd0..e51c639 100644
--- a/apps/hydro/driver.h
+++ b/apps/hydro/driver.h
@@ -232,9 +232,9 @@ int driver(int argc, char** argv)
 
 
   // dump connectivity
-  auto name = flecsi_sp::utils::to_char_array( inputs_t::prefix+".txt" );
-  auto f = flecsi_execute_task(print, apps::hydro, index, mesh, name);
-  f.wait();
+  //auto name = flecsi_sp::utils::to_char_array( inputs_t::prefix+".txt" );
+  //auto f = flecsi_execute_task(print, apps::hydro, index, mesh, name);
+  //f.wait();
 
   // start a clock
   auto tstart = ristra::utils::get_wall_time();
scothalverson referenced this issue in scothalverson/flecsale Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant