When I specify the number of processors = 4, my calculation works fine. But when I want to specify the number of processors more than four, the program gives: "Will use up to 8 processors via shared memory." and that's all. The calculation does not work. What should I do?