Skip to content

Commit 9c156b3

Browse files
committed
ex1p.sh device=cuda
1 parent 2d0e6e4 commit 9c156b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mfem_amgx/ex1p.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function run_tests()
3939
# 'max_dofs_proc' can be set on the command line
4040
local l_max_dofs_proc=${max_dofs_proc:-4200000}
4141
# 'mfem_devs' can be set on the command line
42-
local l_mfem_devs=(${mfem_devs:-cpu})
42+
local l_mfem_devs=(${mfem_devs:-cuda})
4343
local dim=3
4444
local args=
4545
for dev in ${l_mfem_devs[@]}; do

0 commit comments

Comments
 (0)