1
1
openmpi/orte/mca/rmaps/ppr
2013-03-26 20:09:49 +00:00
..
help-orte-rmaps-ppr.txt Remove stale orte_vm_launch param. Add a param that allows users to specify envars to forward/set so they can do it in the MCA param file instead of only via mpirun cmd line. 2011-12-06 21:31:22 +00:00
Makefile.am Add a simple pattern mapper as an example of how to use the topology info to create desired mappings. Let the user specify a pattern based on resource types, and map that pattern across all available nodes as resources permit. 2011-10-29 15:12:45 +00:00
rmaps_ppr_component.c Restore the cpus-per-proc option for byslot and bynode mapping. Remove the bind_idx (which recorded the index of the hwloc object where the proc was bound) as this would no longer be unique, and just use the bitmap as the standard reference for location. Update the relative locality computation to take bitmaps as its argument. 2013-03-26 18:27:50 +00:00
rmaps_ppr.c Finish the binding cleanup by removing the no-longer-used binding level scheme. This proved to be fallible as there is no guarantee that the hierarchy it used matched physical reality of the machine (e.g., is L3 "above" the socket or not). Still have to complete the ppr update, but get the rest of it correct. 2013-03-26 20:09:49 +00:00
rmaps_ppr.h At long last, the fabled revision to the affinity system has arrived. A more detailed explanation of how this all works will be presented here: 2011-11-15 03:40:11 +00:00