"FATAL ERROR" when testing "./xdcblat3 < din3"

Environment: ARMV8 CentOS 7.6, OpenBLAS-0.3.7
compile: make TARGET=ARMV8 -j
cd ctest
mycount=0; while (( $mycount < 100 )); do ./xdcblat3 < din3;sleep 1; ((mycount=$mycount+1)); done;
The error will occur about every 7 or 8 times! And when "export OMP_NUM_THREADS=1", the error doesn't occur! I'm not sure if this is a precision issue or a calculation error!
"FATAL ERROR" when testing "./xdcblat3 < din3"

Environment: ARMV8 CentOS 7.6, OpenBLAS-0.3.7
compile: make TARGET=ARMV8 -j
cd ctest
mycount=0; while (( $mycount < 100 )); do ./xdcblat3 < din3;sleep 1; ((mycount=$mycount+1)); done;
The error will occur about every 7 or 8 times! And when "export OMP_NUM_THREADS=1", the error doesn't occur! I'm not sure if this is a precision issue or a calculation error!