Hi @wangantian ,
Please also make sure that you use the single-threaded setup. There are two options for this:
- Compile with OpenMP support (ON by default) and then set the OMP_NUM_THREADS to 1, i.e.,
export OMP_NUM_THREADS=1
- Compile w/o OpenMP support: set WITH_OPENMP to OFF when running cmake.