1
1
openmpi/ompi/runtime
Ralph Castain b400b84162 Merge in the modified thread configure option branch per today's telecon.
Remove the --enable-progress-threads option as this is no longer functional, and hardcode OPAL_ENABLE_PROGRESS_THREADS to 0.

Replace the --enable-mpi-threads option with --enable-mpi-thread-multiple as this is clearer as to meaning. This option automatically turns "on" opal thread support if it wasn't already so specified. If the user specifies --disable-opal-multi-threads --enable-mpi-thread-multiple, we will error out with a message

Add a new --enable-opal-multi-threads option that turns "on" opal thread support without doing anything wrt mpi-thread-multiple

This commit was SVN r22841.
2010-03-16 23:10:50 +00:00
..
help-mpi-runtime.txt If we get OMPI_ERR_UNREACH from the PML, print a slightly more 2010-03-14 00:09:55 +00:00
Makefile.am Nysal noticed some repeated header files; removed. 2009-05-28 12:05:42 +00:00
mpiruntime.h add a uint8_t to the startup modex which allows us to recognize whether 2009-07-07 18:32:14 +00:00
ompi_cr.c ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
ompi_cr.h - Replace combinations of 2009-08-20 11:42:18 +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 ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
ompi_mpi_finalize.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
ompi_mpi_init.c Merge in the modified thread configure option branch per today's telecon. 2010-03-16 23:10:50 +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 ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +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