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 2d0e6e4 commit 9c156b3Copy full SHA for 9c156b3
tests/mfem_amgx/ex1p.sh
@@ -39,7 +39,7 @@ function run_tests()
39
# 'max_dofs_proc' can be set on the command line
40
local l_max_dofs_proc=${max_dofs_proc:-4200000}
41
# 'mfem_devs' can be set on the command line
42
- local l_mfem_devs=(${mfem_devs:-cpu})
+ local l_mfem_devs=(${mfem_devs:-cuda})
43
local dim=3
44
local args=
45
for dev in ${l_mfem_devs[@]}; do
0 commit comments