Floating point exception when running HPC-Benchmark:23.3

When I tried to run HPC-Benchmark:23.3 with Singlarity on a single A100, it gives such failed:

Caught signal 8 (Floating point exception: integer divide by zero)

I just used commands below, without slurm.

singularity run --nv \
     -B "${MOUNT}" "${CONT}" \
     /workspace/hpl-linux-x86_64/hpl.sh --dat /my-dat-files/HPL.dat

Did anyone come to this problem? And how can I solve it?