Quantcast
Viewing all articles
Browse latest Browse all 21

Intel MPI with pthread

Inglese

I am trying to run a program that uses Pthread with Intel MPI. The program was compiled and linked successfully. I ran it on a dual-socket machine with two quad-core processors, but no threads seemed to be created. Below is the command I used:

mpirun -n 2 exectable

The program is supposed to generate 8 threads in one of the 2 processes. Thanks.


Viewing all articles
Browse latest Browse all 21

Trending Articles