Changeset 158

Show
Ignore:
Timestamp:
09/25/07 18:59:40
Author:
apokayi
Message:

upc_global_exit() is used to make sure that all threads exit after FAIL

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • guts_main/include/gula.h

    r127 r158  
    3232                                printf(x);              \ 
    3333                                printf("\n");           \ 
    34                                 exit(EXIT_FAILURE);   \ 
     34                                upc_global_exit(EXIT_FAILURE);        \ 
    3535                        }                               \ 
    3636                }