Skip to content
Snippets Groups Projects
Commit dd2a8b7d authored by rarbore2's avatar rarbore2
Browse files

tweaks of cfd

parent 3cd87810
No related branches found
No related tags found
1 merge request!224More opts
Pipeline #202085 passed
...@@ -57,5 +57,10 @@ if !feature("seq") { ...@@ -57,5 +57,10 @@ if !feature("seq") {
copy_vars = copy_vars_body; copy_vars = copy_vars_body;
} }
const-inline[false](*);
simpl!(*);
fork-split(compute_step_factor, compute_flux, time_step, copy_vars);
unforkify(compute_step_factor, compute_flux, time_step, copy_vars); unforkify(compute_step_factor, compute_flux, time_step, copy_vars);
simpl!(*);
gcm(*); gcm(*);
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