Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
ess
/
base
История
Ralph Castain
0ee38353ba
In case there are stale session directories around, do a purge of the relevant session directory tree when an orted, HNP, or singleton start. This won't help in the case of direct-launched apps, but it's the best we can do.
...
cmr=v1.7.5:reviewer=jsquyres:subject=purge stale session dirs at startup This commit was SVN r30642.
2014-02-09 02:10:31 +00:00
..
base.h
Fix an issue regarding use of PMI when running processes and tools that don't need or want to use it. We build PMI support based on configuration settings and library availability.
2013-10-02 19:03:46 +00:00
ess_base_fns.c
One last corner case - when encountering an overload condition (e.g., by comm_spawning more procs than we have cores) and we are using the default binding policy, do *not* bind the new procs to anything as this can cause major problems. Instead, let the spawn succeed since the user didn't specifically ask to be bound, and leave the new procs as unbound.
2014-01-09 22:39:34 +00:00
ess_base_frame.c
Update ORTE frameworks to use the MCA framework system.
2013-03-27 21:14:43 +00:00
ess_base_get.c
MCA/base: Add new MCA variable system
2013-03-27 21:09:41 +00:00
ess_base_put.c
MCA/base: Add new MCA variable system
2013-03-27 21:09:41 +00:00
ess_base_select.c
As per the RFC, bring in the ORTE async progress code and the rewrite of OOB:
2013-08-22 16:37:40 +00:00
ess_base_std_app.c
Fix a race condition that could result in assert failures during finalize. Ensure we shutdown the orte progress thread prior to finalizing the rml/oob frameworks so that no async operations are executing during destruct of the base-level lists and objects.
2014-02-08 22:04:19 +00:00
ess_base_std_orted.c
In case there are stale session directories around, do a purge of the relevant session directory tree when an orted, HNP, or singleton start. This won't help in the case of direct-launched apps, but it's the best we can do.
2014-02-09 02:10:31 +00:00
ess_base_std_prolog.c
MPI procs should definitely not be trapping SIGCHLD - only ORTE tools need to do so
2012-08-28 21:39:06 +00:00
ess_base_std_tool.c
orte_snapc_base_select() wants to know if it is an application
2014-01-24 17:14: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
Fix longstanding issue with our multi-project support. Rather than using
2014-01-07 22:11:15 +00:00