Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
ess
/
base
История
Ralph Castain
cc7620c210
Fix orte-ps so it properly ignores/reports stale HNPs, but continues to provide output on running ones. Add a timeout on the send side of the comm so we don't hang while trying to send the info request to the non-existent HNP.
...
This commit was SVN r21257.
2009-05-21 02:42:21 +00:00
..
base.h
Fully enable the use of static ports to minimize connections on mpirun. When static ports are provided, daemons will automatically use routes defined by the selected routed module to callback to mpirun during startup, thus elimating the dedicated daemon-to-mpirun connection. Therefore, the total number of connections on mpirun will equal the fanout of the routed module (instead of #nodes in job).
2009-05-16 04:15:55 +00:00
ess_base_close.c
- On the way to get the BTLs split out and lessen dependency on orte:
2009-02-14 02:26:12 +00:00
ess_base_get.c
- Revert r20739
2009-03-05 21:56:03 +00:00
ess_base_open.c
- On the way to get the BTLs split out and lessen dependency on orte:
2009-02-14 02:26:12 +00:00
ess_base_put.c
- On the way to get the BTLs split out and lessen dependency on orte:
2009-02-14 02:26:12 +00:00
ess_base_select.c
- On the way to get the BTLs split out and lessen dependency on orte:
2009-02-14 02:26:12 +00:00
ess_base_std_app.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
ess_base_std_orted.c
Fully enable the use of static ports to minimize connections on mpirun. When static ports are provided, daemons will automatically use routes defined by the selected routed module to callback to mpirun during startup, thus elimating the dedicated daemon-to-mpirun connection. Therefore, the total number of connections on mpirun will equal the fanout of the routed module (instead of #nodes in job).
2009-05-16 04:15:55 +00:00
ess_base_std_prolog.c
Modify the accounting system to recycle jobids. Properly recover resources from nodes and jobs upon completion. Adjustments in several places were required to deal with sparsely populated job, node, and proc arrays as a result of this change.
2009-03-03 16:39:13 +00:00
ess_base_std_tool.c
Fix orte-ps so it properly ignores/reports stale HNPs, but continues to provide output on running ones. Add a timeout on the send side of the comm so we don't hang while trying to send the info request to the non-existent HNP.
2009-05-21 02:42:21 +00:00
help-ess-base.txt
Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately.
2008-02-28 01:57:57 +00:00
Makefile.am
Expose the nidmap and pidmap as orte globals so that components in other frameworks can access and/or manipulate them without forcing API modifications - modify the individual ess components that were affected so they use the global variables. Add a list of attributes to the nids for storing node-related data (e.g., modex attrs), and define a new object for that purpose.
2009-01-07 14:58:38 +00:00