Skip to content
Snippets Groups Projects
Commit d9897d35 authored by Aaron Councilman's avatar Aaron Councilman
Browse files

cfd was segfaulting due to vectorization and insufficient alignment

parent a19d92d5
No related branches found
No related tags found
1 merge request!186Rodinia
Pipeline #201733 failed
...@@ -246,7 +246,7 @@ fn test_euler() { ...@@ -246,7 +246,7 @@ fn test_euler() {
CFDInputs { CFDInputs {
data_file: "data/fvcorr.domn.097K".to_string(), data_file: "data/fvcorr.domn.097K".to_string(),
iterations: 1, iterations: 1,
block_size: 1, block_size: 4,
pre_euler: false, pre_euler: false,
} }
); );
...@@ -258,7 +258,7 @@ fn test_pre_euler() { ...@@ -258,7 +258,7 @@ fn test_pre_euler() {
CFDInputs { CFDInputs {
data_file: "data/fvcorr.domn.097K".to_string(), data_file: "data/fvcorr.domn.097K".to_string(),
iterations: 1, iterations: 1,
block_size: 1, block_size: 4,
pre_euler: true, pre_euler: true,
} }
); );
......
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