I have a technique problem: the itensor can automatically parallelize (multiple CPU cores are occupied) in one of my machine (call A), while in another machine (call B), it doesn't (one CPU core is occupied). To configuration of A, B are listed as follows
A: Ubuntu 16.04, with g++, lapack, BLAS, MKL installed
B: CentOS, with g++, lapack installed
Is there anything being missed in machine B ? Thank you