File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ gpus=`rocm-smi --showid | awk '{print $1}' | grep -Eo '[0-9]+' | uniq | tr '\n'
44ngpus=` echo " $gpus " | tr -d ' [:space:]' | wc -c`
55
66if [ " $job_device " = " gpu" ]; then
7- ./mfc.sh test --max-attempts 3 -j $ngpus -- -c frontier
7+ ./mfc.sh test --max-attempts 3 -j $ngpus --sched-debug -- -c frontier
88else
9- ./mfc.sh test --max-attempts 3 -j 32 -- -c frontier
9+ ./mfc.sh test --max-attempts 3 -j 32 --sched-debug -- -c frontier
1010fi
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if [ "$job_device" = "gpu" ]; then
2222 n_test_threads=` expr $gpu_count \* 2`
2323fi
2424
25- ./mfc.sh test --max-attempts 3 -a --schedule -debug -j $n_test_threads $device_opts -- -c phoenix
25+ ./mfc.sh test --max-attempts 3 -a --sched -debug -j $n_test_threads $device_opts -- -c phoenix
2626
2727sleep 10
2828rm -rf " $currentdir " || true
You can’t perform that action at this time.
0 commit comments