Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
rmaps
/
base
История
Ralph Castain
c5956e7b8c
Convert debug output to opal_output_verbose
...
Thanks to Tetsuya Mishima for reporting it cmr=v1.7.4:reviewer=jsquyres This commit was SVN r29969.
2013-12-19 00:36:15 +00:00
..
base.h
This commit introduces a new "mindist" ORTE RMAPS mapper, as well as
2013-05-22 13:04:40 +00:00
help-orte-rmaps-base.txt
There are cases where we want to use the novm state machine, but the backend node topology differs from that where mpirun is executing. In those cases, we can wind up thinking we are oversubscribed because the head node has fewer cores than the compute nodes.
2013-06-27 03:04:50 +00:00
Makefile.am
Update ORTE frameworks to use the MCA framework system.
2013-03-27 21:14:43 +00:00
rmaps_base_binding.c
Convert debug output to opal_output_verbose
2013-12-19 00:36:15 +00:00
rmaps_base_frame.c
Per the OMPI devel conference that changed our default behaviors:
2013-12-15 17:25:54 +00:00
rmaps_base_map_job.c
Per email on devel list, change the default rank-by to slot unless map-by <obj> is specified, in which case use rank-by <obj>
2013-12-18 00:48:50 +00:00
rmaps_base_print_fns.c
This commit introduces a new "mindist" ORTE RMAPS mapper, as well as
2013-05-22 13:04:40 +00:00
rmaps_base_ranking.c
By setting a default mapping/ranking/binding policy that wasn't "none", we introduced a problem for users of the Mac and any other machine where sockets aren't defined and/or binding is not supported. Fix that by checking to see if the user specified the failing policy - if not, then fall back to the old map/rank by slot and no binding.
2013-12-17 14:50:10 +00:00
rmaps_base_select.c
Update ORTE frameworks to use the MCA framework system.
2013-03-27 21:14:43 +00:00
rmaps_base_support_fns.c
Even if we don't find the default hostfile, and nothing else was provided, then use all the known nodes.
2013-07-03 22:31:32 +00:00
rmaps_private.h
Fix a few places where we weren't completely identifying hostfile-based operations against "localhost" entries. Tell the mapper base to be silent when we don't want errors announced because nodes aren't available for mapping (something it is okay if they are fully used). Fix an infinite loop in the file prepositioning code.
2012-08-31 21:28:49 +00:00