I am runing the HPL ( A Portable Implementation of the High-Performance Linpack
Benchmark for Distributed-Memory Computers) to do linpcke test.<br><br>I use the Atlas to as blas lib.<br><br>My machine has one cpu with four core.<br><br>I run the mpirun -np 1 ./xhlp the Gflops is 0.4 (one core to run)<br>
<br>but I run the mpirun -np 2 ./xhlp the Gflops is 0.04 (two core to run)<br><br>why is the two core is slower.<br><br>