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
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