Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
ompi
/
runtime
История
Josh Hursey
0eb3b3b7b0
Fix missing functionality in MPI_Abort so that the group of peers defined by the communicator that should be aborted with this process are requested from the runtime before the local process exits.
...
Per RFC:
http://www.open-mpi.org/community/lists/devel/2011/06/9335.php
This commit was SVN r24775.
2011-06-15 13:10:13 +00:00
..
help-mpi-runtime.txt
Fix a few issues with error messages:
2011-03-07 16:45:45 +00:00
Makefile.am
Nysal noticed some repeated header files; removed.
2009-05-28 12:05:42 +00:00
mpiruntime.h
Fix a few issues with error messages:
2011-03-07 16:45:45 +00:00
ompi_cr.c
Update libevent to the 2.0 series, currently at 2.0.7rc. We will update to their final release when it becomes available. Currently known errors exist in unused portions of the libevent code. This revision passes the IBM test suite on a Linux machine and on a standalone Mac.
2010-10-24 18:35:54 +00:00
ompi_cr.h
* Add shell of functionality required for supporting Portals4
2010-10-14 22:49:09 +00:00
ompi_module_exchange.c
Create two new modex functions for send/recv of specific OPAL data types - basically, ensure that the values are packed and unpacked appropriately. Provides a convenience function as otherwise anyone wanting to send a value had to do this themselves.
2009-07-15 04:54:53 +00:00
ompi_module_exchange.h
Add missing header file
2009-07-15 15:09:59 +00:00
ompi_mpi_abort.c
Fix missing functionality in MPI_Abort so that the group of peers defined by the communicator that should be aborted with this process are requested from the runtime before the local process exits.
2011-06-15 13:10:13 +00:00
ompi_mpi_finalize.c
More fixes to make OMPI compile with minimal ORTE support again
2010-10-27 20:40:39 +00:00
ompi_mpi_init.c
At Josh's request, make example MPI extension use the init/fini so that
2011-05-05 18:31:07 +00:00
ompi_mpi_params.c
The system headers are supposed to be protected by #ifdef and not by #if.
2009-07-16 18:27:33 +00:00
ompi_mpi_preconnect.c
Fix bugs where (OMPI_ERROR == *) checks cannot be converted to (OMPI_SUCCESS != *) since the return codes are overloaded to return an "index" on success.
2010-05-18 20:54:11 +00:00
params.h
Per the discussion on the devel list, move the binding of processes to processors from MPI_Init to process start. This involves:
2009-05-12 02:18:35 +00:00