1
1
openmpi/opal/mca/pmix/cray
2014-10-27 20:37:33 -07:00
..
configure.m4 Continue cleanup of the PMI config code. Eliminate the multiple calls to check for pmi1 and pmi2 - we must check it only once to get the pmix components to build only in the correct situations. Ensure we set the wrapper flags so we handle static builds correctly. 2014-10-27 20:37:33 -07:00
Makefile.am Per the PMIx RFC: 2014-08-21 18:56:47 +00:00
pmix_cray_component.c Fixes to enable mpirun to work again on Cray 2014-09-23 15:37:26 +00:00
pmix_cray_pmap_parser.c Don't multiply define WANT_PMI_SUPPORT and friends. Turns out they weren't being used anywhere anyway, so no point in defining them at all 2014-09-30 20:43:25 +00:00
pmix_cray_pmap_parser.h Per the PMIx RFC: 2014-08-21 18:56:47 +00:00
pmix_cray.c Fix incorrect implementation of new MCA param mca_base_env_list - it was not picking up envars and forwarding them, but only worked if you explicitly set a value for the envar. Ensure it works for both direct and indirect launch modes. Remove stale code as this replaced orte_forward_envars. Ensure it doesn't get passed to the ORTE daemons. 2014-10-16 12:58:56 -07:00
pmix_cray.h Per the PMIx RFC: 2014-08-21 18:56:47 +00:00