We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b257b67 commit df8ed97Copy full SHA for df8ed97
examples/deal.II/bps.cc
@@ -61,7 +61,7 @@ struct Parameters
61
unsigned int n_global_refinements = 1;
62
unsigned int fe_degree = 2;
63
bool print_timings = true;
64
- std::string libCEED_resource = "/cpu/self/avx/blocked";
+ std::string libCEED_resource = "/cpu/self";
65
66
bool
67
parse(int argc, char *argv[])
0 commit comments