Re: [OMPI users] ubuntu linux getting cores, not hyperthreading slots

2020-05-06 Thread Gilles Gouaillardet via users
Jim, You can mpirun --use-hwthread-cpus ... to have one slot = one hyperthread (default is slot = core) Note you always have the opportunity to mpirun --oversubscribe ... Cheers, Gilles - Original Message - I've just compiled my own version of ompi on Ubuntu 20.04 linux fo

[OMPI users] ubuntu linux getting cores, not hyperthreading slots

2020-05-06 Thread Jim Maas via users
I've just compiled my own version of ompi on Ubuntu 20.04 linux for use with R and Rmpi etc. It works ok but the maximum number of slaves I can get is number of cores (20). I used to be able to get the number of hyperthreaded slots (40). What is the most likely cause of my new problem and/or how