Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
plm
/
base
История
Ralph Castain
9635db373d
Ensure that we properly exit if the executable isn't found
...
This commit was SVN r21570.
2009-07-01 03:16:13 +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
Complete implementation of the --without-rte-support configure option. Working with Brian, this has been tested on RedStorm.
2008-06-18 03:15:56 +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
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_base_heartbeat.c
- Revert r20740
2009-03-05 21:50:47 +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
Ensure that we properly exit if the executable isn't found
2009-07-01 03:16:13 +00:00
plm_base_open.c
Add the ability to directly launch procs via rsh/ssh. Collect common functions in plm/base. Create a new global param to set assume_same_shell, alias'd back to plm_rsh_assume_same_shell (not deprecated).
2009-05-30 01:10:25 +00:00
plm_base_orted_cmds.c
Continue gradual cleanup of pointer array addressing.
2009-06-26 22:40:28 +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
Ensure that we properly exit if the executable isn't found
2009-07-01 03:16:13 +00:00
plm_base_rsh_support.c
Enable restart of individual processes upon command via the errmgr callback function. It needs an external application to drive this capability, so normal operations shouldn't be affected.
2009-06-26 20:54:58 +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
Continue development of regular expression support by implementing it for slurm launches. Works for both initial (cmd line and non-cmd line) and comm_spawn launch.
2009-06-23 20:25:38 +00:00