File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ for BACKEND in ${BACKENDS[@]}; do
440440 if [ " $BACKEND " = " reference_omp" ] || [ " $BACKEND " = " reference" ] || [ " $BACKEND " = " hyperdags" ] || [ " $BACKEND " = " nonblocking" ]; then
441441 echo " >>> [x] [ ] Tests Simulated Annealing-Replica Exchange on a"
442442 echo " small 16x16 matrix."
443- echo " Functional test executable: ${TEST_BIN_DIR} /simulated_annealing_re_ising_reference "
443+ echo " Functional test executable: ${TEST_BIN_DIR} /simulated_annealing_re_ising_ ${BACKEND} "
444444 $runner ${TEST_BIN_DIR} /simulated_annealing_re_ising_${BACKEND} --use-default-data --verify & > ${TEST_OUT_DIR} /simulated_annealing_re_ising_${BACKEND} _${P} _${T} .log
445445 ( grep " Test OK" ${TEST_OUT_DIR} /simulated_annealing_re_ising_${BACKEND} _${P} _${T} .log ) || printf ' Test FAILED.\n'
446446 fi
You can’t perform that action at this time.
0 commit comments