Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
plm
/
base
История
Ralph Castain
1caba7af2f
Fix a bunch of compiler warnings reported by Jeff
...
This commit was SVN r22930.
2010-04-03 00:20:19 +00:00
..
.windows
Add a new feature for checking mca subdirectories, i.e. detecting if there is an exclude file list which indicates the files that shouldn't be added to the source list. By default, the CMake build system will simply add all source files in the required sub folders, without knowing which files have to be excluded. The first use of it is in plm/base/.windows.
2009-02-10 17:20:13 +00:00
base.h
Detect the scenario where one or more procs fail to call orte/ompi_init while others in the job do. This scenario can cause the job to hang as MPI_Init contains a barrier operation that will not complete. Although ORTE does not contain such a barrier, it still will be considered as an error scenario so that we can detect the MPI case - otherwise, ORTE has no knowledge of OMPI and wouldn't know how to differentiate the use-cases.
2009-12-17 19:39:53 +00:00
help-plm-base.txt
Add ability for local slave spawns to pre-position supporting files. Update comm_spawn and comm_spawn_multiple man pages to cover new info_keys.
2009-02-12 15:56:45 +00:00
Makefile.am
Add windows support files into the tarball, including .windows, CMakeLists.txt files, and CMake modules. Thanks to Jeff for testing it on Linux.
2009-04-24 16:39:33 +00:00
plm_base_close.c
Use a conditioned wait to serialize launches when they come from multiple sources (e.g., an orte application that spawns multiple jobs).
2009-07-20 01:51:29 +00:00
plm_base_heartbeat.c
Cleanup some pointer array addressing
2009-09-09 20:59:17 +00:00
plm_base_jobid.c
Continue implementation of resilient operations by supporting reuse of jobids for restarted procs. Ensure that restarted processes have valid node and local ranks, and that node rank values are passed to direct-launched processes.
2009-06-06 01:08:47 +00:00
plm_base_launch_support.c
Fix a bunch of compiler warnings reported by Jeff
2010-04-03 00:20:19 +00:00
plm_base_open.c
Use a conditioned wait to serialize launches when they come from multiple sources (e.g., an orte application that spawns multiple jobs).
2009-07-20 01:51:29 +00:00
plm_base_orted_cmds.c
Add some diag output
2009-11-19 19:43:36 +00:00
plm_base_proxy.c
... Delayed due to notifier commits earlier this day ...
2009-04-29 01:32:14 +00:00
plm_base_receive.c
Identify the process sending the update in the verbose message (helps debugging of process control).
2010-03-10 00:23:24 +00:00
plm_base_rsh_support.c
ErrMgr Framework redesign to better support fault tolerance development activities.
2010-03-23 21:28:02 +00:00
plm_base_select.c
Modify the orte_process_info structure to handle a broader range of process types by replacing the individual booleans with a 32-bit bitmap. Use a set of #define's to define the individual bits, and a set of matching macros to test for them. Update the orte code base to use the macros instead of the booleans.
2009-05-04 11:07:40 +00:00
plm_private.h
Detect the scenario where one or more procs fail to call orte/ompi_init while others in the job do. This scenario can cause the job to hang as MPI_Init contains a barrier operation that will not complete. Although ORTE does not contain such a barrier, it still will be considered as an error scenario so that we can detect the MPI case - otherwise, ORTE has no knowledge of OMPI and wouldn't know how to differentiate the use-cases.
2009-12-17 19:39:53 +00:00