Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
rmaps
/
base
История
Ralph Castain
46166a9c77
Fix a bug that would cause a segfault when someone specified an option that had no corresponding value
...
This commit was SVN r12288.
2006-10-24 22:06:18 +00:00
..
data_type_support
Bring the map fixes into the main trunk. This should fix several problems, including the multiple app_context issue.
2006-10-07 15:45:24 +00:00
base.h
This doesn't totally resolve the comm_spawn problem, but it helps a little. I'll continue working on it and hope to resolve it completely shortly. The issue primarily centers on where to start mapping the child job's processes, and how to deal with oversubscription that might result. At the moment, I am trying to resolve the first issue first (hey, that even sounds right!).
2006-10-18 14:01:44 +00:00
help-orte-rmaps-base.txt
Per LANL's stated need, add functionality that runs a.out across ALL available process slots if no num_proc is specified on the command line. However, please note the following limitation: we ONLY allow ONE application to be specified on the command line when this feature is invoked. If multiple apps are specified, the user MUST also specify the number to be launched for each and every one of them.
2006-07-10 21:25:33 +00:00
Makefile.am
Bring the map fixes into the main trunk. This should fix several problems, including the multiple app_context issue.
2006-10-07 15:45:24 +00:00
rmaps_base_close.c
Continue bringing comm_spawn back online. Ensure all RM frameworks post their HNP receives. Fix the rmgr proxy component.
2006-10-02 00:46:31 +00:00
rmaps_base_find_avail.c
Continue bringing comm_spawn back online. Ensure all RM frameworks post their HNP receives. Fix the rmgr proxy component.
2006-10-02 00:46:31 +00:00
rmaps_base_map_job.c
Given the amount of pain singletons cause, one can't help but wonder if it REALLY was that much trouble for people to type "mpirun -n 1 foo"....sigh.
2006-10-23 15:15:45 +00:00
rmaps_base_open.c
This doesn't totally resolve the comm_spawn problem, but it helps a little. I'll continue working on it and hope to resolve it completely shortly. The issue primarily centers on where to start mapping the child job's processes, and how to deal with oversubscription that might result. At the moment, I am trying to resolve the first issue first (hey, that even sounds right!).
2006-10-18 14:01:44 +00:00
rmaps_base_receive.c
This doesn't totally resolve the comm_spawn problem, but it helps a little. I'll continue working on it and hope to resolve it completely shortly. The issue primarily centers on where to start mapping the child job's processes, and how to deal with oversubscription that might result. At the moment, I am trying to resolve the first issue first (hey, that even sounds right!).
2006-10-18 14:01:44 +00:00
rmaps_base_registry_fns.c
Fix a bug that would cause a segfault when someone specified an option that had no corresponding value
2006-10-24 22:06:18 +00:00
rmaps_base_support_fns.c
Nothing relevant. Only a set of castings to have a clean compile on
2006-10-20 02:25:50 +00:00
rmaps_class_instances.h
Many thanks to Jeff for tracking down the typo causing the orte_job_map_t destuctor to fail!!
2006-10-07 22:44:00 +00:00
rmaps_private.h
Complete the attribute management functions.
2006-10-18 20:02:16 +00:00