1
1
openmpi/opal/runtime
Joshua Ladd 057370364d Opal: Add a new MCA variable type "version_string". Also add a
new flag to ompi_info that allows a user to print all MCA variables of a specific type.  

 --type version_string

This command will print all MCA variables of type version_string.

This feature was developed by Elena Shipunova and was reviewed by Josh Ladd.

This commit was SVN r32166.
2014-07-09 01:37:23 +00:00
..
help-opal_info.txt Add support for the MCA variable information level to ompi_info. 2013-07-10 18:52:36 +00:00
help-opal-runtime.txt opal: Remove unused help message. 2014-04-07 15:41:43 +00:00
Makefile.am As discussed at the OMPI developer's meeting, add functions to start, stop, and restart libevent-driven progress threads. Critical NOTE: if you don't have a file descriptor event defined for your progress thread, it will spin hard! Accordingly, the "start progress thread" function has a boolean parameter you can use to request that the function automatically create one for you. 2014-07-03 18:56:46 +00:00
opal_cr.c Fix compiler warning: event is unsigned; it can't be negative 2013-11-13 15:35:37 +00:00
opal_cr.h 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
opal_finalize.c Add a security framework for authenticating connections - we will add LDAP, Kerberos, and Keystone support in the next month. For now, just put a placeholder "basic" module that does the minimum. 2014-02-04 01:38:45 +00:00
opal_info_support.c Opal: Add a new MCA variable type "version_string". Also add a 2014-07-09 01:37:23 +00:00
opal_info_support.h Opal: Add a new MCA variable type "version_string". Also add a 2014-07-09 01:37:23 +00:00
opal_init.c Upgrade the security framework to avoid multiple hits against the global security server. Add support for future case where mpirun assings a global security credential for a given run, though we need to work out how to handle connect-accept from other mpirun's in that case. Remove a bunch of duplicate code in the OOB by consolidating the connection handshake code. 2014-02-04 14:47:04 +00:00
opal_params.c Per the RFC issued here: 2014-06-01 04:28:17 +00:00
opal_params.h Per the RFC issued here: 2014-06-01 04:28:17 +00:00
opal_progress_threads.c Ensure that the progress thread tracker properly cleans up the blocking event, if set. Also, use the blocking event to help wake up the progress thread for quick shutdown as some threads can be blocked in a long-running call to select. 2014-07-04 14:55:51 +00:00
opal_progress_threads.h As discussed at the OMPI developer's meeting, add functions to start, stop, and restart libevent-driven progress threads. Critical NOTE: if you don't have a file descriptor event defined for your progress thread, it will spin hard! Accordingly, the "start progress thread" function has a boolean parameter you can use to request that the function automatically create one for you. 2014-07-03 18:56:46 +00:00
opal_progress.c make the opal progress yield variable settable at any time 2014-03-27 15:51:06 +00:00
opal_progress.h make the opal progress yield variable settable at any time 2014-03-27 15:51:06 +00:00
opal.h Add further clarification regarding new "test" APIs 2014-02-05 15:48:31 +00:00