1
1
Joshua Hursey ccb4f43c9b Fix MPIR_proctable structure visibility
* The `MPIR_PROCDESC` structure needs to be visible even in optimized
   builds so that debuggers can attach to `mpirun` and properly read the
   `MPIR_proctable`.
 * In the v2.0.x and v2.x series this structure resided in the `orterun`
   directory and included the `CFLAGS` fix included here. This code
   moved in the v3.x series and the `CFLAGS` did not move causing this
   issue.
   - Instead of applying the debug `CFLAGS` globally to libopen-rte,
     only apply them to the `orted_submit.c` compile which contains the
     MPIR symbols.

Signed-off-by: Joshua Hursey <jhursey@us.ibm.com>
2018-03-09 21:15:28 -05:00
..
2015-06-23 20:59:57 -07:00
2018-03-02 02:00:31 -08:00
2018-03-02 02:00:31 -08:00
2018-01-15 08:21:01 -08:00
2018-03-02 02:00:31 -08:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00