We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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();
The text was updated successfully, but these errors were encountered:
Merge pull request #1 from gshipman/feature/jgraham/legion_scaling
b4ef639
Feature/jgraham/legion scaling
No branches or pull requests
This is painful at larger mesh sizes, please consider making this optional:
The text was updated successfully, but these errors were encountered: