error_out 480 oshmem/mca/spml/ikrit/spml_ikrit.c goto error_out; error_out 487 oshmem/mca/spml/ikrit/spml_ikrit.c goto error_out; error_out 495 oshmem/mca/spml/ikrit/spml_ikrit.c goto error_out; error_out 501 oshmem/mca/spml/ikrit/spml_ikrit.c goto error_out; error_out 514 oshmem/mca/spml/ikrit/spml_ikrit.c error_out: error_out 438 oshmem/mca/spml/ucx/spml_ucx.c goto error_out; error_out 474 oshmem/mca/spml/ucx/spml_ucx.c error_out: error_out 18 test/class/opal_bitmap.c fprintf(error_out, "================================ \n"); \ error_out 19 test/class/opal_bitmap.c fprintf(error_out, "This is suppossed to throw error \n"); \ error_out 20 test/class/opal_bitmap.c fprintf(error_out, "================================ \n") error_out 42 test/class/opal_bitmap.c static FILE *error_out=NULL; error_out 54 test/class/opal_bitmap.c error_out = stderr; error_out 56 test/class/opal_bitmap.c error_out = fopen( "./opal_bitmap_test_out.txt", "w" ); error_out 57 test/class/opal_bitmap.c if( error_out == NULL ) error_out = stderr; error_out 65 test/class/opal_bitmap.c fprintf(error_out, "ERROR: Initialization of bitmap failed\n\n"); error_out 70 test/class/opal_bitmap.c fprintf(error_out, "ERROR: Initialization of bitmap failed \n\n"); error_out 74 test/class/opal_bitmap.c fprintf(error_out, "Error in bitmap create -- aborting \n"); error_out 78 test/class/opal_bitmap.c fprintf(error_out, "\nTesting bitmap set... \n"); error_out 81 test/class/opal_bitmap.c fprintf(error_out, "\nTesting bitmap clear ... \n"); error_out 84 test/class/opal_bitmap.c fprintf(error_out, "\nTesting bitmap is_set ... \n"); error_out 87 test/class/opal_bitmap.c fprintf(error_out, "\nTesting bitmap clear_all... \n"); error_out 90 test/class/opal_bitmap.c fprintf(error_out, "\nTesting bitmap set_all... \n"); error_out 93 test/class/opal_bitmap.c fprintf(error_out, "\nTesting bitmap find_and_set... \n"); error_out 96 test/class/opal_bitmap.c fprintf(error_out, "\n~~~~~~ Testing complete ~~~~~~ \n\n"); error_out 100 test/class/opal_bitmap.c fclose(error_out); error_out 227 test/class/opal_bitmap.c fprintf(error_out, "ERROR: set_bit for bit = %d\n\n", bit); error_out 238 test/class/opal_bitmap.c fprintf(error_out, "ERROR: clear_bit for bit = %d \n\n", bit); error_out 252 test/class/opal_bitmap.c fprintf(error_out, "ERROR: is_set_bit for bit = %d \n\n",bit); error_out 260 test/class/opal_bitmap.c fprintf(error_out, "ERROR: is_set_bit for bit = %d \n\n",bit); error_out 280 test/class/opal_bitmap.c fprintf(error_out, "ERROR: find_and_set: expected to find_and_set %d\n\n", error_out 297 test/class/opal_bitmap.c fprintf(error_out, "ERROR: clear_all for bitmap array entry %d\n\n", error_out 313 test/class/opal_bitmap.c fprintf(error_out, "ERROR: set_all for bitmap arry entry %d\n\n", i); error_out 328 test/class/opal_bitmap.c fprintf(error_out, "---\n bitmap[%d] = %x \n---\n\n", i, error_out 331 test/class/opal_bitmap.c fprintf(error_out, "========================= \n"); error_out 33 test/class/opal_hash_table.c static FILE *error_out=NULL; error_out 178 test/class/opal_hash_table.c fprintf(error_out, "\nTesting integer keys...\n"); error_out 189 test/class/opal_hash_table.c fprintf(error_out, "\nTesting string keys...\n"); error_out 200 test/class/opal_hash_table.c fprintf(error_out, "\nTesting collision resolution...\n"); error_out 214 test/class/opal_hash_table.c fprintf(error_out, "\nTesting removal and traversal...\n"); error_out 234 test/class/opal_hash_table.c fprintf(error_out, "\n\n"); error_out 245 test/class/opal_hash_table.c fprintf(error_out, "Error: Unable to create hash table.\n"); error_out 248 test/class/opal_hash_table.c fprintf(error_out, "Testing with dynamically created table...\n"); error_out 263 test/class/opal_hash_table.c fprintf(error_out, "Testing with statically created table...\n"); error_out 284 test/class/opal_hash_table.c error_out = stderr; error_out 286 test/class/opal_hash_table.c error_out = fopen( "./opal_hash_table_test_out.txt", "w" ); error_out 287 test/class/opal_hash_table.c if( error_out == NULL ) error_out = stderr; error_out 293 test/class/opal_hash_table.c fclose( error_out ); error_out 35 test/class/opal_proc_table.c static FILE *error_out=NULL; error_out 181 test/class/opal_proc_table.c fprintf(error_out, "\nTesting integer keys...\n"); error_out 192 test/class/opal_proc_table.c fprintf(error_out, "*** FAILED opal_proc_table_get_first_key ***\n"); error_out 197 test/class/opal_proc_table.c fprintf(error_out, "*** FAILED opal_proc_table_get_next_key (%d) ***\n", j/3); error_out 203 test/class/opal_proc_table.c fprintf(error_out, "*** FAILED at %d, expected ((%s,%s),%s) got ((%d,%d),%s)\n", j/3, error_out 211 test/class/opal_proc_table.c fprintf(error_out, "*** DID NOT FAIL last opal_proc_table_get_next_key %d\n", j/3); error_out 221 test/class/opal_proc_table.c fprintf(error_out, "\nTesting removal and traversal...\n"); error_out 242 test/class/opal_proc_table.c fprintf(error_out, "\n\n"); error_out 253 test/class/opal_proc_table.c fprintf(error_out, "Error: Unable to create hash table.\n"); error_out 256 test/class/opal_proc_table.c fprintf(error_out, "Testing with dynamically created table...\n"); error_out 271 test/class/opal_proc_table.c fprintf(error_out, "Testing with statically created table...\n"); error_out 292 test/class/opal_proc_table.c error_out = stderr; error_out 294 test/class/opal_proc_table.c error_out = fopen( "./opal_proc_table_test_out.txt", "w" ); error_out 295 test/class/opal_proc_table.c if( error_out == NULL ) error_out = stderr; error_out 301 test/class/opal_proc_table.c fclose( error_out );