Changeset 441 for trunk/user/init
- Timestamp:
- May 9, 2018, 3:13:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user/init/init.c
r440 r441 18 18 #include <pthread.h> 19 19 20 #define DEBUG_INIT 120 #define DEBUG_INIT_PROCESS 1 21 21 22 22 // TODO make the cxy computation portable [AG] … … 76 76 } 77 77 78 #if DEBUG_INIT 78 #if DEBUG_INIT_PROCESS 79 79 80 80 unsigned int x_size; // number of clusters in a row … … 160 160 } // end KSH kill handling 161 161 162 #if ( DEBUG_INIT )162 #if DEBUG_INIT_PROCESS 163 163 164 164 // INIT displays processes and threads in all clusters
Note: See TracChangeset
for help on using the changeset viewer.