Processor/socket affinity in openMPI?
I know,there are some basic function in openMPI implementation for mapping the different processes to different cores of different sockets(if the system have more than one sockets). --bind-to-socket (first come first serve) --bysocket (round-robin,based on load balencing) --npersocket N (assign N processes to each socket) --npersocket N --bysocket (assign N process to each socket , but in a round-robin basis) --bind-to-core (binds one process to each core in a sequential fashion) --bind-to-core --bysocket (assign one process to each core ,but never leave any socket less utilized) --cpus-per