Re: [OMPI users] LSF's LSB_PJL_TASK_GEOMETRY + OpenMPI 1.10.2

2016-04-18 Thread Ralph Castain
Hi Farid I’m not sure I understand what you are asking here. If your point is that OMPI isn’t placing and binding procs per the LSF directives, then you are quite correct. The LSF folks never provided that level of integration, nor the info by which we might have derived it (e.g., how the patte

[OMPI users] LSF's LSB_PJL_TASK_GEOMETRY + OpenMPI 1.10.2

2016-04-18 Thread Farid Parpia
Greetings! The following batch script will successfully demo the use of LSF's task geometry feature using IBM Parallel Environment: #BUB -J "task_geometry" #BSUB -n 9 #BSUB -R "span[ptile=3]" #BSUB -network "type=sn_single:mode=us" #BSUB -R "affinity[core]" #BSUB -e "task_geometry.stderr.%J" #BSU