Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
ess
/
base
История
Ralph Castain
2ff1ae13e1
Create a new "heartbeat" module in the sensor framework and move the plm_base heartbeat code there. Add new proc and job states for heartbeat_failed. Remove the "heartbeat" cmd line option for orted as this is now done automatically if the --enable-heartbeat configure option is set.
...
This commit was SVN r23102.
2010-05-05 00:48:43 +00:00
..
base.h
Expand the ESS framework's API to include a new function "query_sys_info" that allows the caller to retrieve key-value pairs of info on the local system capabilities (e.g., cpu type/model). Have each daemon and the HNP "sense" that information and provide it to their local procs to avoid having every proc querying the system directly.
2010-03-23 20:47:41 +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
Ensure that any application-specific selection of ess module doesn't get overridden by what is given to the orted or orterun
2010-04-15 18:10:50 +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
Rename the orte state framework to be "db", which more accurately reflects its overall capabilities since it can store any kind of data (not just state, although that will be its primary purpose). Update tools and tests accordingly. Add a daemon module for storing data on the daemons - requires --enable-multicast, so it won't build unless that is set
2010-05-03 04:11:03 +00:00
ess_base_std_orted.c
Create a new "heartbeat" module in the sensor framework and move the plm_base heartbeat code there. Add new proc and job states for heartbeat_failed. Remove the "heartbeat" cmd line option for orted as this is now done automatically if the --enable-heartbeat configure option is set.
2010-05-05 00:48:43 +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 the configure logic for --with-ft so that it properly takes a comma separated list.
2010-03-12 23:57:50 +00:00
ess_base_sysinfo.c
Expand the ESS framework's API to include a new function "query_sys_info" that allows the caller to retrieve key-value pairs of info on the local system capabilities (e.g., cpu type/model). Have each daemon and the HNP "sense" that information and provide it to their local procs to avoid having every proc querying the system directly.
2010-03-23 20:47:41 +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
Expand the ESS framework's API to include a new function "query_sys_info" that allows the caller to retrieve key-value pairs of info on the local system capabilities (e.g., cpu type/model). Have each daemon and the HNP "sense" that information and provide it to their local procs to avoid having every proc querying the system directly.
2010-03-23 20:47:41 +00:00