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 018fd29 commit d2eadc7Copy full SHA for d2eadc7
bin/cuda_memtest.sh
@@ -40,7 +40,9 @@ output=`cuda_memtest --disable_all --device $host_rank $enable_gpu_tests --num_p
40
if [ $? -ne 0 ] ; then
41
host_name=`hostname`
42
if [ ! -d "$old_path" ]; then
43
- echo "Error: $0 did not find directory: $old_path (on host: $host_name with rank: $host_rank)" >&2
+ echo "Error: $0 did not find directory: $old_path (on host: $host_name with rank: $host_rank)" >&2
44
+ echo "error message of memtest is:" >&2
45
+ echo -e "$output" >&2
46
exit 2
47
else
48
echo -e "$output" > $old_path/cuda_memtest_"$host_name"_"$host_rank".err
0 commit comments