Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
snapc
/
full
История
Ralph Castain
cf9796accd
Remove the old configure option for disabling full rte support - we now use the OMPI rte framework for such purposes
...
This commit was SVN r28134.
2013-02-28 01:35:55 +00:00
..
configure.m4
Remove the old configure option for disabling full rte support - we now use the OMPI rte framework for such purposes
2013-02-28 01:35:55 +00:00
help-orte-snapc-full.txt
A number of C/R enhancements per RFC below:
2010-08-10 20:51:11 +00:00
Makefile.am
WARNING: Work on the temp branch being merged here encountered problems with bugs in subversion. Considerable effort has gone into validating the branch. However, not all conditions can be checked, so users are cautioned that it may be advisable to not update from the trunk for a few days to allow MTT to identify platform-specific issues.
2010-09-17 23:04:06 +00:00
snapc_full_app.c
Replace the pattern while(flag) { opal_progress() }; in the C/R code
2012-07-13 23:31:56 +00:00
snapc_full_component.c
A number of C/R enhancements per RFC below:
2010-08-10 20:51:11 +00:00
snapc_full_global.c
More C/R fixes.
2012-07-10 01:19:46 +00:00
snapc_full_local.c
More C/R fixes.
2012-07-10 01:19:46 +00:00
snapc_full_module.c
Make C/R work with nodes > 1. This fix makes sure that the app coordinators send
2012-07-13 23:37:29 +00:00
snapc_full.h
This is actually a much smaller commit than it appears at first glance - it just touches a lot of files. The --without-rte-support configuration option has never really been implemented completely. The option caused various objects not to be defined and conditionally compiled some base functions, but did nothing to prevent build of the component libraries. Unfortunately, since many of those components use objects covered by the option, it caused builds to break if those components were allowed to build.
2011-11-22 21:24:35 +00:00