Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
ompi
/
runtime
История
Galen Shipman
62ade993ca
Seperate finalize and close for the PML, this gives the PML a chance to complete any outstanding operations prior to close. Before this change we just called pml_finalize in pml_close which causes problems if there are outstanding events that a BTL/MTL needs to progress during finalize. The problem is that MPI_COMM_WORLD and others were destroyed prior to closing the PML, pml_close would call pml_finalize, events would progress in the BTL, and these events expected MPI_COMM_WORLD to still be around..
...
This commit was SVN r16405.
2007-10-09 15:28:56 +00:00
..
help-mpi-runtime.txt
Merging in the Sparse Groups..
2007-08-04 00:41:26 +00:00
Makefile.am
Move modex from pml base to general ompi runtime, sicne it's used by more
2007-07-09 17:16:34 +00:00
mpiruntime.h
- export symbols that are required for the fortran bindings
2007-07-16 13:23:57 +00:00
ompi_cr.c
These changes were mostly captured in a prior RFC (except for
#2
below) and are aimed specifically at improving startup performance and setting up the remaining modifications described in that RFC.
2007-10-05 19:48:23 +00:00
ompi_cr.h
Closes trac:977
2007-04-14 02:06:05 +00:00
ompi_module_exchange.c
These changes were mostly captured in a prior RFC (except for
#2
below) and are aimed specifically at improving startup performance and setting up the remaining modifications described in that RFC.
2007-10-05 19:48:23 +00:00
ompi_module_exchange.h
These changes were mostly captured in a prior RFC (except for
#2
below) and are aimed specifically at improving startup performance and setting up the remaining modifications described in that RFC.
2007-10-05 19:48:23 +00:00
ompi_mpi_abort.c
* Before this commit, if we called ompi_mpi_abort() before MPI_INIT
2007-01-29 22:01:28 +00:00
ompi_mpi_finalize.c
Seperate finalize and close for the PML, this gives the PML a chance to complete any outstanding operations prior to close. Before this change we just called pml_finalize in pml_close which causes problems if there are outstanding events that a BTL/MTL needs to progress during finalize. The problem is that MPI_COMM_WORLD and others were destroyed prior to closing the PML, pml_close would call pml_finalize, events would progress in the BTL, and these events expected MPI_COMM_WORLD to still be around..
2007-10-09 15:28:56 +00:00
ompi_mpi_init.c
These changes were mostly captured in a prior RFC (except for
#2
below) and are aimed specifically at improving startup performance and setting up the remaining modifications described in that RFC.
2007-10-05 19:48:23 +00:00
ompi_mpi_params.c
These changes were mostly captured in a prior RFC (except for
#2
below) and are aimed specifically at improving startup performance and setting up the remaining modifications described in that RFC.
2007-10-05 19:48:23 +00:00
ompi_mpi_preconnect.c
Make "simultaneous" be a size_t; there's already a check to ensure
2007-08-20 13:22:46 +00:00
params.h
These changes were mostly captured in a prior RFC (except for
#2
below) and are aimed specifically at improving startup performance and setting up the remaining modifications described in that RFC.
2007-10-05 19:48:23 +00:00