diff --git a/AUTOTEST/machine-tux.sh b/AUTOTEST/machine-tux.sh index b61569aa5..4f36c22f3 100755 --- a/AUTOTEST/machine-tux.sh +++ b/AUTOTEST/machine-tux.sh @@ -120,6 +120,11 @@ RO="-ams -ij -sstruct -struct -lobpcg -rt -D HYPRE_NO_SAVED -nthreads 2" ./test.sh basic.sh $src_dir -co: $co -mo: $mo -ro: $RO ./renametest.sh basic $output_dir/basic--with-openmp +co="--with-openmp --enable-hopscotch" +RO="-ij -sstruct -struct -lobpcg -rt -D HYPRE_NO_SAVED -nthreads 2" +./test.sh basic.sh $src_dir -co: $co -mo: $mo -ro: $RO +./renametest.sh basic $output_dir/basic--with-concurrent-hopscotch + co="--enable-single --enable-debug" ./test.sh basic.sh $src_dir -co: $co -mo: $mo -ro: -single ./renametest.sh basic $output_dir/basic--enable-single