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 84d65a0 commit 2d0e6e4Copy full SHA for 2d0e6e4
tests/mfem_amgx/ex1_amgx.cpp
@@ -32,7 +32,7 @@ int main(int argc, char *argv[])
32
int dim = 3;
33
int level = 0;
34
int order = 1;
35
- const char *device_config = "cpu";
+ const char *device_config = "cuda";
36
37
OptionsParser args(argc, argv);
38
args.AddOption(&dim, "-dim", "--mesh-dimension",
0 commit comments