--- orte/runtime/orte_globals.h	2011-02-14 11:06:46.000000000 -0500
+++ orte/runtime/orte_globals.h	2011-05-05 13:37:02.000000000 -0400
@@ -167,7 +167,7 @@
     /** Parent object */
     opal_object_t super;
     /** Unique index when multiple apps per job */
-    int8_t idx;
+    int16_t idx;
     /** Absolute pathname of argv[0] */
     char   *app;
     /** Number of copies of this process that are to be launched */
@@ -423,7 +423,7 @@
     /* exit code */
     orte_exit_code_t exit_code;
     /* the app_context that generated this proc */
-    int8_t app_idx;
+    int16_t app_idx;
     /* a cpu list, if specified by the user */
     char *slot_list;
     /* pointer to the node where this proc is executing */
