stderr             46 contrib/scaling/mpi_memprobe.c         fprintf(stderr, "Client EVENT HANDLER REGISTRATION FAILED WITH STATUS %d, ref=%lu\n",
stderr            133 contrib/scaling/mpi_memprobe.c                     fprintf(stderr, "\tUnknown key: %s", ival->key);
stderr            169 contrib/scaling/mpi_memprobe.c             fprintf(stderr, "Notify event failed\n");
stderr            191 contrib/scaling/mpi_memprobe.c         fprintf(stderr, "Sampling memory usage after MPI_Init\n");
stderr            226 contrib/scaling/mpi_memprobe.c         fprintf(stderr, "\n\nSampling memory usage after MPI_Barrier\n");
stderr             15 contrib/scaling/orte_no_op.c         fprintf(stderr, "Failed orte_init\n");
stderr             20 contrib/scaling/orte_no_op.c         fprintf(stderr, "Failed orte_finalize\n");
stderr             66 examples/spc_example.c         fprintf(stderr, "ERROR: This test should be run with two MPI processes.\n");
stderr             86 examples/spc_example.c         fprintf(stderr, "ERROR: Couldn't find the appropriate SPC counter in the MPI_T pvars.\n");
stderr            193 ompi/attribute/attribute.h         fprintf(stderr, "Error while creating the local attribute list\n");
stderr             35 ompi/contrib/libompitrace/abort.c     fprintf(stderr, "MPI_ABORT[%d]: comm %s errorcode %d\n", rank, commname, errorcode);
stderr             36 ompi/contrib/libompitrace/abort.c     fflush(stderr);
stderr             46 ompi/contrib/libompitrace/accumulate.c     fprintf(stderr, "MPI_ACCUMULATE[%d]: origin_addr %0" PRIxPTR " origin_count %d origin_datatype %s\n"
stderr             50 ompi/contrib/libompitrace/accumulate.c     fflush(stderr);
stderr             33 ompi/contrib/libompitrace/add_error_class.c     fprintf(stderr, "MPI_ADD_ERROR_CLASS[%d]: errorclass %0" PRIxPTR "\n", rank, (uintptr_t)errorclass);
stderr             34 ompi/contrib/libompitrace/add_error_class.c     fflush(stderr);
stderr             33 ompi/contrib/libompitrace/add_error_code.c     fprintf(stderr, "MPI_ADD_ERROR_CODE[%d]: errorclass %d errcode %0" PRIxPTR "\n", rank, errorclass, (uintptr_t)errorcode);
stderr             34 ompi/contrib/libompitrace/add_error_code.c     fflush(stderr);
stderr             34 ompi/contrib/libompitrace/add_error_string.c     fprintf(stderr, "MPI_ADD_ERROR_STRING[%d]: errorcode %d string %s\n",
stderr             36 ompi/contrib/libompitrace/add_error_string.c     fflush(stderr);
stderr             45 ompi/contrib/libompitrace/allgather.c     fprintf(stderr, "MPI_ALLGATHER[%d]: sendbuf %0" PRIxPTR " sendcount %d sendtype %s\n\trecvbuf %0" PRIxPTR " recvcount %d recvtype %s comm %s\n",
stderr             47 ompi/contrib/libompitrace/allgather.c     fflush(stderr);
stderr             45 ompi/contrib/libompitrace/allgatherv.c     fprintf(stderr, "MPI_ALLGATHERV[%d]: sendbuf %0" PRIxPTR " sendcount %d sendtype %s\n\trecvbuf %0" PRIxPTR " recvtype %s comm %s\n",
stderr             47 ompi/contrib/libompitrace/allgatherv.c     fflush(stderr);
stderr             33 ompi/contrib/libompitrace/alloc_mem.c     fprintf(stderr, "MPI_Alloc_mem[%d]: size %0ld\n", rank, (long)size);
stderr             34 ompi/contrib/libompitrace/alloc_mem.c     fflush(stderr);
stderr             42 ompi/contrib/libompitrace/allreduce.c     fprintf(stderr, "MPI_ALLREDUCE[%d]: sendbuf %0" PRIxPTR " recvbuf %0" PRIxPTR " count %d datatype %s op %s comm %s\n",
stderr             44 ompi/contrib/libompitrace/allreduce.c     fflush(stderr);
stderr             35 ompi/contrib/libompitrace/barrier.c     fprintf(stderr, "MPI_BARRIER[%d]: comm %s\n", rank, commname);
stderr             36 ompi/contrib/libompitrace/barrier.c     fflush(stderr);
stderr             40 ompi/contrib/libompitrace/bcast.c     fprintf(stderr, "MPI_BCAST[%d]: buffer %0" PRIxPTR " count %d datatype %s root %d comm %s\n",
stderr             42 ompi/contrib/libompitrace/bcast.c     fflush(stderr);
stderr             32 ompi/contrib/libompitrace/finalize.c     fprintf(stderr, "MPI_FINALIZE[%d]\n", rank);
stderr             33 ompi/contrib/libompitrace/finalize.c     fflush(stderr);
stderr             36 ompi/contrib/libompitrace/get_address.c     fprintf(stderr, "MPI_GET_ADDRESS[%d]: location %0" PRIxPTR " address %0" PRIxPTR "\n",
stderr             38 ompi/contrib/libompitrace/get_address.c     fflush(stderr);
stderr             29 ompi/contrib/libompitrace/init.c     fprintf(stderr, "MPI_INIT: argc %d\n", (0 < *argc) ? *argc : 0);
stderr             30 ompi/contrib/libompitrace/init.c     fflush(stderr);
stderr             42 ompi/contrib/libompitrace/isend.c     fprintf(stderr, "MPI_ISEND[%d]: buf %0" PRIxPTR " count %d datatype %s dest %d tag %d comm %s\n",
stderr             44 ompi/contrib/libompitrace/isend.c     fflush(stderr);
stderr             39 ompi/contrib/libompitrace/recv.c     fprintf(stderr, "MPI_RECV[%d]: buf %0" PRIxPTR " count %d datatype %s source %d tag %d comm %s\n",
stderr             41 ompi/contrib/libompitrace/recv.c     fflush(stderr);
stderr             43 ompi/contrib/libompitrace/reduce.c     fprintf(stderr,"MPI_REDUCE[%d]: sendbuf %0" PRIxPTR " recvbuf %0" PRIxPTR " count %d datatype %s op %s root %d comm %s\n",
stderr             45 ompi/contrib/libompitrace/reduce.c     fflush(stderr);
stderr             32 ompi/contrib/libompitrace/request_free.c     fprintf(stderr, "MPI_REQUEST_FREE[%d]\n", rank);
stderr             33 ompi/contrib/libompitrace/request_free.c     fflush(stderr);
stderr             42 ompi/contrib/libompitrace/send.c     fprintf(stderr, "MPI_SEND[%d]: : buf %0" PRIxPTR " count %d datatype %s dest %d tag %d comm %s\n",
stderr             44 ompi/contrib/libompitrace/send.c     fflush(stderr);
stderr             49 ompi/contrib/libompitrace/sendrecv.c     fprintf(stderr, "MPI_SENDRECV[%d]: sendbuf %0" PRIxPTR " sendcount %d sendtype %s dest %d sendtag %d\n\t"
stderr             53 ompi/contrib/libompitrace/sendrecv.c     fflush(stderr);
stderr             26 ompi/debuggers/dlopen_test.c     fprintf(stderr, "OPAL was not built with libltdl support; skipping\n");
stderr             55 ompi/debuggers/dlopen_test.c     fprintf(stderr, "File failed to open with global namespace: %s\n",
stderr             73 ompi/debuggers/dlopen_test.c         fprintf(stderr,
stderr            101 ompi/debuggers/dlopen_test.c         fprintf(stderr, "No test file to dlopen (perhaps --enable-static?); skipping\n");
stderr             70 ompi/debuggers/ompi_common_dll.c             fprintf(stderr, "WARNING: Open MPI is unable to find "      \
stderr            515 ompi/debuggers/ompi_common_dll.c     fprintf(stderr, "WARNING: Open MPI is unable to find debugging information about the \"%s\" type.  This can happen if Open MPI was built without debugging information, or was stripped after building.\n",
stderr             46 ompi/debuggers/predefined_pad_test.c             fprintf(stderr, "ERROR: Predefined " #TYPE " size: %" PRIsize_t ", " #TYPE " size: %" PRIsize_t " (%" PRIsize_t " bytes over)\n", psize, size, size - psize); \
stderr             48 ompi/debuggers/predefined_pad_test.c             fprintf(stderr, "WARNING: Predefined " #TYPE " has very little space left -- size : %" PRIsize_t ", " #TYPE " size: %" PRIsize_t " (%" PRIsize_t " bytes left)\n", psize, size, psize - size); \
stderr             68 ompi/debuggers/predefined_pad_test.c         fprintf(stderr, "NUMBER OF WARNINGS: %d\n", warnings);
stderr             71 ompi/debuggers/predefined_pad_test.c         fprintf(stderr, "NUMBER OF ERRORS: %d\n", errors);
stderr            162 ompi/errhandler/errhandler_predefined.c             fprintf(stderr, str, arg);
stderr            164 ompi/errhandler/errhandler_predefined.c             fprintf(stderr, "%s", str);
stderr            290 ompi/errhandler/errhandler_predefined.c     fflush(stderr);
stderr            186 ompi/mca/coll/hcoll/coll_hcoll_rte.c         fprintf(stderr,"***Error in hcolrte_rml_recv_nb: wrong null argument: "
stderr            196 ompi/mca/coll/hcoll/coll_hcoll_rte.c         fprintf(stderr, "***Error in hcolrte_rml_recv_nb: buffer pointer is NULL"
stderr            227 ompi/mca/coll/hcoll/coll_hcoll_rte.c         fprintf(stderr,"***Error in hcolrte_rml_send_nb: wrong null argument: "
stderr            236 ompi/mca/coll/hcoll/coll_hcoll_rte.c         fprintf(stderr, "***Error in hcolrte_rml_send_nb: buffer pointer is NULL"
stderr             48 ompi/mca/coll/libnbc/libdict/dict_private.h 		fprintf(stderr, "\n%s:%d (%s) assertion failed: `%s'\n",			\
stderr             54 ompi/mca/coll/libnbc/libdict/dict_private.h 		fprintf(stderr, "\n%s:%d assertion failed: `%s'\n",					\
stderr            279 ompi/mca/coll/libnbc/nbc_internal.h   vfprintf (stderr, format, args);
stderr            280 ompi/mca/coll/libnbc/nbc_internal.h   fprintf (stderr, "\n");
stderr            771 ompi/mca/common/monitoring/common_monitoring.c         mca_common_monitoring_output( stderr, rank_world, nprocs_world );
stderr            115 ompi/mca/common/monitoring/monitoring_prof.c         fprintf(stderr, "ERROR : failed to intialize MPI_T interface, preventing to get monitoring results: check your OpenMPI installation\n");
stderr            121 ompi/mca/common/monitoring/monitoring_prof.c         fprintf(stderr, "ERROR : failed to create MPI_T session, preventing to get monitoring results: check your OpenMPI installation\n");
stderr            289 ompi/mca/common/monitoring/monitoring_prof.c         fprintf(stderr, "WARNING : failed to free MPI_T session, monitoring results may be impacted : check your OpenMPI installation\n");
stderr            294 ompi/mca/common/monitoring/monitoring_prof.c         fprintf(stderr, "WARNING : failed to finalize MPI_T interface, monitoring results may be impacted : check your OpenMPI installation\n");
stderr            312 ompi/mca/common/monitoring/monitoring_prof.c         fprintf(stderr, "ERROR : cannot find monitoring MPI_T \"%s\" pvar, check that you have monitoring pml\n", pvar_name);
stderr            318 ompi/mca/common/monitoring/monitoring_prof.c         fprintf(stderr, "ERROR : failed to allocate handle on \"%s\" pvar, check that you have monitoring pml\n", pvar_name);
stderr            323 ompi/mca/common/monitoring/monitoring_prof.c         fprintf(stderr, "ERROR : COMM_WORLD has %d ranks \"%s\" pvar contains %d values, check that you have monitoring pml\n", comm_world_size, pvar_name, count);
stderr            336 ompi/mca/common/monitoring/monitoring_prof.c         fprintf(stderr, "ERROR : failed to start handle on \"%s\" pvar, check that you have enabled the monitoring pml\n", res->pvar_name);
stderr            347 ompi/mca/common/monitoring/monitoring_prof.c         fprintf(stderr, "ERROR : failed to stop handle on \"%s\" pvar, check that you have enabled the monitoring pml\n", res->pvar_name);
stderr            358 ompi/mca/common/monitoring/monitoring_prof.c         fprintf(stderr, "ERROR : failed to read \"%s\" pvar, check that you have enabled the monitoring pml\n", res->pvar_name);
stderr            384 ompi/mca/common/monitoring/monitoring_prof.c         fprintf(stderr, "ERROR : failed to open \"%s\" file in write mode, check your permissions\n", filename);
stderr            171 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c        fprintf(stderr,
stderr            173 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c        fprintf(stderr,
stderr            199 ompi/mca/fs/lustre/fs_lustre_file_open.c 	fprintf(stderr,"Cannot allocate memory for extracting stripe size\n");
stderr            145 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c         FPRINTF(stderr, "Error in ADIOI_Calc_aggregator(): rank_index(%d) >= fd->hints->cb_nodes (%d) fd_size=%lld off=%lld\n",
stderr            211 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c     DBG_FPRINTF(stderr, "%s(%d): %d aggregator(s)\n",
stderr            220 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c     DBG_FPRINTF(stderr,"%s(%d): Blocksize=%ld\n",myname,__LINE__,blksize);
stderr            381 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c       fprintf(stderr,"naggs_small is %d nb_cn_small is %d\n",naggs_small,nb_cn_small);
stderr            383 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	    fprintf(stderr,"fd_size[%d] set to %d agg rank is %d\n",i,fd_size[i],fd->hints->ranklist[i]);
stderr            401 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c      DBG_FPRINTF(stderr,"%s(%d): "
stderr            607 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	    DBG_FPRINTF(stderr, "data needed from %d (count = %d):\n", i,
stderr            610 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 		DBG_FPRINTF(stderr, "   off[%d] = %lld, len[%d] = %lld\n", l,
stderr            614 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	DBG_FPRINTF(stderr, "buf_idx[%d] = 0x%x\n", i, buf_idx[i]);
stderr             40 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_flush.c 	DBG_FPRINTF(stderr,"aggregation:fsync %s, err=%#X, errno=%#X\n",fd->filename, err, errno);
stderr             46 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_flush.c     DBGV_FPRINTF(stderr,"aggregation result:fsync %s, errno %#X,\n",fd->filename, err);
stderr             61 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_flush.c 	DBGT_FPRINTF(stderr,"fsync %s, err=%#X, errno=%#X\n",fd->filename, err, errno);
stderr             51 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_open.c 	DBGV_FPRINTF(stderr,"GPFS fcntl release failed with rc=%d, errno=%d\n",
stderr             91 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_open.c   DBG_FPRINTF(stderr,"open('%s',%#X,%#X) rc=%d, errno=%d\n",fd->filename,amode,perm,fd->fd_sys,errno);
stderr            124 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_open.c 		DBGV_FPRINTF(stderr,"Successful stat '%s'.  Blocksize=%ld\n",
stderr            129 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_open.c 		DBGV_FPRINTF(stderr,"Stat '%s' failed with rc=%d, errno=%d\n",
stderr            166 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	      DBG_FPRINTF(stderr, "rank %d  off %lld  len %lld\n", 
stderr            672 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	    DBG_FPRINTF(stderr, "rank %d, i %d, others_count %d\n", rank, i, others_req[i].count); 
stderr            739 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	    DBG_FPRINTF(stderr, "\tread_coll: 700, data read [%lld] = ", size );
stderr            740 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	    for (iii=0; iii<size && iii<80; iii++) { DBGV_FPRINTF(stderr, "%3d,", *((unsigned char *)read_buf + for_curr_iter + iii) ); }
stderr            741 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	    DBG_FPRINTF(stderr, "\n" );
stderr            900 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 		    DBG_FPRINTF(stderr, "node %d, recv_size %d, tag %d \n", 
stderr           1200 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     DBG_FPRINTF(stderr, "\tsend_size = [%d]%2d,",0,send_size[0]);
stderr           1201 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     for (i=1; i<nprocs; i++) if(send_size[i-1]!=send_size[i]){ DBG_FPRINTF(stderr, "\t\t[%d]%2d,", i,send_size[i] ); }
stderr           1202 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     DBG_FPRINTF(stderr, "\trecv_size =  [%d]%2d,",0,recv_size[0]);
stderr           1203 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     for (i=1; i<nprocs; i++) if(recv_size[i-1]!=recv_size[i]){ DBG_FPRINTF(stderr, "\t\t[%d]%2d,", i,recv_size[i] ); }
stderr           1204 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     DBG_FPRINTF(stderr, "\tsdispls   =  [%d]%2d,",0,sdispls[0]);
stderr           1205 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     for (i=1; i<nprocs; i++) if(sdispls[i-1]!=sdispls[i]){ DBG_FPRINTF(stderr, "\t\t[%d]%2d,", i,sdispls  [i] ); }
stderr           1206 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     DBG_FPRINTF(stderr, "\trdispls   =  [%d]%2d,",0,rdispls[0]);
stderr           1207 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     for (i=1; i<nprocs; i++) if(rdispls[i-1]!=rdispls[i]){ DBG_FPRINTF(stderr, "\t\t[%d]%2d,", i,rdispls  [i] ); }
stderr           1208 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     DBG_FPRINTF(stderr, "\ttails = %4d, %4d\n", stail, rtail );
stderr           1210 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     DBG_FPRINTF(stderr, "\tall_send_buf =  [%d]%2d,",0,all_send_buf[0]);
stderr           1223 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     DBG_FPRINTF(stderr, "\tall_recv_buf = " );
stderr           1224 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     for (i=131072; i<131073; i++) { DBG_FPRINTF(stderr, "%2d,", all_recv_buf  [i] ); }
stderr           1225 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     DBG_FPRINTF(stderr, "\n" );
stderr            190 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     DBG_FPRINTF(stderr,"BGLOCKLESSMPIO_F_TYPE=%ld/%#lX\n",
stderr            290 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr,"TIMING-%1s,", (rw ? "W" : "R") );
stderr            291 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr,"SIZE: %12.4lld , ", (long long int)(gpfsmpio_prof_avg[ GPFSMPIO_CIO_DATA_SIZE ] * nr_aggs));
stderr            292 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr,"SEEK-avg: %10.3f , ",
stderr            294 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr,"SEEK-max: %10.3f , ",
stderr            296 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr,"LOCAL-avg: %10.3f , ",
stderr            298 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr,"GATHER-max: %10.3f , ",
stderr            300 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr,"PATTERN-avg: %10.3f , ",
stderr            302 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr,"FILEDOMAIN-avg: %10.3f , ",
stderr            304 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr,"MYREQ-avg: %10.3f , ",
stderr            306 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr,"OTHERREQ-max: %10.3f , ",
stderr            308 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr,"EXCHANGE-max: %10.3f , ",
stderr            310 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr, "EXCHANGE-RECV_EXCH-max: %10.3f , ",
stderr            312 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr, "EXCHANGE-SETUP-max: %10.3f , ",
stderr            314 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr, "EXCHANGE-NET-max: %10.3f , ",
stderr            316 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr, "EXCHANGE-SORT-max: %10.3f , ",
stderr            318 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr, "EXCHANGE-SIEVE-max: %10.3f , ",
stderr            320 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr,"POSIX-TIME-avg: %10.3f , ",
stderr            322 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr,"POSIX-TIME-max: %10.3f , ",
stderr            324 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr,"MPIIO-CONTIG-TIME-avg: %10.3f , ",
stderr            326 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr,"MPIIO-STRIDED-TIME-avg: %10.3f , ",
stderr            328 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr,"POSIX-BW-avg: %10.3f , ",
stderr            330 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr,"MPI-BW-avg: %10.3f , ",
stderr            332 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	    fprintf(stderr,"MPI-BW-collective-avg: %10.3f\n ",
stderr            367 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c           FPRINTF(stderr,"Information: Holes found during one-sided "
stderr            439 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c       DBG_FPRINTF(stderr, "\trank = %6d\n", all_procInfo[i].rank );
stderr            448 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c     DBG_FPRINTF(stderr, "\tconfInfo = min: %3d, max: %3d, naggrs: %3d, bridge: %3d, nprocs: %3d, vpset: %3d, ratio: %.4f; naggs = %d\n",
stderr            475 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c       DBG_FPRINTF(stderr, "\taggr %-4d = %6d\n", i, tmp_ranklist[i] );
stderr            633 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	fprintf(stderr,"Interleaved aggregator list:\n");
stderr            635 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	    fprintf(stderr,"Agg: %d Agg rank: %d with bridge rank %d and ion ID %d\n",i,interleavedbridgeranklist[i],all_procInfo[interleavedbridgeranklist[i]].bridgeRank,all_procInfo[interleavedbridgeranklist[i]].ionID);
stderr            637 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	fprintf(stderr,"Bridges list:\n");
stderr            639 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	    fprintf(stderr,"bridge %d ion min rank %d rank %d number of aggs %d ion id %d\n",i,summarybridgeminionaggrank[i],bridgelist[i],bridgelistnum[i],ionlist[i]);
stderr            164 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_pset.c        fprintf(stderr,"Block dimensions:\n");
stderr            199 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_pset.c          fprintf(stderr,"numNodesInPartition is %d Dimension %d has %d elements wrap-around value is %d\n",proc->numNodesInPartition,i,torusSize[i],dimTorus[i]);
stderr            268 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_pset.c         fprintf(stderr,"agg coords are %u %u %u %u %u bridge coords are %u %u %u %u %u distance is %u\n",aggCoords[0],aggCoords[1],aggCoords[2],aggCoords[3],aggCoords[4],manhattanBridgeCoords[0],manhattanBridgeCoords[1],manhattanBridgeCoords[2],manhattanBridgeCoords[3],manhattanBridgeCoords[4], proc->manhattanDistanceToBridge);
stderr             69 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c       FPRINTF(stderr,"ERROR: ATTENTION: inTERcomms are not supported in MPI-IO - aborting....\n");
stderr             89 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c         FPRINTF(stderr,"ERROR: ATTENTION: Number of aggregators specified in MP_IOTASKLIST set at 0 - default aggregator selection will be used.\n");
stderr             91 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c         FPRINTF(stderr,"ERROR: ATTENTION: The number of aggregators (%s) specified in MP_IOTASKLIST is outside the communicator task range of %d.\n",tmpBuf,commSize);
stderr            114 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c              FPRINTF(stderr,"ERROR: ATTENTION: The aggregator '%s' specified in MP_IOTASKLIST is not within the communicator task range of 0 to %d  - it will be ignored.\n",tmpBuf,commSize-1);
stderr            126 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c                FPRINTF(stderr,"ERROR: ATTENTION: The aggregator '%d' is specified multiple times in MP_IOTASKLIST - duplicates are ignored.\n",newAggRank);
stderr            130 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c            FPRINTF(stderr,"ERROR: ATTENTION: The aggregator '%s' specified in MP_IOTASKLIST is not a valid integer task id  - it will be ignored.\n",tmpBuf);
stderr            136 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c              FPRINTF(stderr,"ERROR: ATTENTION: No aggregators were correctly specified in MP_IOTASKLIST - default aggregator selection will be used.\n");
stderr            140 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c              FPRINTF(stderr,"ERROR: ATTENTION: %d aggregators were specified in MP_IOTASKLIST but only %d were correctly specified - setting the number of aggregators to %d.\n",numAggs, aggIndex,aggIndex);
stderr             19 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
stderr             21 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_fcntl.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
stderr             18 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
stderr             32 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
stderr             45 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 	FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
stderr            235 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 	FPRINTF(stderr,"no MPI_Info object associated with %s\n",fd->filename);
stderr            339 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 		    FPRINTF(stderr,"WARNING:  read-only file %s does not exist!\n",fd->filename);
stderr             19 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
stderr             38 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
stderr             69 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
stderr             88 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
stderr            233 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    FPRINTF(stderr,"[%d/%d] %s called with discontigous memory buffer\n",
stderr            235 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    fflush(stderr);
stderr            276 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    FPRINTF(stderr,"[%d/%d] %s error in computing extent -- extent %d is smaller than total bytes requested %d!\n",
stderr            278 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    fflush(stderr);
stderr             21 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
stderr             44 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 	FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
stderr             70 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 	    FPRINTF(stderr,"%s:  attempt to resize read-only file %s!\n",
stderr             19 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
stderr             27 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     FPRINTF(stderr,"finished with contig write transaction\n");
stderr             41 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
stderr             58 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     FPRINTF(stderr,"wrote %Ld bytes...",(long long)length);
stderr             71 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
stderr             90 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
stderr            104 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     FPRINTF(stderr,"wrote %Ld bytes...",(long long)length); 
stderr            233 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    FPRINTF(stderr,"[%d/%d] %s called with discontigous memory buffer\n",
stderr            235 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    fflush(stderr);
stderr            273 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    FPRINTF(stderr,"[%d/%d] %s error in computing extent -- extent %d is smaller than total bytes requested %d!\n",
stderr            275 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    fflush(stderr);
stderr            283 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     FPRINTF(stderr,"[%d/%d] %s writing %d bytes into extent of %d bytes starting at offset %Ld\n",
stderr            285 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     fflush(stderr);
stderr            414 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    FPRINTF(stderr,"[%d/%d] %s called w/ contig mem, discontig file\n",
stderr            416 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    fflush(stderr);
stderr            426 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    FPRINTF(stderr,"[%d/%d] %s called w/ discontig mem, contig file\n",
stderr            428 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    fflush(stderr);
stderr            446 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    FPRINTF(stderr,"[%d/%d] %s called w/ discontig mem, discontig file\n",
stderr            448 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    fflush(stderr);
stderr            463 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    FPRINTF(stderr,"[%d/%d] Why the heck did you call %s with contiguous buffer *and* file types?\n",
stderr             34 ompi/mca/io/romio321/romio/adio/ad_gridftp/globus_routines.c   FPRINTF(stderr, "[%d/%d] %s error \"%s\", called from %s\n",
stderr            110 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_fcntl.c 	FPRINTF(stderr, "Unknown flag passed to ADIOI_HFS_Fcntl\n");
stderr             94 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c 	FPRINTF(stderr, "Unknown flag passed to ADIOI_LUSTRE_Fcntl\n");
stderr            117 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_open.c 		fprintf(stderr, "Failure to set stripe info %s \n", strerror(errno));
stderr             79 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c             FPRINTF(stderr, "%s: panfs_layout_type is not a valid value: %u.\n", myname, layout_type);
stderr             87 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                 FPRINTF(stderr, "%s: MPI_Info does not contain the panfs_layout_stripe_unit hint which is necessary to specify a valid RAID0 layout to the PAN_FS_CLIENT_LAYOUT_CREATE_FILE ioctl.\n", myname);
stderr             91 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                 FPRINTF(stderr, "%s: MPI_Info does not contain the panfs_layout_total_num_comps hint which is necessary to specify a valid RAID0 layout to the PAN_FS_CLIENT_LAYOUT_CREATE_FILE ioctl.\n", myname);
stderr            104 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                     FPRINTF(stderr, "%s: MPI_Info does not contain the panfs_layout_stripe_unit hint which is necessary to specify a valid RAID5 parity stripe layout to the PAN_FS_CLIENT_LAYOUT_CREATE_FILE ioctl.\n", myname);
stderr            108 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                     FPRINTF(stderr, "%s: MPI_Info does not contain the panfs_layout_total_num_comps hint which is necessary to specify a valid RAID5 parity stripe layout to the PAN_FS_CLIENT_LAYOUT_CREATE_FILE ioctl.\n", myname);
stderr            112 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                     FPRINTF(stderr, "%s: MPI_Info does not contain the panfs_layout_parity_stripe_width hint which is necessary to specify a valid RAID5 parity stripe layout to the PAN_FS_CLIENT_LAYOUT_CREATE_FILE ioctl.\n", myname);
stderr            116 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                     FPRINTF(stderr, "%s: MPI_Info does not contain the panfs_layout_parity_stripe_depth hint which is necessary to specify a valid RAID5 parity stripe layout to the PAN_FS_CLIENT_LAYOUT_CREATE_FILE ioctl.\n", myname);
stderr            123 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                 FPRINTF(stderr, "%s: panfs_layout_visit_policy is not a valid value: %u.\n", myname, layout_visit_policy);
stderr            133 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                     FPRINTF(stderr, "%s: MPI_Info does not contain the panfs_layout_stripe_unit hint which is necessary to specify a valid RAID10 layout to the PAN_FS_CLIENT_LAYOUT_CREATE_FILE ioctl.\n", myname);
stderr            137 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                     FPRINTF(stderr, "%s: MPI_Info does not contain the panfs_layout_total_num_comps hint which is necessary to specify a valid RAID10 layout to the PAN_FS_CLIENT_LAYOUT_CREATE_FILE ioctl.\n", myname);
stderr            144 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                 FPRINTF(stderr, "%s: panfs_layout_visit_policy is not a valid value: %u.\n", myname, layout_visit_policy);
stderr            171 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                 FPRINTF(stderr,"%s: Unexpected I/O Error calling stat() on PanFS file: %s.\n", myname, strerror(errno));
stderr            176 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                 FPRINTF(stderr,"%s: Cannot create PanFS file with ioctl when file already exists.\n", myname);
stderr            198 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                     FPRINTF(stderr, "%s: I/O Error opening parent directory to create PanFS file using ioctl: %s.\n", myname, strerror(errno));
stderr            237 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                         FPRINTF(stderr, "%s: I/O Error doing ioctl on parent directory to create PanFS file using ioctl: %s.\n", myname, strerror(errno));
stderr            254 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                 FPRINTF(stderr, "%s: I/O Error creating PanFS file using open: %s.\n", myname, strerror(errno));
stderr            100 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c             FPRINTF(stderr, "%s: panfs_layout_type is not a valid value: %u.\n", myname,
stderr            109 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                     FPRINTF(stderr,
stderr            114 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                     FPRINTF(stderr,
stderr            119 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                     FPRINTF(stderr,
stderr            124 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                     FPRINTF(stderr,
stderr            132 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                 FPRINTF(stderr,
stderr            139 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                 FPRINTF(stderr,
stderr            150 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                     FPRINTF(stderr,
stderr            155 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                     FPRINTF(stderr,
stderr            160 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                     FPRINTF(stderr,
stderr            165 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                     FPRINTF(stderr,
stderr            174 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                 FPRINTF(stderr, "%s: panfs_layout_visit_policy is not a valid value: %u.\n", myname,
stderr            182 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                     FPRINTF(stderr,
stderr            187 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                     FPRINTF(stderr,
stderr            196 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                 FPRINTF(stderr, "%s: panfs_layout_visit_policy is not a valid value: %u.\n", myname,
stderr            224 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                 FPRINTF(stderr, "%s: Unexpected I/O Error calling stat() on PanFS file: %s.\n",
stderr            232 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                 FPRINTF(stderr,
stderr            256 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                     FPRINTF(stderr,
stderr            307 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                         FPRINTF(stderr,
stderr            324 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                 FPRINTF(stderr, "%s: I/O Error creating PanFS file using open: %s.\n", myname,
stderr             34 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_resize.c             FPRINTF(stderr, "%s: Rank %d: Resize failed: requested=%llu actual=%llu.\n",myname,myrank,size,(unsigned long long)stat_buf.st_size);
stderr             74 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_fcntl.c 	FPRINTF(stderr, "Unknown flag passed to ADIOI_PIOFS_Fcntl\n");
stderr             35 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_hints.c 		    FPRINTF(stderr, "ADIOI_PIOFS_SetInfo: the value for key \"striping_factor\" must be the same on all processes\n");
stderr             47 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_hints.c 		    FPRINTF(stderr, "ADIOI_PIOFS_SetInfo: the value for key \"striping_unit\" must be the same on all processes\n");
stderr             59 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_hints.c 		    FPRINTF(stderr, "ADIOI_PIOFS_SetInfo: the value for key \"start_iodevice\" must be the same on all processes\n");
stderr             88 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c 	FPRINTF(stderr, "ROMIO cannot guarantee atomicity of noncontiguous accesses in atomic mode, as PIOFS doesn't support file locking. Use nonatomic mode and its associated semantics.\n");
stderr            124 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c     fprintf(stderr, "ADIOI_PVFS2_StridedDtypeIO: (fd->fp_ind=%Ld,fd->disp=%Ld,"
stderr            145 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c         fprintf(stderr, "ADIOI_PVFS2_stridedDtypeIO: error in final"
stderr            153 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c         fprintf(stderr, "ADIOI_PVFS2_StridedDtypeIO: error in final"
stderr            165 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	fprintf(stderr, "ADIOI_PVFS2_StridedDtypeIO: Warning - PVFS_sys_"
stderr            188 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c     fprintf(stderr, "ADIOI_PVFS2_StridedDtypeIO: "
stderr            244 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	fprintf(stderr, "Failed to allocate array_int\n");
stderr            250 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	fprintf(stderr, "Failed to allocate array_addr\n");
stderr            257 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	fprintf(stderr, "Failed to allocate array_dtypes\n");
stderr            275 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "convert_mpi_pvfs2_dtype: "
stderr            305 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		    fprintf(stderr, "convert_mpi_pvfs2_dtype: "
stderr            323 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		    fprintf(stderr, "convert_mpi_pvfs2_dtype: "
stderr            345 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		fprintf(stderr, "convert_mpi_pvfs2_dtype: "
stderr            351 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		fprintf(stderr, "convert_mpi_pvfs2_dtype: "
stderr            356 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		fprintf(stderr, "convert_mpi_pvfs2_dtype: "
stderr            361 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		fprintf(stderr, "convert_mpi_pvfs2_dtype: "
stderr            366 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		fprintf(stderr, "convert_mpi_pvfs2_dtype: "
stderr            371 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		fprintf(stderr, "convert_mpi_pvfs2_dtype: "
stderr            376 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		fprintf(stderr, "convert_mpi_pvfs2_dtype: "
stderr            381 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		fprintf(stderr, "convert_mpi_pvfs2_dtype: "
stderr            386 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		fprintf(stderr, "convert_mpi_pvfs2_dtype: "
stderr            391 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		fprintf(stderr, "convert_mpi_pvfs2_dtype: "
stderr            399 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "Error in PVFS_Request_* "
stderr            456 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		fprintf(stderr, "convert_mpi_pvfs2_dtype: "
stderr            464 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "convert_mpi_pvfs2_dtype: "
stderr            470 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "convert_mpi_pvfs2_dtype: "
stderr            501 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		fprintf(stderr, "convert_mpi_pvfs2_dtype: "
stderr            508 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		fprintf(stderr, "Error in PVFS_Request_struct\n");
stderr            522 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "STRUCT(WITHOUT %d LB or UB)(%d,[",
stderr            525 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		fprintf(stderr, "(%d,%Ld) ",
stderr            528 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "]\n");
stderr            529 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "RESIZED(LB = %Ld, EXTENT = %Ld)\n",
stderr            535 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		fprintf(stderr, "Error in PVFS_Request_resize\n");
stderr            546 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		fprintf(stderr, "Error in PVFS_Request_struct\n");
stderr            578 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c     fprintf(stderr, "convert_mpi_pvfs2_dtype:  SERIOUS ERROR\n");
stderr            587 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c     fprintf(stderr, "NAMED");
stderr            594 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "-MPI_CHAR\n");
stderr            601 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c             fprintf(stderr, "-MPI_BYTE\n");
stderr            608 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c             fprintf(stderr, "-MPI_SHORT\n");
stderr            615 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c             fprintf(stderr, "-MPI_INT\n");
stderr            622 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c             fprintf(stderr, "-MPI_LONG\n");
stderr            629 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "-MPI_FLOAT\n");
stderr            636 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "-MPI_DOUBLE\n");
stderr            643 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "-MPI_UNSIGNED_CHAR\n");
stderr            650 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "-MPI_UNSIGNED_SHORT\n");
stderr            657 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "-MPI_SHORT\n");
stderr            664 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "-MPI_UNSIGNED_LONG\n");
stderr            671 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "-MPI_LONG_DOUBLE\n");
stderr            676 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "convert_named: predefined type not found");
stderr            680 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	fprintf(stderr, "convert_named: Datatype creation failed\n");
stderr            696 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "CONTIG(%d)\n", arr_int[0]);
stderr            699 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "VECTOR(%d,%d,%d)\n", 
stderr            703 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "HVECTOR(%d,%d,%ld)\n",
stderr            707 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "INDEXED(%d,[",
stderr            710 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		fprintf(stderr, "(%d,%d) ",
stderr            713 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "]\n");
stderr            716 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "HINDEXED(%d,[",
stderr            719 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		fprintf(stderr, "(%d,%lld) ",
stderr            722 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "]\n");
stderr            725 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "STRUCT(%d,[",
stderr            728 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		fprintf(stderr, "(%d,%lld) ",
stderr            731 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "]\n");
stderr            734 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "DUP\n");
stderr            737 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    fprintf(stderr, "no available information on this datatype");
stderr            188 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c     fprintf(stderr, "ADIOI_PVFS2_StridedListIO: (fd->fp_ind=%Ld,fd->disp=%Ld,"
stderr            195 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c     fprintf(stderr, "flat_buf:\n");
stderr            197 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	fprintf(stderr, "(offset, length) = (%Ld, %d)\n",
stderr            200 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c     fprintf(stderr, "flat_file:\n");
stderr            202 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	fprintf(stderr, "(offset, length) = (%Ld, %d)\n",
stderr            262 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	    fprintf(stderr, "ad_pvfs2_io_list.c::\n");
stderr            267 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 		    fprintf(stderr, "buf[%d][%d]=%c\n",
stderr            294 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	    fprintf(stderr, "ADIOI_PVFS2_StridedListIO: Warning - PVFS_sys_"
stderr            313 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c     fprintf(stderr, "ADIOI_PVFS2_StridedListIO: "
stderr            384 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c     fprintf(stderr, "gen_list_arr:\n");
stderr            389 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	fprintf(stderr, "buf_ol_count != 0 || file_ol_count != 0\n");
stderr            422 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c     fprintf(stderr, "initial buf_off_arr[%d] = %Ld\n", *buf_ol_count_p,
stderr            424 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c     fprintf(stderr, "initial file_off_arr[%d] = %Ld\n", *file_ol_count_p,
stderr            440 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	fprintf(stderr, 
stderr            486 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	    fprintf(stderr, "reached end of memory block...\n");
stderr            537 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	    fprintf(stderr, "advanced %d in memory block...\n",
stderr            545 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	    fprintf(stderr, "gen_listio_arr: Error\n");
stderr            555 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	    fprintf(stderr, "reached end of file block...\n");
stderr            607 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	    fprintf(stderr, "advanced %d in file block...\n",
stderr            615 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	    fprintf(stderr, "gen_listio_arr: Error\n");
stderr            618 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	fprintf(stderr, 
stderr            644 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c     fprintf(stderr, "buf_ol_pairs(offset,length) count = %d\n",
stderr            648 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	fprintf(stderr, "(%lld, %d) ", (long long)buf_off_arr[i], buf_len_arr[i]);
stderr            650 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c     fprintf(stderr, "\n");
stderr            652 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c     fprintf(stderr, "file_ol_pairs(offset,length) count = %d\n",
stderr            656 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	fprintf(stderr, "(%lld, %d) ", (long long)file_off_arr[i], file_len_arr[i]);
stderr            658 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c     fprintf(stderr, "\n\n");
stderr             64 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_open.c 		FPRINTF(stderr, "pvfs_sys_getparent returns with %d\n", ret);
stderr             78 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_open.c                     FPRINTF(stderr,
stderr            114 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_open.c 	    FPRINTF(stderr, "cannot create file without MPI_MODE_CREATE\n");
stderr            146 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c             fprintf(stderr,
stderr            163 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c             fprintf(stderr,
stderr             61 ompi/mca/io/romio321/romio/adio/ad_sfs/ad_sfs_fcntl.c 	FPRINTF(stderr, "Unknown flag passed to ADIOI_SFS_Fcntl\n");
stderr             33 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_hints.c 				fprintf(stderr,
stderr             48 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_hints.c 				fprintf(stderr,
stderr             94 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c 	    FPRINTF(stderr, "MPI: Run-time Direct-IO memory alignment, %d, does not match compile-time value, %d.\n",
stderr             96 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c 	    FPRINTF(stderr, "MPI: Report this error and rerun with Direct-IO disabled.\n");
stderr            102 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c         FPRINTF(stderr, "Error in ADIOI_Calc_aggregator(): rank_index(%d) >= fd->hints->cb_nodes (%d) fd_size=%lld off=%lld\n",
stderr            147 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c     FPRINTF(stderr, "ADIOI_Calc_file_domains: %d aggregator(s)\n", 
stderr             44 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c             fprintf(stderr, "op_type invalid\n");
stderr             63 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "op_type invalid\n");
stderr             98 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "op_type invalid\n");
stderr            116 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c     fprintf(stderr, "view_state:(blocklens[%Ld]=%d,cur_reg_off=%Ld,"
stderr            137 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "view_state_add_region: %s contig type "
stderr            153 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "view_state_add_region: %s last region for type "
stderr            166 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "view_state_add_region: %s inner region type "
stderr            190 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "view_state_add_region: %s partial region type "
stderr            228 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, "op_type invalid\n");
stderr            263 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	fprintf(stderr, "init_view_state: %s (idx=%d,byte_off=%Ld,"
stderr            325 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c     fprintf(stderr, "get_next_fr_off: Couldn't find the correct "
stderr            365 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "op_type invalid\n");
stderr            486 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	fprintf(stderr, "ADIOI_Build_agg_reqs: malloc client_next_off_arr "
stderr            493 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	fprintf(stderr, "ADIOI_Build_agg_reqs: "
stderr            500 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	fprintf(stderr, "ADIOI_Build_agg_reqs: "
stderr            558 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "ADIOI_Build_agg_reqs: %s proc %d start/add to"
stderr            574 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, "ADIOI_Build_agg_reqs: "
stderr            581 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, "ADIOI_Build_agg_reqs: "
stderr            596 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 			fprintf(stderr, "ADIOI_Build_agg_reqs: "
stderr            681 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		    fprintf(stderr, "ADIOI_Build_agg_reqs: Impossible type\n");
stderr            710 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, "ADIOI_Build_agg_reqs: malloc "
stderr            718 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, "ADIOI_Build_agg_reqs: malloc "
stderr            727 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		    fprintf(stderr, "ADIOI_Build_agg_reqs: malloc "
stderr            735 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		    fprintf(stderr, "ADIOI_Build_agg_reqs: malloc "
stderr            746 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		    fprintf(stderr, 
stderr            754 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		    fprintf(stderr, 
stderr            790 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "ADIOI_Build_agg_reqs: ERROR Process %d "
stderr            798 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c     fprintf(stderr, "ADIOI_Build_agg_reqs:(client,ol_pairs,size_req)=");
stderr            801 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	fprintf(stderr, "(%d,%d,%Ld)", i, client_ol_ct_arr[i],
stderr            804 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, ",");
stderr            806 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c     fprintf(stderr, "\n");
stderr            809 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c     fprintf(stderr, "ADIOI_Build_agg_reqs: Generated %d of %d "
stderr            817 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "ADIOI_Build_agg_reqs: p %d (off,len) = ", i);
stderr            820 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, "[%d](%d,%d) ", j, 
stderr            824 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "\n");
stderr            828 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	fprintf(stderr, "ADIOI_Build_agg_reqs:agg_type(off,len)=");
stderr            831 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, "[%d](%d,%d)",
stderr            834 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		    fprintf(stderr, ",");
stderr            836 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	fprintf(stderr, "\n");
stderr            918 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c     fprintf(stderr, "ADIOI_Build_client_reqs:(agg,size_req)=");
stderr            924 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "(%d,%Ld)", i, agg_comm_sz_arr[i]);
stderr            926 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, ",");
stderr            928 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	fprintf(stderr, "\n");
stderr            935 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	fprintf(stderr, "ADIOI_Build_client_reqs: malloc agg_mem_next_off_arr"
stderr            943 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	fprintf(stderr, "ADIOI_Build_client_reqs: malloc agg_comm_cur_sz_arr"
stderr            950 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	fprintf(stderr, "ADIOI_Build_client_reqs: "
stderr            957 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	fprintf(stderr, "ADIOI_Build_client_reqs: "
stderr           1035 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "ADIOI_Build_client_reqs: %s File region"
stderr           1075 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, "ADIOI_Build_client_reqs: Mem region %s"
stderr           1119 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 			fprintf(stderr, "ADIOI_Build_client_reqs: "
stderr           1134 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, 
stderr           1142 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, 
stderr           1151 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		    fprintf(stderr, "ADIOI_Build_client_reqs: malloc "
stderr           1159 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		    fprintf(stderr, "ADIOI_Build_client_reqs: malloc "
stderr           1168 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c     fprintf(stderr, "ADIOI_Build_client_reqs:(agg,cur_ol_count=ol_count)=");
stderr           1174 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "(%d,%d=%d)", i, agg_ol_cur_ct_arr[i],
stderr           1178 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, ",");
stderr           1181 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c     fprintf(stderr, "\n");
stderr           1189 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "ADIOI_Build_client_reqs: p %d (off,len) = ", i);
stderr           1192 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, "[%d](%d,%d) ", j,
stderr           1196 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "\n");
stderr           1263 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c         fprintf(stderr, "ADIOI_Build_client_pre_req: Invalid agg_idx %d\n",
stderr           1273 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	fprintf(stderr, 
stderr           1285 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	fprintf(stderr, 
stderr           1309 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, "ADIOI_Build_client_pre_req: "
stderr           1362 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	fprintf(stderr, 
stderr           1447 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, "ADIOI_Build_client_pre_req: %s Mem region"
stderr           1494 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 			fprintf(stderr, "ADIOI_Build_client_pre_req: "
stderr           1508 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "ADIOI_Build_client_pre_req: %s File region"
stderr           1514 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, "ADIOI_Build_client_pre_req: "
stderr           1529 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, "ADIOI_Build_client_pre_req: malloc "
stderr           1538 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, "ADIOI_Build_client_pre_req: malloc "
stderr           1550 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c     fprintf(stderr, "ADIOI_Build_client_pre_req:(agg=%d,cur_ol_count=%d"
stderr           1558 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	fprintf(stderr, "ADIOI_Build_client_pre_req: agg=%d,pre_sz=%Ld "
stderr           1562 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "[%d](%d,%d) ", i, 
stderr           1566 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, "\n");
stderr           1568 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	fprintf(stderr, "\n");
stderr           1659 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "process_pre_req: TEMP_OFF "
stderr           1713 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		    fprintf(stderr, "process_pre_req: malloc "
stderr           1720 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c                     fprintf(stderr, "process_pre_req: malloc "
stderr           1760 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "process_pre_req: REAL_OFF "
stderr           1768 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "process_pre_req: Invalid off_type %d\n",
stderr           1803 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	fprintf(stderr, "ADIOI_Build_client_req: agg_rank %d does not map "
stderr           1814 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c     fprintf(stderr, "ADIOI_Build_client_req:(agg=%d,size_req=%Ld)\n",
stderr           1836 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, "ADIOI_Build_client_pre_req: "
stderr           1889 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "ADIOI_Build_client_req: %s File region"
stderr           1946 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, "ADIOI_Build_client_req: %s Mem region"
stderr           1987 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 			fprintf(stderr, "ADIOI_Build_client_req: "
stderr           2002 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, "ADIOI_Build_client_req: malloc "
stderr           2011 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, "ADIOI_Build_client_req: malloc "
stderr           2021 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c     fprintf(stderr, 
stderr           2029 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	fprintf(stderr, "ADIOI_Build_client_req: p %d (off,len) = ", agg_rank);
stderr           2032 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "[%d](%d,%d) ", i, 
stderr           2035 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, "\n");
stderr           2037 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	fprintf(stderr, "\n");
stderr           2041 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c     fprintf(stderr, 
stderr           2049 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	fprintf(stderr, "ADIOI_Build_client_req: p %d pre(off,len) = ", 
stderr           2053 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    fprintf(stderr, "[%d](%d,%d) ", i, 
stderr           2057 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		fprintf(stderr, "\n");
stderr           2059 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	fprintf(stderr, "\n");
stderr             42 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	fprintf(stderr, "print flatlist node of NULL ptr\n");
stderr             45 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c     fprintf(stderr, "print flatlist node count = %d (idx,blocklen)\n", 
stderr             51 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	    fprintf(stderr, "%d=(%lld,%lld)\n", i, (long long)flatlist_node_p->indices[i],
stderr             55 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	    fprintf(stderr, "%d=(%lld,%lld) ", i, (long long)flatlist_node_p->indices[i],
stderr             58 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c     fprintf(stderr, "\n");
stderr             83 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	fprintf(stderr, "ADIOI_Add_contig_flattened: malloc next failed\n");
stderr             89 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	fprintf(stderr, "ADIOI_Flatlist_node: malloc blocklens failed\n");
stderr             94 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	fprintf(stderr, "ADIOI_Flatlist_node: malloc indices failed\n");
stderr            278 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c     fprintf(stderr, "my own flattened memtype: ");
stderr            280 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c     fprintf(stderr, "my own flattened filetype: ");
stderr            291 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	    fprintf(stderr, "ADIOI_Exchange_file_views: MPI_Alltoall failed "
stderr            307 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c         fprintf(stderr, "send_count_arr:");
stderr            310 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	    fprintf(stderr, "[%d]=%d ", i, send_count_arr[i].count);
stderr            312 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c         fprintf(stderr, "\n");
stderr            313 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c         fprintf(stderr, "recv_count_arr:");
stderr            316 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	    fprintf(stderr, "[%d]=%d ", i, recv_count_arr[i].count);
stderr            318 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c         fprintf(stderr, "\n");
stderr            320 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c         fprintf(stderr, "send_count_arr:");
stderr            323 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	    fprintf(stderr, "[%d]=%d ", i, send_count_arr[i].count);
stderr            325 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c         fprintf(stderr, "\n");
stderr            327 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	    fprintf(stderr, "recv_count_arr:");
stderr            330 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	        fprintf(stderr, "[%d]=%d ", i, recv_count_arr[i].count);
stderr            332 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	    fprintf(stderr, "\n");
stderr            357 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 		    fprintf(stderr, "ADIOI_Exchange_file_views: malloc "
stderr            471 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	    fprintf(stderr, "client_file_view_state_arr[%d]=(fp_ind=%Ld,"
stderr            485 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	fprintf(stderr, "my file realm (idx=%d,st_off=%Ld) ", 
stderr            497 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	    fprintf(stderr, "client_file_view_state_arr[%d]: ", i);
stderr             99 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     fprintf (stderr, "p%d: entering ADIOI_IOStridedColl\n", myrank);
stderr            299 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     fprintf (stderr, "client_alltoallw_counts[ ");
stderr            301 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	fprintf (stderr, "%d ", client_alltoallw_counts[i]);
stderr            303 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     fprintf (stderr, "]\n");
stderr            304 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     fprintf (stderr, "agg_alltoallw_counts[ ");
stderr            306 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	fprintf (stderr,"%d ", agg_alltoallw_counts[i]);
stderr            308 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     fprintf (stderr, "]\n");
stderr            359 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    fprintf (stderr, "expecting from [agg](disp,size,cnt)=");
stderr            362 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		fprintf (stderr, "[%d](%d,%d,%d)", i, alltoallw_disps[i], 
stderr            365 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		    fprintf(stderr, ",");
stderr            367 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    fprintf (stderr, "]\n");
stderr            369 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		fprintf (stderr, "sending to [client](disp,size,cnt)=");
stderr            376 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		    fprintf (stderr, "[%d](%d,%d,%d)", i, alltoallw_disps[i], 
stderr            379 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 			fprintf(stderr, ",");
stderr            381 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		fprintf (stderr,"\n");
stderr            418 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    fprintf (stderr, "buffered_io_size = %lld\n", buffered_io_size);
stderr            420 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		fprintf (stderr, "buf = [");
stderr            422 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		    fprintf (stderr, "%c", ((char *) buf)[i]);
stderr            423 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		fprintf (stderr, "]\n");
stderr            424 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		fprintf (stderr, "cb_buf = [");
stderr            426 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		    fprintf (stderr, "%c", cb_buf[i]);
stderr            427 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		fprintf (stderr, "]\n");
stderr            434 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    fprintf (stderr, "sending to [agg](disp,size,cnt)=");
stderr            437 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		fprintf (stderr, "[%d](%d,%d,%d)", i, alltoallw_disps[i], 
stderr            440 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		    fprintf(stderr, ",");
stderr            442 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    fprintf (stderr, "]\n");
stderr            443 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    fprintf (stderr, "expecting from [client](disp,size,cnt)=");
stderr            450 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		fprintf (stderr, "[%d](%d,%d,%d)", i, alltoallw_disps[i], 
stderr            453 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		    fprintf(stderr, ",");
stderr            455 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    fprintf (stderr,"\n");
stderr            459 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    fprintf (stderr, "buffered_io_size = %lld\n", buffered_io_size);
stderr            475 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		fprintf (stderr, "buf = [");
stderr            477 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		    fprintf (stderr, "%c", ((char *) buf)[i]);
stderr            478 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		fprintf (stderr, "]\n");
stderr            496 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		fprintf (stderr, "cb_buf = [");
stderr            498 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		    fprintf (stderr, "%c", cb_buf[i]);
stderr            499 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		fprintf (stderr, "]\n");
stderr            278 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c             DBG_FPRINTF(stderr, "rank %d  off %lld  len %lld\n",
stderr            773 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c         DBG_FPRINTF(stderr, "rank %d, i %d, others_count %d\n",
stderr           1078 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                 DBG_FPRINTF(stderr, "node %d, recv_size %d, tag %d \n",
stderr            115 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	      DBG_FPRINTF(stderr, "rank %d  off %lld  len %lld\n", 
stderr            361 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c             DBG_FPRINTF(stderr, "flattened %3lld : ", flat_file->count );
stderr            363 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c                 DBG_FPRINTF(stderr, "%16lld:%-16lld", flat_file->indices[ii], flat_file->blocklens[ii] );
stderr            365 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c             DBG_FPRINTF(stderr, "\n" );
stderr            660 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	    DBG_FPRINTF(stderr, "rank %d, i %d, others_count %d\n", rank, i, others_req[i].count); 
stderr            836 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 		    DBG_FPRINTF(stderr, "node %d, recv_size %d, tag %d \n", 
stderr            190 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c 	    FPRINTF(stderr, "len[%d] = %d\n", i, procname_len[i]);
stderr            246 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c 	    FPRINTF(stderr, "name[%d] = %s\n", i, procname[i]);
stderr            346 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c 	    FPRINTF(stderr, "error parsing config list\n");
stderr            369 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c 	    FPRINTF(stderr, "looking for *:%d\n", max_procs);
stderr            372 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c 	    FPRINTF(stderr, "looking for %s:%d\n", cur_procname, max_procs);
stderr            509 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c 	    FPRINTF(stderr, "performing wildcard match (*:%d) starting with %s (%d)\n", 
stderr            516 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c 	    FPRINTF(stderr, "  assigning name %s (%d) to rank %d in mapping\n",
stderr            549 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c 	FPRINTF(stderr, "performing name match (%s:%d)\n", name, max_per_proc);
stderr            609 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c 	FPRINTF(stderr, "  assigning name %s (%d) to rank %d in mapping\n",
stderr            627 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c 	    FPRINTF(stderr, "  taking name %s (%d) out of procnames\n",
stderr             26 ompi/mca/io/romio321/romio/adio/common/error.c 	FPRINTF(stderr, "[%d] - %s : %s\n", myrank, string, buf);
stderr             32 ompi/mca/io/romio321/romio/adio/common/error.c 	FPRINTF(stderr, "Only MPI_ERRORS_RETURN and MPI_ERRORS_ARE_FATAL are currently supported as error handlers for files\n");
stderr            117 ompi/mca/io/romio321/romio/adio/common/flatten.c   DBG_FPRINTF(stderr,"ADIOI_Flatten_datatype:: is_contig %#X\n",is_contig);
stderr            126 ompi/mca/io/romio321/romio/adio/common/flatten.c       DBG_FPRINTF(stderr,"ADIOI_Flatten_datatype:: found datatype %#X\n", datatype);
stderr            149 ompi/mca/io/romio321/romio/adio/common/flatten.c     DBG_FPRINTF(stderr,"ADIOI_Flatten_datatype:: count %llX, cur_idx = %#llX\n",flat->count,curr_index);
stderr            163 ompi/mca/io/romio321/romio/adio/common/flatten.c   DBG_FPRINTF(stderr,"ADIOI_Flatten_datatype:: MPIR_Type_flatten\n");
stderr            168 ompi/mca/io/romio321/romio/adio/common/flatten.c   DBG_FPRINTF(stderr,"ADIOI_Flatten_datatype:: ADIOI_Flatten\n");
stderr            178 ompi/mca/io/romio321/romio/adio/common/flatten.c       DBG_FPRINTF(stderr,"ADIOI_Flatten_datatype:: i %#X, blocklens %#llX, indices %#llX\n",
stderr            217 ompi/mca/io/romio321/romio/adio/common/flatten.c   DBG_FPRINTF(stderr,"ADIOI_Flatten:: st_offset %#llX, curr_index %#llX\n",st_offset,*curr_index);
stderr            218 ompi/mca/io/romio321/romio/adio/common/flatten.c   DBG_FPRINTF(stderr,"ADIOI_Flatten:: nints %#X, nadds %#X, ntypes %#X\n",nints, nadds, ntypes);
stderr            221 ompi/mca/io/romio321/romio/adio/common/flatten.c     DBG_FPRINTF(stderr,"ADIOI_Flatten:: ints[%lld]=%#X\n",i,ints[i]);
stderr            225 ompi/mca/io/romio321/romio/adio/common/flatten.c     DBG_FPRINTF(stderr,"ADIOI_Flatten:: adds[%lld]="MPI_AINT_FMT_HEX_SPEC"\n",i,adds[i]);
stderr            229 ompi/mca/io/romio321/romio/adio/common/flatten.c     DBG_FPRINTF(stderr,"ADIOI_Flatten:: types[%lld]=%#llX\n",i,(unsigned long long)(unsigned long)types[i]);
stderr            243 ompi/mca/io/romio321/romio/adio/common/flatten.c     DBG_FPRINTF(stderr,"ADIOI_Flatten:: MPI_COMBINER_DUP\n");
stderr            258 ompi/mca/io/romio321/romio/adio/common/flatten.c       DBG_FPRINTF(stderr,"ADIOI_Flatten:: MPI_COMBINER_SUBARRAY\n");
stderr            279 ompi/mca/io/romio321/romio/adio/common/flatten.c       DBG_FPRINTF(stderr,"ADIOI_Flatten:: MPI_COMBINER_DARRAY\n");
stderr            293 ompi/mca/io/romio321/romio/adio/common/flatten.c       DBG_FPRINTF(stderr,"ADIOI_Flatten:: MPI_COMBINER_DARRAY <ADIOI_Flatten(dtype, flat->indices[%#X] %#llX, flat->blocklens[%#X] %#llX, st_offset %#llX, curr_index %#llX);\n",
stderr            298 ompi/mca/io/romio321/romio/adio/common/flatten.c       DBG_FPRINTF(stderr,"ADIOI_Flatten:: MPI_COMBINER_DARRAY >ADIOI_Flatten(dtype, flat->indices[%#X] %#llX, flat->blocklens[%#X] %#llX, st_offset %#llX, curr_index %#llX);\n",
stderr            307 ompi/mca/io/romio321/romio/adio/common/flatten.c     DBG_FPRINTF(stderr,"ADIOI_Flatten:: MPI_COMBINER_CONTIGUOUS\n");
stderr            325 ompi/mca/io/romio321/romio/adio/common/flatten.c       DBG_FPRINTF(stderr,"ADIOI_Flatten:: simple flat->indices[%#llX] %#llX, flat->blocklens[%#llX] %#llX\n",j, flat->indices[j], j, flat->blocklens[j]);
stderr            341 ompi/mca/io/romio321/romio/adio/common/flatten.c           DBG_FPRINTF(stderr,"ADIOI_Flatten:: derived flat->indices[%#llX] %#llX, flat->blocklens[%#llX] %#llX\n",j, flat->indices[j], j, flat->blocklens[j]);
stderr            352 ompi/mca/io/romio321/romio/adio/common/flatten.c     DBG_FPRINTF(stderr,"ADIOI_Flatten:: MPI_COMBINER_VECTOR\n");
stderr            415 ompi/mca/io/romio321/romio/adio/common/flatten.c     DBG_FPRINTF(stderr,"ADIOI_Flatten:: MPI_COMBINER_HVECTOR_INTEGER\n");
stderr            477 ompi/mca/io/romio321/romio/adio/common/flatten.c     DBG_FPRINTF(stderr,"ADIOI_Flatten:: MPI_COMBINER_INDEXED\n");
stderr            583 ompi/mca/io/romio321/romio/adio/common/flatten.c     DBG_FPRINTF(stderr,"ADIOI_Flatten:: MPI_COMBINER_INDEXED_BLOCK\n");
stderr            672 ompi/mca/io/romio321/romio/adio/common/flatten.c     DBG_FPRINTF(stderr,"ADIOI_Flatten:: MPI_COMBINER_HINDEXED_INTEGER\n");
stderr            763 ompi/mca/io/romio321/romio/adio/common/flatten.c     DBG_FPRINTF(stderr,"ADIOI_Flatten:: MPI_COMBINER_STRUCT_INTEGER\n");
stderr            786 ompi/mca/io/romio321/romio/adio/common/flatten.c 		    DBG_FPRINTF(stderr,"ADIOI_Flatten:: simple adds[%#X] "MPI_AINT_FMT_HEX_SPEC", flat->indices[%#llX] %#llX, flat->blocklens[%#llX] %#llX\n",n,adds[n],j, flat->indices[j], j, flat->blocklens[j]);
stderr            805 ompi/mca/io/romio321/romio/adio/common/flatten.c 			DBG_FPRINTF(stderr,"ADIOI_Flatten:: simple old_extent "MPI_AINT_FMT_HEX_SPEC", flat->indices[%#llX] %#llX, flat->blocklens[%#llX] %#llX\n",old_extent,j, flat->indices[j], j, flat->blocklens[j]);
stderr            817 ompi/mca/io/romio321/romio/adio/common/flatten.c     DBG_FPRINTF(stderr,"ADIOI_Flatten:: MPI_COMBINER_RESIZED\n");
stderr            839 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    DBG_FPRINTF(stderr,"ADIOI_Flatten:: simple adds[%#X] "MPI_AINT_FMT_HEX_SPEC", flat->indices[%#llX] %#llX, flat->blocklens[%#llX] %#llX\n",0,adds[0],j, flat->indices[j], j, flat->blocklens[j]);
stderr            867 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    DBG_FPRINTF(stderr,"ADIOI_Flatten:: simple adds[%#X] "MPI_AINT_FMT_HEX_SPEC", flat->indices[%#llX] %#llX, flat->blocklens[%#llX] %#llX\n",0,adds[0],j, flat->indices[j], j, flat->blocklens[j]);
stderr            890 ompi/mca/io/romio321/romio/adio/common/flatten.c         DBG_FPRINTF(stderr,"ADIOI_Flatten:: simple adds[%#X] "MPI_AINT_FMT_HEX_SPEC", flat->indices[%#llX] %#llX, flat->blocklens[%#llX] %#llX\n",1,adds[1],j, flat->indices[j], j, flat->blocklens[j]);
stderr            899 ompi/mca/io/romio321/romio/adio/common/flatten.c 	DBG_FPRINTF(stderr, "Error: Unsupported datatype passed to ADIOI_Flatten\n");
stderr            918 ompi/mca/io/romio321/romio/adio/common/flatten.c   DBG_FPRINTF(stderr,"ADIOI_Flatten:: return st_offset %#llX, curr_index %#llX\n",st_offset,*curr_index);
stderr           1191 ompi/mca/io/romio321/romio/adio/common/flatten.c 	DBG_FPRINTF(stderr, "Error: Unsupported datatype passed to ADIOI_Count_contiguous_blocks, combiner = %d\n", combiner);
stderr            134 ompi/mca/io/romio321/romio/adio/common/lock.c             fprintf(stderr, "File locking failed in ADIOI_Set_lock(fd %#X,cmd %s/%#X,type %s/%#X,whence %#X) with return value %#X and errno %#X.  Retry (%d).\n",                    
stderr            146 ompi/mca/io/romio321/romio/adio/common/lock.c           fprintf(stderr,"ADIOI_Set_lock:offset %#llx, length %#llx\n",(unsigned long long)offset, (unsigned long long)len);
stderr            156 ompi/mca/io/romio321/romio/adio/common/lock.c 	FPRINTF(stderr, "This requires fcntl(2) to be implemented. As of 8/25/2011 it is not. Generic MPICH Message: File locking failed in ADIOI_Set_lock(fd %X,cmd %s/%X,type %s/%X,whence %X) with return value %X and errno %X.\n"
stderr            170 ompi/mca/io/romio321/romio/adio/common/lock.c   FPRINTF(stderr,"ADIOI_Set_lock:offset %llu, length %llu\n",(unsigned long long)offset, (unsigned long long)len);
stderr            202 ompi/mca/io/romio321/romio/adio/common/lock.c 	FPRINTF(stderr, "File locking failed in ADIOI_Set_lock64(fd %X,cmd %s/%X,type %s/%X,whence %X) with return value %X and errno %X.\n"
stderr            218 ompi/mca/io/romio321/romio/adio/common/lock.c   FPRINTF(stderr,"ADIOI_Set_lock:offset %llu, length %llu\n",(unsigned long long)offset, (unsigned long long)len);
stderr             54 ompi/mca/io/romio321/romio/adio/common/malloc.c 	FPRINTF(stderr, "Out of memory in file %s, line %d\n", fname, lineno);
stderr             57 ompi/mca/io/romio321/romio/adio/common/malloc.c     DBG_FPRINTF(stderr, "ADIOI_Malloc %s:<%d> %p (%#zX)\n", fname, lineno, new, size);
stderr             72 ompi/mca/io/romio321/romio/adio/common/malloc.c 	FPRINTF(stderr, "Out of memory in file %s, line %d\n", fname, lineno);
stderr             75 ompi/mca/io/romio321/romio/adio/common/malloc.c     DBG_FPRINTF(stderr, "ADIOI_Calloc %s:<%d> %p\n", fname, lineno, new);
stderr             90 ompi/mca/io/romio321/romio/adio/common/malloc.c 	FPRINTF(stderr, "realloc failed in file %s, line %d\n", fname, lineno);
stderr             93 ompi/mca/io/romio321/romio/adio/common/malloc.c     DBG_FPRINTF(stderr, "ADIOI_Realloc %s:<%d> %p\n", fname, lineno, new);
stderr            100 ompi/mca/io/romio321/romio/adio/common/malloc.c     DBG_FPRINTF(stderr, "ADIOI_Free %s:<%d> %p\n", fname, lineno, ptr);
stderr            102 ompi/mca/io/romio321/romio/adio/common/malloc.c 	FPRINTF(stderr, "Attempt to free null pointer in file %s, line %d\n", fname, lineno);
stderr           1059 ompi/mca/io/romio321/romio/adio/include/adioi.h #define DBGT_FPRINTF if (MPIR_Ext_dbg_romio_verbose_enabled) fprintf(stderr,"%s:%d:",__FILE__,__LINE__); \
stderr           1062 ompi/mca/io/romio321/romio/adio/include/adioi.h #define DBG_FPRINTF if (MPIR_Ext_dbg_romio_verbose_enabled) fprintf(stderr,"%s:%d:",__FILE__,__LINE__); \
stderr           1065 ompi/mca/io/romio321/romio/adio/include/adioi.h #define DBGV_FPRINTF if (MPIR_Ext_dbg_romio_verbose_enabled) fprintf(stderr,"%s:%d:",__FILE__,__LINE__); \
stderr            127 ompi/mca/io/romio321/romio/mpi-io/fortran/deletef.c         FPRINTF(stderr, "MPI_File_delete: filename is an invalid address\n");
stderr            132 ompi/mca/io/romio321/romio/mpi-io/fortran/deletef.c         FPRINTF(stderr, "MPI_File_delete: filename is a blank string\n");
stderr            109 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c         FPRINTF(stderr, "MPI_File_get_view: datarep is an invalid address\n");
stderr            159 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c         FPRINTF(stderr, "MPI_File_get_view: datarep is an invalid address\n");
stderr            114 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c         FPRINTF(stderr, "MPI_File_open: filename is an invalid address\n");
stderr            119 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c 	FPRINTF(stderr, "MPI_File_open: filename is a blank string\n");
stderr            168 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c         FPRINTF(stderr, "MPI_File_open: filename is an invalid address\n");
stderr            173 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c 	FPRINTF(stderr, "MPI_File_open: filename is a blank string\n");
stderr            117 ompi/mca/io/romio321/romio/mpi-io/fortran/set_viewf.c         FPRINTF(stderr, "MPI_File_set_view: datarep is an invalid address\n");
stderr            122 ompi/mca/io/romio321/romio/mpi-io/fortran/set_viewf.c 	FPRINTF(stderr, "MPI_File_set_view: datarep is a blank string\n");
stderr            162 ompi/mca/io/romio321/romio/mpi-io/fortran/set_viewf.c         FPRINTF(stderr, "MPI_File_set_view: datarep is an invalid address\n");
stderr            167 ompi/mca/io/romio321/romio/mpi-io/fortran/set_viewf.c 	FPRINTF(stderr, "MPI_File_set_view: datarep is a blank string\n");
stderr             38 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_err.c 	FPRINTF(stderr, "%s", buf);
stderr             54 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_file.c 	FPRINTF(stderr, "MPI_File_f2c: Invalid file handle\n");
stderr             57 ompi/mca/io/romio321/romio/mpi-io/glue/openmpi/mpio_file.c         FPRINTF(stderr, "MPI_File_f2c: Invalid file handle\n");
stderr             94 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_deletef.c         FPRINTF(stderr, "MPI_Info_delete: key is an invalid address\n");
stderr            106 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_deletef.c         FPRINTF(stderr, "MPI_Info_delete: key is a blank string\n");
stderr             95 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getf.c         FPRINTF(stderr, "MPI_Info_get: key is an invalid address\n");
stderr            107 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getf.c         FPRINTF(stderr, "MPI_Info_get: key is a blank string\n");
stderr            118 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getf.c         FPRINTF(stderr, "MPI_Info_get: value is an invalid address\n");
stderr            122 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getf.c         FPRINTF(stderr, "MPI_Info_get: Invalid valuelen argument\n");
stderr            126 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getf.c         FPRINTF(stderr, "MPI_Info_get: valuelen is greater than the amount of memory available in value\n");
stderr             95 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getnthf.c         FPRINTF(stderr, "MPI_Info_get_nthkey: key is an invalid address\n");
stderr             95 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getvlnf.c         FPRINTF(stderr, "MPI_Info_get_valuelen: key is an invalid address\n");
stderr            107 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getvlnf.c         FPRINTF(stderr, "MPI_Info_get_valuelen: key is a blank string\n");
stderr             96 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_setf.c         FPRINTF(stderr, "MPI_Info_set: key is an invalid address\n");
stderr            100 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_setf.c         FPRINTF(stderr, "MPI_Info_set: value is an invalid address\n");
stderr            112 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_setf.c         FPRINTF(stderr, "MPI_Info_set: key is a blank string\n");
stderr            131 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_setf.c         FPRINTF(stderr, "MPI_Info_set: value is a blank string\n");
stderr             41 ompi/mca/io/romio321/romio/mpi2-other/info/info_delete.c         FPRINTF(stderr, "MPI_Info_delete: Invalid info object\n");
stderr             46 ompi/mca/io/romio321/romio/mpi2-other/info/info_delete.c 	FPRINTF(stderr, "MPI_Info_delete: key is an invalid address\n");
stderr             51 ompi/mca/io/romio321/romio/mpi2-other/info/info_delete.c 	FPRINTF(stderr, "MPI_Info_delete: key is longer than MPI_MAX_INFO_KEY\n");
stderr             56 ompi/mca/io/romio321/romio/mpi2-other/info/info_delete.c 	FPRINTF(stderr, "MPI_Info_delete: key is a null string\n");
stderr             78 ompi/mca/io/romio321/romio/mpi2-other/info/info_delete.c 	FPRINTF(stderr, "MPI_Info_delete: key not defined in info\n");
stderr             42 ompi/mca/io/romio321/romio/mpi2-other/info/info_dup.c         FPRINTF(stderr, "MPI_Info_dup: Invalid info object\n");
stderr             44 ompi/mca/io/romio321/romio/mpi2-other/info/info_f2c.c 	FPRINTF(stderr, "MPI_Info_f2c: Invalid info handle\n");
stderr             39 ompi/mca/io/romio321/romio/mpi2-other/info/info_free.c         FPRINTF(stderr, "MPI_Info_free: Invalid info object\n");
stderr             45 ompi/mca/io/romio321/romio/mpi2-other/info/info_get.c         FPRINTF(stderr, "MPI_Info_get: Invalid info object\n");
stderr             50 ompi/mca/io/romio321/romio/mpi2-other/info/info_get.c 	FPRINTF(stderr, "MPI_Info_get: key is an invalid address\n");
stderr             55 ompi/mca/io/romio321/romio/mpi2-other/info/info_get.c 	FPRINTF(stderr, "MPI_Info_get: key is longer than MPI_MAX_INFO_KEY\n");
stderr             60 ompi/mca/io/romio321/romio/mpi2-other/info/info_get.c 	FPRINTF(stderr, "MPI_Info_get: key is a null string\n");
stderr             65 ompi/mca/io/romio321/romio/mpi2-other/info/info_get.c 	FPRINTF(stderr, "MPI_Info_get: Invalid valuelen argument\n");
stderr             70 ompi/mca/io/romio321/romio/mpi2-other/info/info_get.c 	FPRINTF(stderr, "MPI_Info_get: value is an invalid address\n");
stderr             42 ompi/mca/io/romio321/romio/mpi2-other/info/info_getnks.c         FPRINTF(stderr, "MPI_Info_get_nkeys: Invalid info object\n");
stderr             44 ompi/mca/io/romio321/romio/mpi2-other/info/info_getnth.c         FPRINTF(stderr, "MPI_Info_get_nthkey: Invalid info object\n");
stderr             49 ompi/mca/io/romio321/romio/mpi2-other/info/info_getnth.c 	FPRINTF(stderr, "MPI_Info_get: key is an invalid address\n");
stderr             61 ompi/mca/io/romio321/romio/mpi2-other/info/info_getnth.c         FPRINTF(stderr, "MPI_Info_get_nthkey: n is an invalid number\n");
stderr             44 ompi/mca/io/romio321/romio/mpi2-other/info/info_getvln.c         FPRINTF(stderr, "MPI_Info_get_valuelen: Invalid info object\n");
stderr             49 ompi/mca/io/romio321/romio/mpi2-other/info/info_getvln.c 	FPRINTF(stderr, "MPI_Info_get_valuelen: key is an invalid address\n");
stderr             54 ompi/mca/io/romio321/romio/mpi2-other/info/info_getvln.c 	FPRINTF(stderr, "MPI_Info_get_valuelen: key is longer than MPI_MAX_INFO_KEY\n");
stderr             59 ompi/mca/io/romio321/romio/mpi2-other/info/info_getvln.c 	FPRINTF(stderr, "MPI_Info_get_valuelen: key is a null string\n");
stderr             41 ompi/mca/io/romio321/romio/mpi2-other/info/info_set.c         FPRINTF(stderr, "MPI_Info_set: Invalid info object\n");
stderr             46 ompi/mca/io/romio321/romio/mpi2-other/info/info_set.c 	FPRINTF(stderr, "MPI_Info_set: key is an invalid address\n");
stderr             51 ompi/mca/io/romio321/romio/mpi2-other/info/info_set.c 	FPRINTF(stderr, "MPI_Info_set: value is an invalid address\n");
stderr             56 ompi/mca/io/romio321/romio/mpi2-other/info/info_set.c 	FPRINTF(stderr, "MPI_Info_set: key is longer than MPI_MAX_INFO_KEY\n");
stderr             61 ompi/mca/io/romio321/romio/mpi2-other/info/info_set.c 	FPRINTF(stderr, "MPI_Info_set: value is longer than MPI_MAX_INFO_VAL\n");
stderr             66 ompi/mca/io/romio321/romio/mpi2-other/info/info_set.c 	FPRINTF(stderr, "MPI_Info_set: key is a null string\n");
stderr             71 ompi/mca/io/romio321/romio/mpi2-other/info/info_set.c 	FPRINTF(stderr, "MPI_Info_set: value is a null string\n");
stderr             32 ompi/mca/io/romio321/romio/test/aggregation1.c         fprintf( stderr, 
stderr             43 ompi/mca/io/romio321/romio/test/aggregation1.c     fprintf( stderr, "Fatal error %s: %d\n", msg, mpi_ret );
stderr             28 ompi/mca/io/romio321/romio/test/aggregation2.c         fprintf(stderr, "%s: %s\n", str, msg);
stderr             79 ompi/mca/io/romio321/romio/test/aggregation2.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
stderr             26 ompi/mca/io/romio321/romio/test/async-multiple.c 	fprintf(stderr, "%s: %s\n", str, msg);
stderr             51 ompi/mca/io/romio321/romio/test/async-multiple.c 	    fprintf(stderr, "\n*#  Usage: async -fname filename\n\n");
stderr            119 ompi/mca/io/romio321/romio/test/async-multiple.c 	    fprintf(stderr, "Process %d: error, read %d, should be %d\n", rank, buf[i], rank*100000+i);
stderr            126 ompi/mca/io/romio321/romio/test/async-multiple.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
stderr             24 ompi/mca/io/romio321/romio/test/async.c 	fprintf(stderr, "%s: %s\n", str, msg);
stderr             49 ompi/mca/io/romio321/romio/test/async.c 	    fprintf(stderr, "\n*#  Usage: async -fname filename\n\n");
stderr            118 ompi/mca/io/romio321/romio/test/async.c 	    fprintf(stderr, "Process %d: error, read %d, should be %d\n", rank, buf[i], rank*100000+i);
stderr            125 ompi/mca/io/romio321/romio/test/async.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
stderr             42 ompi/mca/io/romio321/romio/test/atomicity.c 	    fprintf(stderr, "\n*#  Usage: coll_test -fname filename\n\n");
stderr             72 ompi/mca/io/romio321/romio/test/atomicity.c 	fprintf(stderr, "\ntesting contiguous accesses\n");
stderr             86 ompi/mca/io/romio321/romio/test/atomicity.c 	fprintf(stderr, "Atomic mode not supported on this file system.\n");fflush(stderr);
stderr            104 ompi/mca/io/romio321/romio/test/atomicity.c 			fprintf(stderr, "Process %d: readbuf[%d] is %d, should be 0\n", mynod, i, readbuf[i]);
stderr            112 ompi/mca/io/romio321/romio/test/atomicity.c 			fprintf(stderr, "Process %d: readbuf[%d] is %d, should be 10\n", mynod, i, readbuf[i]);
stderr            118 ompi/mca/io/romio321/romio/test/atomicity.c 		fprintf(stderr, "Process %d: readbuf[0] is %d, should be either 0 or 10\n", mynod, readbuf[0]); 	
stderr            148 ompi/mca/io/romio321/romio/test/atomicity.c 	fprintf(stderr, "\ntesting noncontiguous accesses\n");
stderr            170 ompi/mca/io/romio321/romio/test/atomicity.c 			fprintf(stderr, "Process %d: readbuf[%d] is %d, should be 0\n", mynod, i, readbuf[i]);
stderr            178 ompi/mca/io/romio321/romio/test/atomicity.c 			fprintf(stderr, "Process %d: readbuf[%d] is %d, should be 10\n", mynod, i, readbuf[i]);
stderr            184 ompi/mca/io/romio321/romio/test/atomicity.c 		fprintf(stderr, "Process %d: readbuf[0] is %d, should be either 0 or 10\n", mynod, readbuf[0]); 	    
stderr            196 ompi/mca/io/romio321/romio/test/atomicity.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
stderr             27 ompi/mca/io/romio321/romio/test/big_extents.c 	fprintf(stderr, "%s: %s\n", str, msg);
stderr            111 ompi/mca/io/romio321/romio/test/big_extents.c 	fprintf(stderr, "type %d failed indep\n", type);
stderr            118 ompi/mca/io/romio321/romio/test/big_extents.c 	fprintf(stderr, "type %d failed collective\n", type);
stderr            143 ompi/mca/io/romio321/romio/test/big_extents.c 	fprintf(stderr, "usage: %s <filename>\n", argv[0]);
stderr            204 ompi/mca/io/romio321/romio/test/big_extents.c     if(!ret && !rank) fprintf(stderr, "  No Errors\n");
stderr             47 ompi/mca/io/romio321/romio/test/coll_perf.c 	    fprintf(stderr, "\n*#  Usage: coll_perf -fname filename\n\n");
stderr            120 ompi/mca/io/romio321/romio/test/coll_perf.c       fprintf(stderr, "Global array size %d x %d x %d integers\n", array_of_gsizes[0], array_of_gsizes[1], array_of_gsizes[2]);
stderr            121 ompi/mca/io/romio321/romio/test/coll_perf.c       fprintf(stderr, "Collective write time = %f sec, Collective write bandwidth = %f Mbytes/sec\n", new_write_tim, write_bw);
stderr            142 ompi/mca/io/romio321/romio/test/coll_perf.c       fprintf(stderr, "Collective read time = %f sec, Collective read bandwidth = %f Mbytes/sec\n", new_read_tim, read_bw);
stderr             28 ompi/mca/io/romio321/romio/test/coll_test.c 	fprintf(stderr, "%s: %s\n", str, msg);
stderr             61 ompi/mca/io/romio321/romio/test/coll_test.c 	    fprintf(stderr, "\n*#  Usage: coll_test -fname filename\n\n");
stderr            124 ompi/mca/io/romio321/romio/test/coll_test.c 	fprintf(stderr, "Error in initializing writebuf on process %d\n", mynod);
stderr            160 ompi/mca/io/romio321/romio/test/coll_test.c                 fprintf(stderr, "Error: write integer %d but read %d\n", 
stderr            185 ompi/mca/io/romio321/romio/test/coll_test.c 	    fprintf(stderr, "Process %d, readbuf %d, writebuf %d, i %d\n", mynod, readbuf[i], writebuf[i], i);
stderr            192 ompi/mca/io/romio321/romio/test/coll_test.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
stderr             27 ompi/mca/io/romio321/romio/test/creat_excl.c 	fprintf(stderr, "%s: %s\n", str, msg);
stderr             56 ompi/mca/io/romio321/romio/test/creat_excl.c 			fprintf(stderr, "Usage: %s -fname filename [-aggregate] [-verbose]\n", argv[0]);
stderr             22 ompi/mca/io/romio321/romio/test/darray_read.c 	fprintf(stderr, "%s: %s\n", str, msg);
stderr            111 ompi/mca/io/romio321/romio/test/darray_read.c 		fprintf(stderr, "rank %d at index %d: packbuf %4.1f filebuf %4.1f\n",
stderr             27 ompi/mca/io/romio321/romio/test/error.c 	fprintf(stderr, "Tests if errors are reported correctly...\n");
stderr             28 ompi/mca/io/romio321/romio/test/error.c 	fprintf(stderr, "Should say \"Invalid displacement argument\"\n\n");
stderr             41 ompi/mca/io/romio321/romio/test/error.c 	    fprintf(stderr, "\n*#  Usage: simple -fname filename\n\n");
stderr             74 ompi/mca/io/romio321/romio/test/error.c 	    fprintf(stderr, "%s\n", string);
stderr             79 ompi/mca/io/romio321/romio/test/error.c 		fprintf( stderr, "Unexpected error message %s\n", string );
stderr             87 ompi/mca/io/romio321/romio/test/error.c 	fprintf( stderr, "File set view did not return an error\n" );
stderr             32 ompi/mca/io/romio321/romio/test/excl.c             fprintf(stderr, "\n*#  Usage: excl -fname filename\n\n");
stderr             57 ompi/mca/io/romio321/romio/test/excl.c 	fprintf(stderr, "Process %d: open failed when it should have succeeded\n", rank);
stderr             68 ompi/mca/io/romio321/romio/test/excl.c 	fprintf(stderr, "Process %d: open succeeded when it should have failed\n", rank);
stderr             74 ompi/mca/io/romio321/romio/test/excl.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
stderr             24 ompi/mca/io/romio321/romio/test/external32.c         fprintf(stderr, "%s: (%d) %s\n", str, errcode, msg);
stderr             20 ompi/mca/io/romio321/romio/test/file_info.c 	fprintf(stderr, "%s: %s\n", str, msg);
stderr             91 ompi/mca/io/romio321/romio/test/file_info.c 	    fprintf(stderr, "\n*#  Usage: file_info [-v] -fname filename\n\n");
stderr            136 ompi/mca/io/romio321/romio/test/file_info.c 		fprintf(stderr, "Process %d, Default:  key = %s, value = %s\n", mynod, 
stderr            146 ompi/mca/io/romio321/romio/test/file_info.c 		    if (verbose) fprintf(stderr, "cb_buffer_size is %d; should be %d\n",
stderr            153 ompi/mca/io/romio321/romio/test/file_info.c 		    if (verbose) fprintf(stderr, "romio_cb_read is set to %s; should be %s\n",
stderr            160 ompi/mca/io/romio321/romio/test/file_info.c 		    if (verbose) fprintf(stderr, "romio_cb_write is set to %s; should be %s\n",
stderr            170 ompi/mca/io/romio321/romio/test/file_info.c 		    if (verbose) fprintf(stderr, "romio_no_indep_rw is set to %s; should be %s\n",
stderr            177 ompi/mca/io/romio321/romio/test/file_info.c 		    if (verbose) fprintf(stderr, "ind_rd_buffer_size is %d; should be %d\n",
stderr            184 ompi/mca/io/romio321/romio/test/file_info.c 		    if (verbose) fprintf(stderr, "ind_wr_buffer_size is %d; should be %d\n",
stderr            191 ompi/mca/io/romio321/romio/test/file_info.c 		    if (verbose) fprintf(stderr, "romio_ds_read is set to %s; should be %s\n",
stderr            202 ompi/mca/io/romio321/romio/test/file_info.c 		    if (verbose) fprintf(stderr, "cb_config_list is set to %s; should be %s\n",
stderr            219 ompi/mca/io/romio321/romio/test/file_info.c 		if (verbose) fprintf(stderr, "unexpected key %s (not counted as an error)\n", key);
stderr            302 ompi/mca/io/romio321/romio/test/file_info.c 	if (!mynod) fprintf(stderr, "Process %d, key = %s, value = %s\n", mynod, 
stderr            308 ompi/mca/io/romio321/romio/test/file_info.c 		if (verbose) fprintf(stderr, "striping_factor is %d; should be %d\n",
stderr            313 ompi/mca/io/romio321/romio/test/file_info.c 		if (verbose) fprintf(stderr, "striping_factor is %d; should be %d\n",
stderr            320 ompi/mca/io/romio321/romio/test/file_info.c 		if (verbose) fprintf(stderr, "cb_buffer_size is %d; should be %d\n",
stderr            331 ompi/mca/io/romio321/romio/test/file_info.c 		if (verbose) fprintf(stderr, "romio_no_indep_rw is set to %s; should be %s\n",
stderr            338 ompi/mca/io/romio321/romio/test/file_info.c 		if (verbose) fprintf(stderr, "ind_rd_buffer_size is %d; should be %d\n",
stderr            345 ompi/mca/io/romio321/romio/test/file_info.c 		if (verbose) fprintf(stderr, "ind_wr_buffer_size is %d; should be %d\n",
stderr            352 ompi/mca/io/romio321/romio/test/file_info.c 		if (verbose) fprintf(stderr, "romio_ds_read is set to %s; should be %s\n",
stderr            363 ompi/mca/io/romio321/romio/test/file_info.c 		if (verbose) fprintf(stderr, "cb_config_list is set to %s; should be %s\n",
stderr            371 ompi/mca/io/romio321/romio/test/file_info.c 		if (verbose) fprintf(stderr, "romio_cb_pfr is set to %s; should be %s\n",
stderr            378 ompi/mca/io/romio321/romio/test/file_info.c 		if (verbose) fprintf(stderr, "romio_cb_fr_types is set to %s; should be %s\n",
stderr            385 ompi/mca/io/romio321/romio/test/file_info.c 		if (verbose) fprintf(stderr, "romio_cb_fr_alignment is set to %s; should be %s\n",
stderr            392 ompi/mca/io/romio321/romio/test/file_info.c 		if (verbose) fprintf(stderr, "romio_cb_ds_threshold is set to %s; should be %s\n",
stderr            399 ompi/mca/io/romio321/romio/test/file_info.c 		if (verbose) fprintf(stderr, "romio_cb_alltoall is set to %s; should be %s\n",
stderr            405 ompi/mca/io/romio321/romio/test/file_info.c 	    if (verbose) fprintf(stderr, "unexpected key %s (not counted as an error)\n", key);
stderr            411 ompi/mca/io/romio321/romio/test/file_info.c 	if (errs) fprintf(stderr, "Found %d errors.\n", errs);
stderr            208 ompi/mca/io/romio321/romio/test/hindexed.c 			fprintf(stderr, "expected %d got %d at [%d][%d]\n", 
stderr            220 ompi/mca/io/romio321/romio/test/hindexed.c 	    fprintf(stderr, "Found %d errors\n", nr_errors);
stderr             33 ompi/mca/io/romio321/romio/test/i_noncontig.c         fprintf(stderr, "Run this program on two processes\n");
stderr             46 ompi/mca/io/romio321/romio/test/i_noncontig.c 	    fprintf(stderr, "\n*#  Usage: i_noncontig -fname filename\n\n");
stderr             80 ompi/mca/io/romio321/romio/test/i_noncontig.c 	fprintf(stderr, "\ntesting noncontiguous in memory, noncontiguous in file using nonblocking I/O\n");
stderr            114 ompi/mca/io/romio321/romio/test/i_noncontig.c 		fprintf(stderr, "Process %d: buf %d is %d, should be -1\n", 
stderr            119 ompi/mca/io/romio321/romio/test/i_noncontig.c 		fprintf(stderr, "Process %d: buf %d is %d, should be %d\n", 
stderr            126 ompi/mca/io/romio321/romio/test/i_noncontig.c 		fprintf(stderr, "Process %d: buf %d is %d, should be %d\n", 
stderr            131 ompi/mca/io/romio321/romio/test/i_noncontig.c 		fprintf(stderr, "Process %d: buf %d is %d, should be -1\n", 
stderr            143 ompi/mca/io/romio321/romio/test/i_noncontig.c 	fprintf(stderr, "\ntesting noncontiguous in memory, contiguous in file using nonblocking I/O\n");
stderr            175 ompi/mca/io/romio321/romio/test/i_noncontig.c 		fprintf(stderr, "Process %d: buf %d is %d, should be -1\n", 
stderr            180 ompi/mca/io/romio321/romio/test/i_noncontig.c 		fprintf(stderr, "Process %d: buf %d is %d, should be %d\n",
stderr            187 ompi/mca/io/romio321/romio/test/i_noncontig.c 		fprintf(stderr, "Process %d: buf %d is %d, should be %d\n", 
stderr            192 ompi/mca/io/romio321/romio/test/i_noncontig.c 		fprintf(stderr, "Process %d: buf %d is %d, should be -1\n", 
stderr            204 ompi/mca/io/romio321/romio/test/i_noncontig.c 	fprintf(stderr, "\ntesting contiguous in memory, noncontiguous in file using nonblocking I/O\n");
stderr            238 ompi/mca/io/romio321/romio/test/i_noncontig.c 		fprintf(stderr, "Process %d: buf %d is %d, should be %d\n", 
stderr            245 ompi/mca/io/romio321/romio/test/i_noncontig.c 		fprintf(stderr, "Process %d: buf %d is %d, should be %d\n", 
stderr            256 ompi/mca/io/romio321/romio/test/i_noncontig.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
stderr             47 ompi/mca/io/romio321/romio/test/large_array.c 	    fprintf(stderr, "\n*#  Usage: large_array -fname filename\n\n");
stderr             55 ompi/mca/io/romio321/romio/test/large_array.c 	fprintf(stderr, "This program creates a 4 Gbyte file. Don't run it if you don't have that much disk space!\n");
stderr             89 ompi/mca/io/romio321/romio/test/large_array.c         fprintf(stderr, "Can't use an array of this size unless the MPI implementation defines a 64-bit MPI_Aint\n");
stderr            103 ompi/mca/io/romio321/romio/test/large_array.c     if (!writebuf) fprintf(stderr, "Process %d, not enough memory for writebuf\n", mynod);
stderr            117 ompi/mca/io/romio321/romio/test/large_array.c     if (!readbuf) fprintf(stderr, "Process %d, not enough memory for readbuf\n", mynod);
stderr            129 ompi/mca/io/romio321/romio/test/large_array.c 	    fprintf(stderr, "Process %d, readbuf=%d, writebuf=%d\n", mynod, readbuf[i], mynod*1024 + i);
stderr            132 ompi/mca/io/romio321/romio/test/large_array.c     if (!flag) fprintf(stderr, "Process %d: data read back is correct\n", mynod);
stderr            140 ompi/mca/io/romio321/romio/test/large_array.c 	if (err == MPI_SUCCESS) fprintf(stderr, "file deleted\n");
stderr             32 ompi/mca/io/romio321/romio/test/noncontig.c         fprintf(stderr, "Run this program on two processes\n");
stderr             45 ompi/mca/io/romio321/romio/test/noncontig.c 	    fprintf(stderr, "\n*#  Usage: noncontig -fname filename\n\n");
stderr             90 ompi/mca/io/romio321/romio/test/noncontig.c 	fprintf(stderr, "\ntesting noncontiguous in memory, noncontiguous in file using independent I/O\n");
stderr            124 ompi/mca/io/romio321/romio/test/noncontig.c 		fprintf(stderr, "Process %d: buf %d is %d, should be -1\n", 
stderr            129 ompi/mca/io/romio321/romio/test/noncontig.c 		fprintf(stderr, "Process %d: buf %d is %d, should be %d\n", 
stderr            136 ompi/mca/io/romio321/romio/test/noncontig.c 		fprintf(stderr, "Process %d: buf %d is %d, should be %d\n", 
stderr            141 ompi/mca/io/romio321/romio/test/noncontig.c 		fprintf(stderr, "Process %d: buf %d is %d, should be -1\n", 
stderr            153 ompi/mca/io/romio321/romio/test/noncontig.c 	fprintf(stderr, "\ntesting noncontiguous in memory, contiguous in file using independent I/O\n");
stderr            182 ompi/mca/io/romio321/romio/test/noncontig.c 		fprintf(stderr, "Process %d: buf %d is %d, should be -1\n", 
stderr            187 ompi/mca/io/romio321/romio/test/noncontig.c 		fprintf(stderr, "Process %d: buf %d is %d, should be %d\n", 
stderr            194 ompi/mca/io/romio321/romio/test/noncontig.c 		fprintf(stderr, "Process %d: buf %d is %d, should be %d\n", 
stderr            199 ompi/mca/io/romio321/romio/test/noncontig.c 		fprintf(stderr, "Process %d: buf %d is %d, should be -1\n", 
stderr            211 ompi/mca/io/romio321/romio/test/noncontig.c 	fprintf(stderr, "\ntesting contiguous in memory, noncontiguous in file using independent I/O\n");
stderr            237 ompi/mca/io/romio321/romio/test/noncontig.c 		fprintf(stderr, "Process %d: buf %d is %d, should be %d\n", 
stderr            244 ompi/mca/io/romio321/romio/test/noncontig.c 		fprintf(stderr, "Process %d: buf %d is %d, should be %d\n", 
stderr            255 ompi/mca/io/romio321/romio/test/noncontig.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
stderr             31 ompi/mca/io/romio321/romio/test/noncontig_coll.c         fprintf(stderr, "Run this program on two processes\n");
stderr             44 ompi/mca/io/romio321/romio/test/noncontig_coll.c 	    fprintf(stderr, "\n*#  Usage: noncontig_coll -fname filename\n\n");
stderr             78 ompi/mca/io/romio321/romio/test/noncontig_coll.c 	fprintf(stderr, "\ntesting noncontiguous in memory, noncontiguous in file using collective I/O\n");
stderr            102 ompi/mca/io/romio321/romio/test/noncontig_coll.c 		fprintf(stderr, "Process %d: buf %d is %d, should be -1\n", 
stderr            107 ompi/mca/io/romio321/romio/test/noncontig_coll.c 		fprintf(stderr, "Process %d: buf %d is %d, should be %d\n", 
stderr            114 ompi/mca/io/romio321/romio/test/noncontig_coll.c 		fprintf(stderr, "Process %d: buf %d is %d, should be %d\n", 
stderr            119 ompi/mca/io/romio321/romio/test/noncontig_coll.c 		fprintf(stderr, "Process %d: buf %d is %d, should be -1\n", 
stderr            131 ompi/mca/io/romio321/romio/test/noncontig_coll.c 	fprintf(stderr, "\ntesting noncontiguous in memory, contiguous in file using collective I/O\n");
stderr            153 ompi/mca/io/romio321/romio/test/noncontig_coll.c 		fprintf(stderr, "Process %d: buf %d is %d, should be -1\n", 
stderr            158 ompi/mca/io/romio321/romio/test/noncontig_coll.c 		fprintf(stderr, "Process %d: buf %d is %d, should be %d\n", 
stderr            165 ompi/mca/io/romio321/romio/test/noncontig_coll.c 		fprintf(stderr, "Process %d: buf %d is %d, should be %d\n", 
stderr            170 ompi/mca/io/romio321/romio/test/noncontig_coll.c 		fprintf(stderr, "Process %d: buf %d is %d, should be -1\n", 
stderr            182 ompi/mca/io/romio321/romio/test/noncontig_coll.c 	fprintf(stderr, "\ntesting contiguous in memory, noncontiguous in file using collective I/O\n");
stderr            206 ompi/mca/io/romio321/romio/test/noncontig_coll.c 		fprintf(stderr, "Process %d: buf %d is %d, should be %d\n", 
stderr            213 ompi/mca/io/romio321/romio/test/noncontig_coll.c 		fprintf(stderr, "Process %d: buf %d is %d, should be %d\n", 
stderr            224 ompi/mca/io/romio321/romio/test/noncontig_coll.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
stderr             53 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	fprintf(stderr, "%s: %s\n", str, msg);
stderr            121 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	    FPRINTF(stderr, "len[%d] = %d\n", i, procname_len[i]);
stderr            174 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	    fprintf(stderr, "name[%d] = %s\n", i, procname[i]);
stderr            277 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	    fprintf(stderr, "\n*#  Usage: noncontig_coll -fname filename\n\n");
stderr            299 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 		    fprintf(stderr, "Run this test on two or more hosts\n");
stderr            340 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	    if (sum_errs) fprintf(stderr, "Found %d error cases\n", sum_errs);
stderr            361 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     if (mynod==0 && verbose) fprintf(stderr, "%s\n", msg);
stderr            392 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	if(verbose) fprintf(stderr, "\ntesting noncontiguous in memory, noncontiguous in file using collective I/O\n");
stderr            429 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 		    if(verbose) fprintf(stderr, "Process %d: buf is %d, should be -1\n", mynod, buf[i]);
stderr            439 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 		    if(verbose) fprintf(stderr, "Process %d: buf %d is %d, should be -1\n", 
stderr            444 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 		    if(verbose) fprintf(stderr, "Process %d: buf %d is %d, should be %d\n",
stderr            454 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	if(verbose) fprintf(stderr, "\ntesting noncontiguous in memory, contiguous in file using collective I/O\n");
stderr            480 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 		    if(verbose) fprintf(stderr, "Process %d: buf is %d, should be -1\n", mynod, buf[i]);
stderr            486 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 		    if(verbose) fprintf(stderr, "Process %d: buf %d is %d, should be -1\n", 
stderr            491 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 		    if(verbose) fprintf(stderr, "Process %d: buf %d is %d, should be %d\n",
stderr            502 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	if(verbose) fprintf(stderr, "\ntesting contiguous in memory, noncontiguous in file using collective I/O\n");
stderr            528 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 		if(verbose) fprintf(stderr, "Process %d: buf %d is %d, should be %d\n", mynod, i, buf[i], SEEDER(mynod, i, SIZE));
stderr             21 ompi/mca/io/romio321/romio/test/ordered_fp.c 	fprintf(stderr, "%s: %s\n", str, msg);
stderr             51 ompi/mca/io/romio321/romio/test/ordered_fp.c 	    fprintf(stderr, "\n*#  Usage: shared_fp -fname filename\n\n");
stderr            121 ompi/mca/io/romio321/romio/test/ordered_fp.c 	fprintf(stderr, "Error: sum %d, global_sum %d, %d\n", 
stderr            131 ompi/mca/io/romio321/romio/test/ordered_fp.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
stderr            136 ompi/mca/io/romio321/romio/test/ordered_fp.c             fprintf( stderr, "nprocs: %d bytes: %d write: %f read %f\n", 
stderr             38 ompi/mca/io/romio321/romio/test/perf.c 	    fprintf(stderr, "\n*#  Usage: perf -fname filename\n\n");
stderr             47 ompi/mca/io/romio321/romio/test/perf.c 	fprintf(stderr, "Access size per process = %d bytes, ntimes = %d\n", SIZE, ntimes);
stderr             97 ompi/mca/io/romio321/romio/test/perf.c 	fprintf(stderr, "Write bandwidth without file sync = %f Mbytes/sec\n", write_bw);
stderr             98 ompi/mca/io/romio321/romio/test/perf.c 	fprintf(stderr, "Read bandwidth without prior file sync = %f Mbytes/sec\n", read_bw);
stderr            147 ompi/mca/io/romio321/romio/test/perf.c 	if (flag) fprintf(stderr, "MPI_File_sync returns error.\n");
stderr            151 ompi/mca/io/romio321/romio/test/perf.c 	    fprintf(stderr, "Write bandwidth including file sync = %f Mbytes/sec\n", write_bw);
stderr            152 ompi/mca/io/romio321/romio/test/perf.c 	    fprintf(stderr, "Read bandwidth after file sync = %f Mbytes/sec\n", read_bw);
stderr             40 ompi/mca/io/romio321/romio/test/psimple.c 	    fprintf(stderr, "\n*#  Usage: simple -fname filename\n\n");
stderr             83 ompi/mca/io/romio321/romio/test/psimple.c 	    fprintf(stderr, "Process %d: error, read %d, should be %d\n", rank, buf[i], rank*100000+i);
stderr             90 ompi/mca/io/romio321/romio/test/psimple.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
stderr             20 ompi/mca/io/romio321/romio/test/shared_fp.c 	fprintf(stderr, "%s: %s\n", str, msg);
stderr             46 ompi/mca/io/romio321/romio/test/shared_fp.c 	    fprintf(stderr, "\n*#  Usage: shared_fp -fname filename\n\n");
stderr            103 ompi/mca/io/romio321/romio/test/shared_fp.c 	fprintf(stderr, "Error: sum %d, global_sum %d, %d\n", 
stderr            113 ompi/mca/io/romio321/romio/test/shared_fp.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
stderr             18 ompi/mca/io/romio321/romio/test/simple.c 	fprintf(stderr, "%s: %s\n", str, msg);
stderr             45 ompi/mca/io/romio321/romio/test/simple.c 	    fprintf(stderr, "\n*#  Usage: simple -fname filename\n\n");
stderr             98 ompi/mca/io/romio321/romio/test/simple.c 	    fprintf(stderr, "Process %d: error, read %d, should be %d\n", 
stderr            106 ompi/mca/io/romio321/romio/test/simple.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
stderr             48 ompi/mca/io/romio321/romio/test/split_coll.c 	    fprintf(stderr, "\n*#  Usage: coll_test -fname filename\n\n");
stderr            111 ompi/mca/io/romio321/romio/test/split_coll.c 	fprintf(stderr, "Error in initializing writebuf on process %d\n", mynod);
stderr            138 ompi/mca/io/romio321/romio/test/split_coll.c 	    fprintf(stderr, "Process %d, readbuf %d, writebuf %d, i %d\n", 
stderr            146 ompi/mca/io/romio321/romio/test/split_coll.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
stderr             35 ompi/mca/io/romio321/romio/test/status.c 	    fprintf(stderr, "\n*#  Usage: simple -fname filename\n\n");
stderr             81 ompi/mca/io/romio321/romio/test/status.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
stderr             23 ompi/mca/io/romio321/romio/test/types_with_zeros.c 	fprintf(stderr, "%s: %s\n", str, msg);
stderr             85 ompi/mca/io/romio321/romio/test/types_with_zeros.c 	    fprintf(stderr, "unknown testcase!\n");
stderr            133 ompi/mca/io/romio321/romio/test/types_with_zeros.c         if (rank == 0) fprintf(stderr,"Must run on 2 MPI processes\n");
stderr             68 ompi/mca/mtl/ofi/mtl_ofi.c         fflush(stderr);
stderr            119 ompi/mca/mtl/ofi/mtl_ofi.h                         fflush(stderr);
stderr            136 ompi/mca/mtl/ofi/mtl_ofi.h                 fflush(stderr);
stderr            148 ompi/mca/mtl/ofi/mtl_ofi.h                 fflush(stderr);
stderr            158 ompi/mca/mtl/ofi/mtl_ofi.h                 fflush(stderr);
stderr             48 ompi/mca/mtl/ofi/mtl_ofi_endpoint.h             fflush(stderr);
stderr            140 ompi/mca/mtl/psm2/mtl_psm2_component.c         fprintf (stderr, "ERROR setting PSM2 environment variable: %s\n", variable->env_name);
stderr            169 ompi/mca/mtl/psm2/mtl_psm2_component.c         fprintf (stderr, "ERROR setting PSM2 environment variable: %s\n", variable->env_name);
stderr             63 ompi/mca/topo/treematch/treematch/fibo.c #define errorPrint(s)               fprintf (stderr, s)
stderr            126 ompi/mca/topo/treematch/treematch/k-partitioning.c       fprintf(stderr,"Error Max element in priority queue negative!\n");
stderr            149 ompi/mca/topo/treematch/treematch/tm_bucket.c 	fprintf(stderr,"[%d] (%d,%d):%f not in [%f,%f]\n",k,i,j,tab[i][j],inf,sup);
stderr            299 ompi/mca/topo/treematch/treematch/tm_bucket.c       fprintf(stderr,"Error: tryng to group a matrix of size %d<=0!\n",N);
stderr            314 ompi/mca/topo/treematch/treematch/tm_bucket.c       fprintf(stderr,"Error! Paramater nb_buckets is: %d and should be a power of 2\n",nb_buckets);
stderr            490 ompi/mca/topo/treematch/treematch/tm_bucket.c       fprintf(stderr,"Cannot handle arity %d\n",parent->arity);
stderr            528 ompi/mca/topo/treematch/treematch/tm_bucket.c       fprintf(stderr,"(Thread: %d) Wrong number of args in %s: %d\n",thread_id, __func__, nb_args);
stderr            262 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c       fprintf(stderr,"Scotch Partitionning failed\n");  
stderr            353 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c       fprintf(stderr,"Error more constraints (%d) than the problem size (%d)!\n",nb_constraints, n);
stderr            469 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c       fprintf(stderr,"Error: Cannot partition %d elements in %d parts\n",n,k);
stderr            528 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c 	fprintf(stderr, "Error in spliting constraint at step %d. N=%d k= %d, length = %d\n", i, N, k, end-start);
stderr            574 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c 	fprintf(stderr,"Partition: "); print_1D_tab(partition,n);
stderr            576 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c 	fprintf(stderr,"too many elements of the partition for the permuation (s=%d>%d=m). n=%d, k=%d, cur_part= %d\n",s,m,n,k, cur_part);
stderr            812 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c       fprintf(stderr,"size of constraint table not zero while constraint tab is NULL\n");
stderr            818 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c       fprintf(stderr,"size of constraint table (%d) is greater than the number of cores (%d)\n", nb_constraints, nb_cores);
stderr            830 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c       fprintf(stderr,"Not enough cores!\n");
stderr             69 ompi/mca/topo/treematch/treematch/tm_malloc.c       fprintf(stderr,"Cannot find ptr %p to free!\n", (void *)someaddr);
stderr            188 ompi/mca/topo/treematch/treematch/tm_malloc.c       fprintf(stderr,"Realloc: cannot find special string ***before*** %p!\n", (void *)original_ptr);
stderr            189 ompi/mca/topo/treematch/treematch/tm_malloc.c       fprintf(stderr,"memory is probably corrupted here!\n");
stderr            193 ompi/mca/topo/treematch/treematch/tm_malloc.c       fprintf(stderr,"Realloc: cannot find special string ***after*** %p!\n", (void *)original_ptr);
stderr            194 ompi/mca/topo/treematch/treematch/tm_malloc.c       fprintf(stderr,"memory is probably corrupted here!\n");
stderr            222 ompi/mca/topo/treematch/treematch/tm_malloc.c     fprintf(stderr,"Free: cannot find special string ***before*** %p!\n", (void *)original_ptr);
stderr            223 ompi/mca/topo/treematch/treematch/tm_malloc.c     fprintf(stderr,"memory is probably corrupted here!\n");
stderr            227 ompi/mca/topo/treematch/treematch/tm_malloc.c     fprintf(stderr,"Free: cannot find special string ***after*** %p!\n", (void *)original_ptr);
stderr            228 ompi/mca/topo/treematch/treematch/tm_malloc.c     fprintf(stderr,"memory is probably corrupted here!\n");
stderr             36 ompi/mca/topo/treematch/treematch/tm_mapping.c        fprintf(stderr,"Error %d Line %d\n",n,__LINE__); \
stderr            104 ompi/mca/topo/treematch/treematch/tm_mapping.c       fprintf(stderr,"Cannot open %s\n",filename);
stderr            130 ompi/mca/topo/treematch/treematch/tm_mapping.c       fprintf(stderr,"Cannot open %s\n",filename);
stderr            149 ompi/mca/topo/treematch/treematch/tm_mapping.c   	    fprintf(stderr,"Warning: negative value in com matrix! mat[%d][%d]=%f\n",i,j,mat[i][j]);
stderr            156 ompi/mca/topo/treematch/treematch/tm_mapping.c   	fprintf(stderr,"Error at %d %d (%d!=%d). Too many columns for %s\n",i,j,j,N,filename);
stderr            165 ompi/mca/topo/treematch/treematch/tm_mapping.c       fprintf(stderr,"Error at %d %d. Too many rows for %s\n",i,j,filename);
stderr            207 ompi/mca/topo/treematch/treematch/tm_mapping.c       fprintf(stderr,"Error at %d %d (%d!=%d). Wrong number of columns line %d for file %s\n",i ,j ,j ,N ,i+1, filename);
stderr            226 ompi/mca/topo/treematch/treematch/tm_mapping.c       fprintf(stderr,"Cannot open %s\n",filename);
stderr            234 ompi/mca/topo/treematch/treematch/tm_mapping.c       fprintf(stderr,"Cannot mmap %s\n",filename);
stderr            262 ompi/mca/topo/treematch/treematch/tm_mapping.c       fprintf(stderr,"Cannot open %s\n",filename);
stderr            439 ompi/mca/topo/treematch/treematch/tm_mapping.c     fprintf(stderr,"Error while assigning value %d to k\n",val);
stderr            199 ompi/mca/topo/treematch/treematch/tm_solution.c       fprintf(stderr,"Error printing solution: metric %d not implemented\n",metric);
stderr            196 ompi/mca/topo/treematch/treematch/tm_thread_pool.c       fprintf(stderr,"Error: HWLOC unable to find the depth of the topology of this node!\n");
stderr            230 ompi/mca/topo/treematch/treematch/tm_thread_pool.c 	fprintf(stderr, "pthread_create error for exec thread %d\n",i);
stderr             22 ompi/mca/topo/treematch/treematch/tm_timings.h #define CLOCK_DISPLAY(c) fprintf(stderr,"%d.%d",(int)c.tv_sec,(int)c.tv_usec)
stderr             35 ompi/mca/topo/treematch/treematch/tm_timings.h #define CLOCK_DISPLAY(c) fprintf(stderr,"%d.%d",(int)c.time,(int)c.millitm*1e+3)
stderr             63 ompi/mca/topo/treematch/treematch/tm_topology.c       fprintf(stderr,"Cannot open %s\n",filename);
stderr             77 ompi/mca/topo/treematch/treematch/tm_topology.c       fprintf(stderr,"Syntax error! %s is not a tleaf file\n",filename);
stderr            213 ompi/mca/topo/treematch/treematch/tm_topology.c 	  fprintf(stderr, "Cannot use forced physical numbering!\n\tIndex of PU %d is %d and larger than number of nodes : %d\n",
stderr            221 ompi/mca/topo/treematch/treematch/tm_topology.c 	    fprintf(stderr, "Cannot use forced physical numbering!\n\tDuplicated physical number of some PUs in %s.\n\tPU %d and PU %d have the same physical number: (os_index[%d] = %d) == (os_index[%d] = %d)\n", filename, j, i, j, objs[j]->os_index, i, objs[i]->os_index);
stderr            231 ompi/mca/topo/treematch/treematch/tm_topology.c       fprintf(stderr, "Unknown numbering %d\n", (int)numbering);
stderr            254 ompi/mca/topo/treematch/treematch/tm_topology.c       fprintf(stderr,"Error: %s is a bad xml topology file!\n",filename);
stderr            267 ompi/mca/topo/treematch/treematch/tm_topology.c       fprintf(stderr,"Error: the content of the xml topology file %s is not compatible with the version installed on this machine.\nPlease use compatible versions to generate the file and to use it!\n",filename);
stderr            275 ompi/mca/topo/treematch/treematch/tm_topology.c       fprintf(stderr,"%s not symetric!\n",filename);
stderr            360 ompi/mca/topo/treematch/treematch/tm_topology.c       fprintf(stderr,"Local toplogy not symetric!\n");
stderr            429 ompi/mca/topo/treematch/treematch/tm_topology.c       fprintf(stderr,"Error loading topology. Filetype %d unknown\n", arch_file_type);
stderr            489 ompi/mca/topo/treematch/treematch/tm_topology.c 	fprintf(stderr,"Error! Incompatible constraint with the topology: rank %d in the constraints is not a valid id of any nodes of the topology.\n",topology->constraints[i]);
stderr            531 ompi/mca/topo/treematch/treematch/tm_topology.c       fprintf(stderr,"Cannot open %s\n",constraints_filename);
stderr            559 ompi/mca/topo/treematch/treematch/tm_topology.c 	  fprintf(stderr, "More than %d entries in %s\n", n, constraints_filename);
stderr            568 ompi/mca/topo/treematch/treematch/tm_topology.c       fprintf(stderr, "Read %d entries while expecting %d ones\n", i, n);
stderr            830 ompi/mca/topo/treematch/treematch/tm_topology.c 	  fprintf(stderr,"Cannot allocate last level (of size %ld) of the topology\n", (unsigned long int)n);
stderr            144 ompi/mca/topo/treematch/treematch/tm_tree.c       fprintf(stderr,"Error trying to free a dumb tree!\n. This should never be done like this: the root of a non-constraint tree cannot be a dumb one!\n");
stderr            253 ompi/mca/topo/treematch/treematch/tm_tree.c       fprintf(stderr, "Thread %d: Wrong number of args in %s: %d\n", thread_id, __func__, nb_args);
stderr            392 ompi/mca/topo/treematch/treematch/tm_tree.c 	fprintf(stderr, "%g ", tab[i][j]);
stderr            400 ompi/mca/topo/treematch/treematch/tm_tree.c       fprintf(stderr, "\n");
stderr            949 ompi/mca/topo/treematch/treematch/tm_tree.c       fprintf(stderr, "Id: %d: bad number of argument for function %s: %d instead of 9\n", thread_id, __func__, nb_args);
stderr           1156 ompi/mca/topo/treematch/treematch/tm_tree.c   fflush(stderr);
stderr           1434 ompi/mca/topo/treematch/treematch/tm_tree.c 	fprintf(stderr, "Error not enough elements. Only %d on %d\n", i, n);
stderr           1443 ompi/mca/topo/treematch/treematch/tm_tree.c       fprintf(stderr, "Error too many elements\n");
stderr           2096 ompi/mca/topo/treematch/treematch/tm_tree.c 	fprintf(stderr, "Error: matrix size: %d and depth:%d (should be 1 and -1 respectively)\n", mat_order, depth);
stderr           2300 ompi/mca/topo/treematch/treematch/tm_tree.c       fprintf(stderr, "Error : Not enough slots/constraints (%d) for the communication matrix order (%d)!\n",
stderr            250 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_OOPS(...) do { fprintf(stderr,__VA_ARGS__); exit(-1); } while (0)
stderr            192 ompi/mpi/c/comm_join.c                 fprintf (stderr,"ompi_socket_send: error while writing to socket"
stderr            203 ompi/mpi/c/comm_join.c         fprintf (stderr, "ompi_socket_send: more data written then available");
stderr            241 ompi/mpi/c/comm_join.c                 fprintf (stderr,"ompi_socket_recv: error while reading from socket"
stderr            251 ompi/mpi/c/comm_join.c         fprintf (stderr, "ompi_socket_recv: more data read then available");
stderr             43 ompi/mpi/cxx/intercepts.cc   fprintf(stderr, "MPI 2 C++ exception throwing is disabled, MPI::mpi_errno has the error code\n");
stderr             62 ompi/mpi/fortran/base/test_constants_f.c         fprintf(stderr, "WARNING: Fortran MPI_BOTTOM not recognized properly\n");
stderr             66 ompi/mpi/fortran/base/test_constants_f.c         fprintf(stderr, "WARNING: Fortran MPI_IN_PLACE not recognized properly\n");
stderr             70 ompi/mpi/fortran/base/test_constants_f.c         fprintf(stderr, "WARNING: Fortran MPI_ARGV_NULL not recognized properly\n");
stderr             74 ompi/mpi/fortran/base/test_constants_f.c         fprintf(stderr, "WARNING: Fortran MPI_ARGVS_NULL not recognized properly\n");
stderr             78 ompi/mpi/fortran/base/test_constants_f.c         fprintf(stderr, "WARNING: Fortran MPI_STATUS_IGNORE not recognized properly\n");
stderr             82 ompi/mpi/fortran/base/test_constants_f.c         fprintf(stderr, "WARNING: Fortran MPI_STATUSES not recognized properly\n");
stderr            140 ompi/mpi/java/c/mpi_MPI.c         fprintf(stderr, "Unable to initialize ompi_java_buffers.\n");
stderr            122 ompi/patterns/comm/allreduce.c                     fprintf(stderr,"  first recv failed in ompi_comm_allreduce_pml \n");
stderr            123 ompi/patterns/comm/allreduce.c                     fflush(stderr);
stderr            148 ompi/patterns/comm/allreduce.c                     fprintf(stderr,"  first send failed in ompi_comm_allreduce_pml \n");
stderr            149 ompi/patterns/comm/allreduce.c                     fflush(stderr);
stderr            177 ompi/patterns/comm/allreduce.c                 fprintf(stderr,"  irecv failed in  ompi_comm_allreduce_pml at iterations %d \n",
stderr            179 ompi/patterns/comm/allreduce.c                 fflush(stderr);
stderr            209 ompi/patterns/comm/allreduce.c                     fprintf(stderr,"  last recv failed in ompi_comm_allreduce_pml \n");
stderr            210 ompi/patterns/comm/allreduce.c                     fflush(stderr);
stderr            227 ompi/patterns/comm/allreduce.c                     fprintf(stderr,"  last send failed in ompi_comm_allreduce_pml \n");
stderr            228 ompi/patterns/comm/allreduce.c                     fflush(stderr);
stderr             38 ompi/patterns/net/netpatterns_base.c     ret = vfprintf(stderr, fmt, list);
stderr            372 ompi/patterns/net/netpatterns_nary_tree.c                 fprintf(stderr, "Cannot allocate memory for children_ranks.\n");
stderr            446 ompi/patterns/net/netpatterns_nary_tree.c         fprintf(stderr, "Cannot allocate memory for tree_nodes.\n");
stderr             72 ompi/runtime/ompi_info_support.c         fprintf(stderr, "ompi_info_register: ompi_mpi_register_params failed\n");
stderr            151 ompi/runtime/ompi_mpi_abort.c                 fprintf(stderr, "[%s:%05d] [%d] func:%s\n", host, (int) pid,
stderr            153 ompi/runtime/ompi_mpi_abort.c                 fflush(stderr);
stderr            160 ompi/runtime/ompi_mpi_abort.c             opal_backtrace_print(stderr, NULL, 1);
stderr            171 ompi/runtime/ompi_mpi_abort.c         fprintf(stderr, "[%s:%05d] Local abort %s completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!\n",
stderr            111 ompi/tools/mpisync/sync.c         fprintf(stderr, "Fail to initialize hpc timer. Abort\n");
stderr            131 ompi/tools/mpisync/sync.c              fprintf(stderr, "Fail to allocate memory. Abort\n");
stderr            136 ompi/tools/mpisync/sync.c              fprintf(stderr, "Fail to allocate memory. Abort\n");
stderr            144 ompi/tools/mpisync/sync.c              fprintf(stderr, "Fail to open the file %s. Abort\n", filename);
stderr            796 opal/class/opal_interval_tree.c         fprintf (stderr, "Red node has a red child!\n");
stderr            806 opal/class/opal_interval_tree.c             fprintf (stderr, "Found leaf with unexpected black depth: %d, expected: %d\n", current_black_depth, black_depth);
stderr            836 opal/class/opal_interval_tree.c         fprintf (stderr, "Root node of tree is NOT black!\n");
stderr            841 opal/class/opal_interval_tree.c         fprintf (stderr, "Leaf node color is NOT black!\n");
stderr            445 opal/class/opal_list.h         fprintf(stderr," Error :: opal_list_get_size - opal_list_length does not match actual list length\n");
stderr            446 opal/class/opal_list.h         fflush(stderr);
stderr            493 opal/class/opal_list.h         fprintf(stderr," Warning :: opal_list_remove_item - the item %p is not on the list %p \n",(void*) item, (void*) list);
stderr            494 opal/class/opal_list.h         fflush(stderr);
stderr            172 opal/class/opal_tree.c         fprintf(stderr," Error :: opal_tree_get_size - opal_tree_num_items does not match actual tree length\n");
stderr            173 opal/class/opal_tree.c         fflush(stderr);
stderr            283 opal/dss/dss_open_close.c         fprintf (stderr, "Fail A\n");
stderr            181 opal/mca/base/mca_base_cmd_line.c             fprintf(stderr,
stderr             44 opal/mca/btl/base/btl_base_error.c     ret = vfprintf(stderr, fmt, list);
stderr            756 opal/mca/btl/ugni/btl_ugni_component.c     fprintf (stderr, "desc->gni_desc.post_id          = %" PRIx64 "\n", desc->gni_desc.post_id);
stderr            757 opal/mca/btl/ugni/btl_ugni_component.c     fprintf (stderr, "desc->gni_desc.status           = %" PRIx64 "\n", desc->gni_desc.status);
stderr            758 opal/mca/btl/ugni/btl_ugni_component.c     fprintf (stderr, "desc->gni_desc.cq_mode_complete = %hu\n", desc->gni_desc.cq_mode_complete);
stderr            759 opal/mca/btl/ugni/btl_ugni_component.c     fprintf (stderr, "desc->gni_desc.type             = %d\n", desc->gni_desc.type);
stderr            760 opal/mca/btl/ugni/btl_ugni_component.c     fprintf (stderr, "desc->gni_desc.cq_mode          = %hu\n", desc->gni_desc.cq_mode);
stderr            761 opal/mca/btl/ugni/btl_ugni_component.c     fprintf (stderr, "desc->gni_desc.dlvr_mode        = %hu\n", desc->gni_desc.dlvr_mode);
stderr            762 opal/mca/btl/ugni/btl_ugni_component.c     fprintf (stderr, "desc->gni_desc.local_addr       = %" PRIx64 "\n", desc->gni_desc.local_addr);
stderr            763 opal/mca/btl/ugni/btl_ugni_component.c     fprintf (stderr, "desc->gni_desc.local_mem_hndl   = {%" PRIx64 ", %" PRIx64 "}\n", desc->gni_desc.local_mem_hndl.qword1,
stderr            765 opal/mca/btl/ugni/btl_ugni_component.c     fprintf (stderr, "desc->gni_desc.remote_addr      = %" PRIx64 "\n", desc->gni_desc.remote_addr);
stderr            766 opal/mca/btl/ugni/btl_ugni_component.c     fprintf (stderr, "desc->gni_desc.remote_mem_hndl  = {%" PRIx64 ", %" PRIx64 "}\n", desc->gni_desc.remote_mem_hndl.qword1,
stderr            768 opal/mca/btl/ugni/btl_ugni_component.c     fprintf (stderr, "desc->gni_desc.length           = %" PRIu64 "\n", desc->gni_desc.length);
stderr            769 opal/mca/btl/ugni/btl_ugni_component.c     fprintf (stderr, "desc->gni_desc.rdma_mode        = %hu\n", desc->gni_desc.rdma_mode);
stderr            770 opal/mca/btl/ugni/btl_ugni_component.c     fprintf (stderr, "desc->gni_desc.amo_cmd          = %d\n", desc->gni_desc.amo_cmd);
stderr             18 opal/mca/btl/usnic/btl_usnic_test.h #  define test_out(...) fprintf(stderr, __VA_ARGS__)
stderr             41 opal/mca/btl/usnic/btl_usnic_util.c             fprintf(stderr, "*** The Open MPI usnic BTL is aborting the MPI job (via exit(3)).\n");
stderr             42 opal/mca/btl/usnic/btl_usnic_util.c             fflush(stderr);
stderr             44 opal/mca/btl/usnic/test/usnic_btl_run_tests.c         fprintf(stderr, "mpi_handle=NULL dlerror()=%s\n", dlerror());
stderr             51 opal/mca/btl/usnic/test/usnic_btl_run_tests.c         fprintf(stderr, "init=NULL dlerror()=%s\n", dlerror());
stderr             57 opal/mca/btl/usnic/test/usnic_btl_run_tests.c         fprintf(stderr, "finalize=%p dlerror()=%s\n", *(void **)(&finalize), dlerror());
stderr             66 opal/mca/btl/usnic/test/usnic_btl_run_tests.c         fprintf(stderr, "ERROR: unable to dladdr(init,...)\n");
stderr             80 opal/mca/btl/usnic/test/usnic_btl_run_tests.c         fprintf(stderr, "usnic_handle=%p dlerror()=%s\n", (void *)usnic_handle, dlerror());
stderr             90 opal/mca/btl/usnic/test/usnic_btl_run_tests.c         fprintf(stderr, "run_tests=%p dlerror()=%s\n",
stderr            226 opal/mca/event/libevent2022/libevent/log.c 		(void)fprintf(stderr, "[%s] %s\n", severity_str, msg);
stderr            139 opal/mca/event/libevent2022/libevent/sample/dns-example.c 	fprintf(stderr, "%s: %s\n", is_warn?"WARN":"INFO", msg);
stderr            150 opal/mca/event/libevent2022/libevent/sample/dns-example.c 		fprintf(stderr, "syntax: %s [-x] [-v] [-c resolv.conf] hostname\n", v[0]);
stderr            151 opal/mca/event/libevent2022/libevent/sample/dns-example.c 		fprintf(stderr, "syntax: %s [-servertest]\n", v[0]);
stderr            168 opal/mca/event/libevent2022/libevent/sample/dns-example.c 				fprintf(stderr, "-c needs an argument\n");
stderr            170 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			fprintf(stderr, "Unknown option %s\n", v[idx]);
stderr            215 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			fprintf(stderr, "Couldn't configure nameservers");
stderr            225 opal/mca/event/libevent2022/libevent/sample/dns-example.c 				fprintf(stderr, "Skipping non-IP %s\n", v[idx]);
stderr            228 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			fprintf(stderr, "resolving %s...\n",v[idx]);
stderr            236 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			fprintf(stderr, "resolving (fwd) %s...\n",v[idx]);
stderr            240 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			fprintf(stderr, "resolving (fwd) %s...\n",v[idx]);
stderr             44 opal/mca/event/libevent2022/libevent/sample/event-test.c 	fprintf(stderr, "fifo_read called with fd: %d, event: %d, arg: %p\n",
stderr             51 opal/mca/event/libevent2022/libevent/sample/event-test.c 		fprintf(stderr, "End Of File");
stderr             64 opal/mca/event/libevent2022/libevent/sample/event-test.c 		fprintf(stderr, "Connection closed\n");
stderr            122 opal/mca/event/libevent2022/libevent/sample/event-test.c 	fprintf(stderr, "Write data to %s\n", fifo);
stderr             53 opal/mca/event/libevent2022/libevent/sample/hello-world.c 		fprintf(stderr, "Could not initialize libevent!\n");
stderr             67 opal/mca/event/libevent2022/libevent/sample/hello-world.c 		fprintf(stderr, "Could not create a listener!\n");
stderr             74 opal/mca/event/libevent2022/libevent/sample/hello-world.c 		fprintf(stderr, "Could not create/add a signal event!\n");
stderr             97 opal/mca/event/libevent2022/libevent/sample/hello-world.c 		fprintf(stderr, "Error constructing bufferevent!");
stderr            338 opal/mca/event/libevent2022/libevent/sample/http-server.c 		fprintf(stderr, "Couldn't create an event_base: exiting\n");
stderr            345 opal/mca/event/libevent2022/libevent/sample/http-server.c 		fprintf(stderr, "couldn't create evhttp. Exiting.\n");
stderr            359 opal/mca/event/libevent2022/libevent/sample/http-server.c 		fprintf(stderr, "couldn't bind to port %d. Exiting.\n",
stderr            386 opal/mca/event/libevent2022/libevent/sample/http-server.c 			fprintf(stderr, "Weird address family %d\n",
stderr            397 opal/mca/event/libevent2022/libevent/sample/http-server.c 			fprintf(stderr, "evutil_inet_ntop failed\n");
stderr            110 opal/mca/event/libevent2022/libevent/sample/le-proxy.c 				fprintf(stderr,
stderr            143 opal/mca/event/libevent2022/libevent/sample/le-proxy.c 	fputs("Syntax:\n", stderr);
stderr            144 opal/mca/event/libevent2022/libevent/sample/le-proxy.c 	fputs("   le-proxy [-s] [-W] <listen-on-addr> <connect-to-addr>\n", stderr);
stderr            145 opal/mca/event/libevent2022/libevent/sample/le-proxy.c 	fputs("Example:\n", stderr);
stderr            146 opal/mca/event/libevent2022/libevent/sample/le-proxy.c 	fputs("   le-proxy 127.0.0.1:8888 1.2.3.4:80\n", stderr);
stderr            262 opal/mca/event/libevent2022/libevent/sample/le-proxy.c 			fprintf(stderr, "RAND_poll() failed.\n");
stderr            117 opal/mca/event/libevent2022/libevent/test/bench.c 	if (xcount != count) fprintf(stderr, "Xcount: %d, Rcount: %d\n", xcount, count);
stderr            154 opal/mca/event/libevent2022/libevent/test/bench.c 			fprintf(stderr, "Illegal argument \"%c\"\n", c);
stderr            155 opal/mca/event/libevent2022/libevent/test/bench_cascade.c 			fprintf(stderr, "Illegal argument \"%c\"\n", c);
stderr            111 opal/mca/event/libevent2022/libevent/test/bench_http.c 			fprintf(stderr, "-%c requires argument.\n", c);
stderr            118 opal/mca/event/libevent2022/libevent/test/bench_http.c 				fprintf(stderr, "Missing port\n");
stderr            123 opal/mca/event/libevent2022/libevent/test/bench_http.c 				fprintf(stderr, "Bad port\n");
stderr            129 opal/mca/event/libevent2022/libevent/test/bench_http.c 				fprintf(stderr, "Missing content length\n");
stderr            134 opal/mca/event/libevent2022/libevent/test/bench_http.c 				fprintf(stderr, "Bad content length\n");
stderr            146 opal/mca/event/libevent2022/libevent/test/bench_http.c 			fprintf(stderr, "Illegal argument \"%c\"\n", c);
stderr            153 opal/mca/event/libevent2022/libevent/test/bench_http.c 		fprintf(stderr, "creating event_base failed. Exiting.\n");
stderr            161 opal/mca/event/libevent2022/libevent/test/bench_http.c 		fprintf(stderr, "Cannot allocate content\n");
stderr            170 opal/mca/event/libevent2022/libevent/test/bench_http.c 	fprintf(stderr, "/ind - basic content (memory copy)\n");
stderr            174 opal/mca/event/libevent2022/libevent/test/bench_http.c 	fprintf(stderr, "/ref - basic content (reference)\n");
stderr            177 opal/mca/event/libevent2022/libevent/test/bench_http.c 	fprintf(stderr, "Serving %d bytes on port %d using %s\n",
stderr            190 opal/mca/event/libevent2022/libevent/test/regress.c 		fprintf(stderr, "%s: write\n", __func__);
stderr            219 opal/mca/event/libevent2022/libevent/test/regress.c 		fprintf(stderr, "%s: read\n", __func__);
stderr            267 opal/mca/event/libevent2022/libevent/test/regress.c 		fprintf(stderr, "%s: read\n", __func__);
stderr            291 opal/mca/event/libevent2022/libevent/test/regress.c 		fprintf(stderr, "%s: write\n", __func__);
stderr            905 opal/mca/event/libevent2022/libevent/test/regress.c 		fprintf(stderr, "%s: write\n", __func__);
stderr           1066 opal/mca/event/libevent2022/libevent/test/regress.c 		fprintf(stderr, "%s: cannot set base, add\n", __func__);
stderr           1562 opal/mca/event/libevent2022/libevent/test/regress.c 		fprintf(stderr, "%s: failed to set priority", __func__);
stderr           1568 opal/mca/event/libevent2022/libevent/test/regress.c 		fprintf(stderr, "%s: failed to set priority", __func__);
stderr            236 opal/mca/event/libevent2022/libevent/test/regress_http.c 			fprintf(stderr, "No way to exit loop!\n");
stderr           1125 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED\n");
stderr           1130 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED\n");
stderr           1135 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED\n");
stderr           1140 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED\n");
stderr           1153 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED\n");
stderr           1329 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED\n");
stderr           1334 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED\n");
stderr           1340 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED\n");
stderr           1346 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED\n");
stderr           1351 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED\n");
stderr           1384 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED\n");
stderr           1389 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED (content type)\n");
stderr           1394 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED (length %lu vs %lu)\n",
stderr           1400 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED (data)\n");
stderr           1560 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED (timeout)\n");
stderr           1566 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED (response code)\n");
stderr           1571 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED (content type)\n");
stderr           1576 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED (length %lu vs %lu)\n",
stderr           1582 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED (data)\n");
stderr           1678 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED (timeout)\n");
stderr           1684 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED (response code)\n");
stderr           1689 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED (content type)\n");
stderr           1694 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED (length %lu vs %lu)\n",
stderr           1701 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED (data)\n");
stderr           2738 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED\n");
stderr           2744 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED\n");
stderr           2749 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED\n");
stderr           2756 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED\n");
stderr           2889 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED\n");
stderr           2900 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED\n");
stderr           3300 opal/mca/event/libevent2022/libevent/test/regress_http.c 		fprintf(stderr, "FAILED\n");
stderr            216 opal/mca/event/libevent2022/libevent/test/regress_main.c 			fprintf(stderr, "%s: socketpair\n", __func__);
stderr            221 opal/mca/event/libevent2022/libevent/test/regress_main.c 			fprintf(stderr, "fcntl(O_NONBLOCK)");
stderr            226 opal/mca/event/libevent2022/libevent/test/regress_main.c 			fprintf(stderr, "fcntl(O_NONBLOCK)");
stderr            172 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 		fprintf(stderr, "FAILED (response code)\n");
stderr            236 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 		fprintf(stderr, "FAILED (response code)\n");
stderr            243 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 		fprintf(stderr, "FAILED (unmarshal)\n");
stderr            344 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 		fprintf(stderr, "get weapon\n");
stderr            348 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 		fprintf(stderr, "get action\n");
stderr            375 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 		fprintf(stderr, "get weapon\n");
stderr            379 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 		fprintf(stderr, "get action\n");
stderr            320 opal/mca/event/libevent2022/libevent/test/test-ratelim.c 			fprintf(stderr, "Group bandwidth out of bounds\n");
stderr            332 opal/mca/event/libevent2022/libevent/test/test-ratelim.c 			fprintf(stderr, "Connection bandwidth out of bounds\n");
stderr            342 opal/mca/event/libevent2022/libevent/test/test-ratelim.c 		fprintf(stderr, "Connection variance out of bounds\n");
stderr            383 opal/mca/event/libevent2022/libevent/test/test-ratelim.c 		fprintf(stderr, "Too few arguments to '%s'\n",argv[*i]);
stderr            388 opal/mca/event/libevent2022/libevent/test/test-ratelim.c 		fprintf(stderr, "Couldn't parse numeric value '%s'\n",
stderr            393 opal/mca/event/libevent2022/libevent/test/test-ratelim.c 		fprintf(stderr, "Value '%s' is out-of-range'\n",
stderr            405 opal/mca/event/libevent2022/libevent/test/test-ratelim.c 	fprintf(stderr,
stderr            411 opal/mca/event/libevent2022/libevent/test/test-ratelim.c 	fprintf(stderr,
stderr            444 opal/mca/event/libevent2022/libevent/test/test-ratelim.c 		fprintf(stderr, "Unknown option '%s'\n", argv[i]);
stderr            206 opal/mca/event/libevent2022/libevent/util-internal.h 			(void)fprintf(stderr,				\
stderr             85 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     fprintf(stderr, "Plugin dlforeach found `%s'\n", filename);
stderr             95 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       fprintf(stderr, "Plugin `%s' is blacklisted in the environment\n", basename);
stderr            103 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       fprintf(stderr, "Failed to load plugin: %s\n", lt_dlerror());
stderr            113 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       fprintf(stderr, "Failed to find component symbol `%s'\n",
stderr            119 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       fprintf(stderr, "Plugin symbol ABI %u instead of %d\n",
stderr            124 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     fprintf(stderr, "Plugin contains expected symbol `%s'\n",
stderr            131 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c 	fprintf(stderr, "Plugin name `%s' doesn't match its type DISCOVERY\n", basename);
stderr            137 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c 	fprintf(stderr, "Plugin name `%s' doesn't match its type XML\n", basename);
stderr            142 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       fprintf(stderr, "Plugin name `%s' has invalid type %u\n",
stderr            157 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     fprintf(stderr, "Plugin descriptor `%s' ready\n", basename);
stderr            165 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     fprintf(stderr, "Plugin descriptor `%s' queued\n", basename);
stderr            180 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     fprintf(stderr, "Closing all plugins\n");
stderr            220 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     fprintf(stderr, "Starting plugin dlforeach in %s\n", path);
stderr            255 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       fprintf(stderr, "Cannot register discovery component with reserved name `" HWLOC_COMPONENT_STOP_NAME "'\n");
stderr            261 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       fprintf(stderr, "Cannot register discovery component with name `%s' containing reserved characters `%c" HWLOC_COMPONENT_SEPS "'\n",
stderr            272 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     fprintf(stderr, "Cannot register discovery component `%s' with unknown type %u\n",
stderr            284 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c 	  fprintf(stderr, "Dropping previously registered discovery component `%s', priority %u lower than new one %u\n",
stderr            290 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c 	  fprintf(stderr, "Ignoring new discovery component `%s', priority %u lower than previously registered one %u\n",
stderr            298 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     fprintf(stderr, "Registered %s discovery component `%s' with priority %u (%s%s)\n",
stderr            361 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       fprintf(stderr, "Ignoring static component with invalid flags %lx\n",
stderr            369 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c 	fprintf(stderr, "Ignoring static component, failed to initialize\n");
stderr            389 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       fprintf(stderr, "Ignoring plugin `%s' component with invalid flags %lx\n",
stderr            397 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c 	fprintf(stderr, "Ignoring plugin `%s', failed to initialize\n", desc->name);
stderr            481 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       fprintf(stderr, "Excluding %s discovery component `%s', conflicts with excludes 0x%x\n",
stderr            489 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       fprintf(stderr, "Failed to instantiate discovery component `%s'\n", comp->name);
stderr            548 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c 	  fprintf(stderr, "Cannot find discovery component `%s'\n", curenv);
stderr            578 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c 	      fprintf(stderr, "Excluding %s discovery component `%s' because of HWLOC_COMPONENTS environment variable\n",
stderr            598 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     fprintf(stderr, "Final list of enabled discovery components: ");
stderr            600 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       fprintf(stderr, "%s%s", first ? "" : ",", backend->component->name);
stderr            604 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     fprintf(stderr, "\n");
stderr            674 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     fprintf(stderr, "Cannot enable %s discovery component `%s' with unknown flags %lx\n",
stderr            684 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c 	fprintf(stderr, "Cannot enable %s discovery component `%s' twice\n",
stderr            694 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     fprintf(stderr, "Enabling %s discovery component `%s'\n",
stderr            778 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       fprintf(stderr, "Disabling %s discovery component `%s'\n",
stderr            315 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c       fprintf(stderr, "Trying to group objects using distance matrix:\n");
stderr            316 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c       fprintf(stderr, "%s", gp ? "gp_index" : "os_index");
stderr            318 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c 	fprintf(stderr, " % 5d", (int)(gp ? objs[j]->gp_index : objs[j]->os_index));
stderr            319 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c       fprintf(stderr, "\n");
stderr            321 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c 	fprintf(stderr, "  % 5d", (int)(gp ? objs[i]->gp_index : objs[i]->os_index));
stderr            323 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c 	  fprintf(stderr, " % 5lld", (long long) values[i*nbobjs + j]);
stderr            324 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c 	fprintf(stderr, "\n");
stderr            677 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c         fprintf(stderr, "****************************************************************************\n");
stderr            678 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c         fprintf(stderr, "* hwloc %s has encountered what looks like an error from user-given distances.\n", HWLOC_VERSION);
stderr            679 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c         fprintf(stderr, "*\n");
stderr            680 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c         fprintf(stderr, "* %s\n", msg);
stderr            681 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c         fprintf(stderr, "* Error occurred in topology.c line %d\n", line);
stderr            682 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c         fprintf(stderr, "*\n");
stderr            683 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c         fprintf(stderr, "* Please make sure that distances given through the interface or environment\n");
stderr            684 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c         fprintf(stderr, "* variables do not contradict any other topology information.\n");
stderr            685 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c         fprintf(stderr, "****************************************************************************\n");
stderr            773 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c       fprintf(stderr, " Found transitive graph with %u objects with minimal distance %llu accuracy %f\n",
stderr            795 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c 	  fprintf(stderr, " Distance matrix asymmetric ([%u,%u]=%llu != [%u,%u]=%llu), aborting\n",
stderr            802 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c 	  fprintf(stderr, " Distance to self not strictly minimal ([%u,%u]=%llu <= [%u,%u]=%llu), aborting\n",
stderr            839 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c       fprintf(stderr, "Trying to group %u %s objects according to physical distances with accuracy %f\n",
stderr             23 opal/mca/hwloc/hwloc201/hwloc/hwloc/dolib.c     fprintf(stderr,"bad number of arguments");
stderr             42 opal/mca/hwloc/hwloc201/hwloc/hwloc/dolib.c     fprintf(stderr, "%s failed\n", s);
stderr            144 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	  fprintf(stderr, "Ignoring HWLOC_PCI_LOCALITY file `%s' too large (%lu bytes)\n",
stderr            260 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   fprintf(stderr, "Bad assertion in hwloc %s:%d (aborting)\n", __FILE__, __LINE__);
stderr            429 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	fprintf(stderr, "****************************************************************************\n");
stderr            430 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	fprintf(stderr, "* hwloc %s has encountered an incorrect PCI locality information.\n", HWLOC_VERSION);
stderr            431 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	fprintf(stderr, "* PCI bus %04x:%02x is supposedly close to 2nd NUMA node of 1st package,\n",
stderr            433 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	fprintf(stderr, "* however hwloc believes this is impossible on this architecture.\n");
stderr            434 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	fprintf(stderr, "* Therefore the PCI bus will be moved to 1st NUMA node of 2nd package.\n");
stderr            435 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	fprintf(stderr, "*\n");
stderr            436 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	fprintf(stderr, "* If you feel this fixup is wrong, disable it by setting in your environment\n");
stderr            437 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	fprintf(stderr, "* HWLOC_PCI_%04x_%02x_LOCALCPUS= (empty value), and report the problem\n",
stderr            439 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	fprintf(stderr, "* to the hwloc's user mailing list together with the XML output of lstopo.\n");
stderr            440 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	fprintf(stderr, "*\n");
stderr            441 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	fprintf(stderr, "* You may silence this message by setting HWLOC_HIDE_ERRORS=1 in your environment.\n");
stderr            442 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	fprintf(stderr, "****************************************************************************\n");
stderr            487 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	fprintf(stderr, "Environment variable %s is deprecated, please use HWLOC_PCI_LOCALITY instead.\n", env);
stderr            538 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   fprintf(stderr,"yop\n");
stderr            629 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c       fprintf(stderr,"rs_getrad(%d) failed: %s\n", i, strerror(errno));
stderr            265 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c       fprintf(stderr, "*** Found unexpected uname sysname `%s' machine `%s'.\n", utsname.sysname, utsname.machine);
stderr            266 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c       fprintf(stderr, "*** The BlueGene/Q backend (bgq) is only enabled by default on compute nodes\n"
stderr           2993 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     fprintf(stderr, "Invalid knl_memoryside_cache header, expected \"version: <int>\".\n");
stderr           3094 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       fprintf(stderr, "Unexpected KNL MCDRAM cache size %lu\n", total_cache_size);
stderr           3103 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     fprintf(stderr, "Unexpected number of KNL non-MCDRAM NUMA nodes %u\n", DDR_nbnodes);
stderr           3518 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 		  fprintf(stderr, "****************************************************************************\n");
stderr           3519 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 		  fprintf(stderr, "* hwloc %s has detected buggy sysfs package information: Two packages have\n", HWLOC_VERSION);
stderr           3520 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 		  fprintf(stderr, "* the same physical package id %u but different core_siblings %s and %s\n",
stderr           3522 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 		  fprintf(stderr, "* hwloc is merging these packages into a single one assuming your Linux kernel\n");
stderr           3523 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 		  fprintf(stderr, "* does not support this processor correctly.\n");
stderr           3524 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 		  fprintf(stderr, "* You may hide this warning by setting HWLOC_HIDE_ERRORS=1 in the environment.\n");
stderr           3525 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 		  fprintf(stderr, "*\n");
stderr           3526 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 		  fprintf(stderr, "* If hwloc does not report the right number of packages,\n");
stderr           3527 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 		  fprintf(stderr, "* please report this error message to the hwloc user's mailing list,\n");
stderr           3528 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 		  fprintf(stderr, "* along with the files generated by the hwloc-gather-topology script.\n");
stderr           3529 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 		  fprintf(stderr, "****************************************************************************\n");
stderr           5616 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       fprintf(stderr, "hwloc could read a DMI firmware entry #%u in %s\n",
stderr            637 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	  fprintf(stderr, "kstat_read failed for CPU%u: %s\n", cpuid, strerror(errno));
stderr            695 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	      fprintf(stderr, "could not read package id for CPU%u: %s\n", cpuid, strerror(errno));
stderr            717 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	    fprintf(stderr, "chip_id type %u unknown\n", (unsigned) stat->data_type);
stderr            745 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	      fprintf(stderr, "could not read core id for CPU%u: %s\n", cpuid, strerror(errno));
stderr            767 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	    fprintf(stderr, "core_id type %u unknown\n", (unsigned) stat->data_type);
stderr            795 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	fprintf(stderr, "kstat_read failed for module %s name %s instance %d: %s\n", ksp->ks_module, ksp->ks_name, ksp->ks_instance, strerror(errno));
stderr             87 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       fprintf(stderr, "Failed to allocate synthetic index array of size %lu\n", total);
stderr            100 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	  fprintf(stderr, "Failed to read synthetic index #%lu at '%s'\n", (unsigned long) i, attr);
stderr            108 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	    fprintf(stderr, "Missing comma after synthetic index #%lu at '%s'\n", (unsigned long) i, attr);
stderr            150 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	    fprintf(stderr, "Failed to read synthetic index interleaving loop '%s' without number before '*'\n", tmp);
stderr            155 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	    fprintf(stderr, "Invalid interleaving loop with step 0 at '%s'\n", tmp);
stderr            162 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	    fprintf(stderr, "Failed to read synthetic index interleaving loop '%s' without number between '*' and ':'\n", tmp);
stderr            167 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	    fprintf(stderr, "Invalid interleaving loop with number 0 at '%s'\n", tmp2);
stderr            194 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	    fprintf(stderr, "Failed to read synthetic index interleaving loop type '%s'\n", tmp);
stderr            199 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	    fprintf(stderr, "Misc object type disallowed in synthetic index interleaving loop type '%s'\n", tmp);
stderr            218 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	    fprintf(stderr, "Failed to find level for synthetic index interleaving loop type '%s'\n",
stderr            237 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	      fprintf(stderr, "Invalid duplicate interleaving loop type in synthetic index '%s'\n", attr);
stderr            266 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	  fprintf(stderr, "Invalid index interleaving total width %lu instead of %lu\n", nbs, total);
stderr            285 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	  fprintf(stderr, "Invalid index interleaving generates out-of-range index %u\n", array[j]);
stderr            290 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	  fprintf(stderr, "Invalid index interleaving generates duplicate index values\n");
stderr            345 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       fprintf(stderr, "Missing attribute closing bracket in synthetic string doesn't have a number of objects at '%s'\n", attrs);
stderr            367 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	fprintf(stderr, "Unknown attribute at '%s'\n", attrs);
stderr            376 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	fprintf(stderr, "Missing parameter separator at '%s'\n", attrs);
stderr            386 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       fprintf(stderr, "Overwriting duplicate indexes attribute with last occurence\n");
stderr            477 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	  fprintf(stderr, "Synthetic string with unknown attached object type at '%s'\n", pos);
stderr            483 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	  fprintf(stderr, "Synthetic string with disallowed attached object type at '%s'\n", pos);
stderr            504 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	  fprintf(stderr,"Synthetic string doesn't have a closing `]' after attached object type at '%s'\n", pos);
stderr            532 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	  fprintf(stderr, "Synthetic string with unknown object type at '%s'\n", pos);
stderr            538 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	  fprintf(stderr, "Synthetic string with disallowed object type at '%s'\n", pos);
stderr            546 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	  fprintf(stderr,"Synthetic string doesn't have a `:' after object type at '%s'\n", pos);
stderr            569 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	fprintf(stderr,"Synthetic string doesn't have a number of objects at '%s'\n", pos);
stderr            575 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	fprintf(stderr,"Synthetic string with disallow 0 number of objects at '%s'\n", pos);
stderr            594 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	fprintf(stderr,"Too many synthetic levels, max %d\n", HWLOC_SYNTHETIC_MAX_DEPTH);
stderr            600 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	fprintf(stderr,"Too big arity, max %u\n", UINT_MAX);
stderr            610 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       fprintf(stderr, "Synthetic string cannot use non-PU type for last level\n");
stderr            629 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       fprintf(stderr, "Synthetic string missing ending number of PUs\n");
stderr            634 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       fprintf(stderr, "Synthetic string cannot have several PU levels\n");
stderr            640 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       fprintf(stderr, "Synthetic string cannot have several package levels\n");
stderr            646 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       fprintf(stderr, "Synthetic string cannot have several NUMA node levels\n");
stderr            652 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       fprintf(stderr,"Synthetic string cannot have NUMA nodes both as a level and attached\n");
stderr            658 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       fprintf(stderr, "Synthetic string cannot have several core levels\n");
stderr            671 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       fprintf(stderr, "Synthetic string cannot mix unspecified and specified types for levels\n");
stderr            757 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       fprintf(stderr, "Inserting a NUMA level with a single object at depth 1\n");
stderr           1307 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	fprintf(stderr, "Cannot export to synthetic v1 if multiple memory children are attached to the same location.\n");
stderr           1441 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       fprintf(stderr, "Cannot export to synthetic unless topology is symmetric (root->symmetric_subtree must be set).\n");
stderr           1449 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       fprintf(stderr, "Cannot export to synthetic unless memory is attached symmetrically.\n");
stderr           1467 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	  fprintf(stderr, "Cannot export to synthetic v1 if memory is attached to parents at different depths.\n");
stderr             79 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     fprintf(stderr, "Failed to allocate cpuiddump for PU #%u, ignoring cpuiddump.\n", idx);
stderr             89 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     fprintf(stderr, "Could not read dumped cpuid file %s, ignoring cpuiddump.\n", filename);
stderr             99 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     fprintf(stderr, "Failed to allocate %u cpuiddump entries for PU #%u, ignoring cpuiddump.\n", nr, idx);
stderr            152 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   fprintf(stderr, "Couldn't find %x,%x,%x,%x in dumped cpuid, returning 0s.\n",
stderr           1299 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     fprintf(stderr, "hwloc x86 backend cannot work under Valgrind, disabling.\n"
stderr           1379 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     fprintf(stderr, "Couldn't open dumped cpuid summary %s\n", path);
stderr           1383 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     fprintf(stderr, "Found read dumped cpuid summary in %s\n", path);
stderr           1389 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     fprintf(stderr, "Found non-x86 dumped cpuid summary in %s: %s\n", path, line);
stderr           1400 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	fprintf(stderr, "Ignoring invalid dirent `%s' in dumped cpuid directory `%s'\n",
stderr           1407 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     fprintf(stderr, "Did not find any valid pu%%u entry in dumped cpuid directory `%s'\n",
stderr           1412 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     fprintf(stderr, "Found non-contigous pu%%u range in dumped cpuid directory `%s'\n",
stderr           1473 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       fprintf(stderr, "Ignoring dumped cpuid directory.\n");
stderr             86 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c             fprintf(stderr, "%s: ignoring unexpected xml attr node type %u\n",
stderr             92 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c         fprintf(stderr, "%s: ignoring unexpected xml attr type %u\n",
stderr            123 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c         fprintf(stderr, "%s: ignoring object text content %s\n",
stderr            127 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c         fprintf(stderr, "%s: ignoring unexpected xml node type %u\n",
stderr            188 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c       fprintf(stderr, "%s: Loading XML topology without DTD\n",
stderr            193 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c       fprintf(stderr, "%s: Loading XML topology with wrong DTD SystemID (%s instead of %s)\n",
stderr            216 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c       fprintf(stderr, "%s: ignoring object of class `%s' not at the top the xml hierarchy\n",
stderr            288 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c       fprintf(stderr, "%s: Loading XML topologydiff without DTD\n",
stderr            292 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c       fprintf(stderr, "%s: Loading XML topologydiff with wrong DTD SystemID (%s instead of %s)\n",
stderr            301 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c       fprintf(stderr, "%s: ignoring object of class `%s' not at the top the xml hierarchy\n",
stderr            335 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     fprintf(stderr, "Failed to parse XML input with the minimalistic parser. If it was not\n"
stderr            122 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       fprintf(stderr, "%s: unexpected zero gp_index, topology may be invalid\n", state->global->msgprefix);
stderr            164 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       fprintf(stderr, "%s: ignoring cache_size attribute for non-cache object type\n",
stderr            173 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       fprintf(stderr, "%s: ignoring cache_linesize attribute for non-cache object type\n",
stderr            182 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       fprintf(stderr, "%s: ignoring cache_associativity attribute for non-cache object type\n",
stderr            194 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	fprintf(stderr, "%s: ignoring invalid cache_type attribute %lu\n",
stderr            197 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       fprintf(stderr, "%s: ignoring cache_type attribute for non-cache object type\n",
stderr            208 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       fprintf(stderr, "%s: ignoring local_memory attribute for non-NUMAnode non-root object\n",
stderr            219 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c        fprintf(stderr, "%s: ignoring depth attribute for object type without depth\n",
stderr            228 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       fprintf(stderr, "%s: ignoring kind attribute for non-group object type\n",
stderr            237 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       fprintf(stderr, "%s: ignoring subkind attribute for non-group object type\n",
stderr            249 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "%s: ignoring invalid pci_busid format string %s\n",
stderr            261 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	fprintf(stderr, "%s: ignoring pci_busid attribute for non-PCI object\n",
stderr            275 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "%s: ignoring invalid pci_type format string %s\n",
stderr            289 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	fprintf(stderr, "%s: ignoring pci_type attribute for non-PCI object\n",
stderr            304 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	fprintf(stderr, "%s: ignoring pci_link_speed attribute for non-PCI object\n",
stderr            316 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "%s: ignoring invalid bridge_type format string %s\n",
stderr            326 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	fprintf(stderr, "%s: ignoring bridge_type attribute for non-bridge object\n",
stderr            339 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "%s: ignoring invalid bridge_pci format string %s\n",
stderr            350 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	fprintf(stderr, "%s: ignoring bridge_pci attribute for non-bridge object\n",
stderr            362 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "%s: ignoring invalid osdev_type format string %s\n",
stderr            370 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	fprintf(stderr, "%s: ignoring osdev_type attribute for non-osdev object\n",
stderr            409 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "%s: ignoring memory_kB attribute for non-NUMAnode non-root object\n",
stderr            422 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "%s: ignoring huge_page_size_kB attribute for non-NUMAnode non-root object\n",
stderr            436 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "%s: ignoring huge_page_free attribute for non-NUMAnode non-root object\n",
stderr            449 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       fprintf(stderr, "%s: ignoring unknown object attribute %s\n",
stderr            560 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	fprintf(stderr, "%s: failed to allocate v1distance matrix for %lu objects\n",
stderr            611 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	fprintf(stderr, "%s: ignoring invalid distance matrix with only 1 object\n",
stderr            735 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   fprintf(stderr, "****************************************************************************\n");
stderr            736 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   fprintf(stderr, "* hwloc has encountered an out-of-order XML topology load.\n");
stderr            737 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   fprintf(stderr, "* Object %s cpuset %s complete %s\n",
stderr            739 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   fprintf(stderr, "* was inserted after object %s with %s and %s.\n",
stderr            741 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   fprintf(stderr, "* The error occured in hwloc %s inside process `%s', while\n",
stderr            745 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     fprintf(stderr, "* the input XML was generated by hwloc %s inside process `%s'.\n",
stderr            749 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     fprintf(stderr, "* the input XML was generated by an unspecified ancient hwloc release.\n");
stderr            750 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   fprintf(stderr, "* Please check that your input topology XML file is valid.\n");
stderr            751 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   fprintf(stderr, "* Set HWLOC_DEBUG_CHECK=1 in the environment to detect further issues.\n");
stderr            752 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   fprintf(stderr, "****************************************************************************\n");
stderr            792 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      fprintf(stderr, "%s: obsolete System object only allowed at root\n",
stderr            801 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	    fprintf(stderr, "%s: %s object not-supported, will be ignored\n",
stderr            805 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	    fprintf(stderr, "%s: unrecognized object type string %s\n",
stderr            814 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "%s: object attribute %s found before type\n",
stderr            844 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "%s: invalid non-NUMAnode object child %s\n",
stderr            857 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	fprintf(stderr, "%s: invalid special object child %s\n",
stderr            878 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "normal object %s cannot be child of non-normal parent %s\n",
stderr            885 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "Memory object %s cannot be child of non-normal-or-memory parent %s\n",
stderr            892 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "I/O object %s cannot be child of non-normal-or-I/O parent %s\n",
stderr            903 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "v1.x normal v1.x object %s cannot be child of special parent %s\n",
stderr            910 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "I/O object %s cannot be child of Misc parent\n",
stderr           1000 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "%s: invalid object %s P#%u with some missing cpusets\n",
stderr           1010 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "%s: invalid object %s P#%u with some missing nodesets\n",
stderr           1020 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "%s: invalid object %s P#%u with either cpuset or nodeset missing\n",
stderr           1032 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       fprintf(stderr, "%s: invalid cache type %s with attribute depth %u and type %d\n",
stderr           1040 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       fprintf(stderr, "%s: invalid normal object %s P#%u without cpuset\n",
stderr           1046 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       fprintf(stderr, "%s: invalid special object %s with cpuset\n",
stderr           1054 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       fprintf(stderr, "%s: invalid object %s P#%u with cpuset while parent has none\n",
stderr           1060 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       fprintf(stderr, "%s: invalid object %s P#%u with nodeset while parent has none\n",
stderr           1069 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	fprintf(stderr, "%s: invalid NUMA node object P#%u without nodeset\n",
stderr           1111 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	fprintf(stderr, "%s: invalid special object child %s while looking for objects\n",
stderr           1223 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	fprintf(stderr, "%s: ignoring unknown distance attribute %s\n",
stderr           1231 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       fprintf(stderr, "%s: distance2 missing some attributes\n",
stderr           1240 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       fprintf(stderr, "%s: failed to allocate distances arrays for %u objects\n",
stderr           1265 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	fprintf(stderr, "%s: distance2 with unrecognized child %s\n",
stderr           1273 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	fprintf(stderr, "%s: distance2 child must have length attribute\n",
stderr           1282 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	fprintf(stderr, "%s: distance2 child needs content of length %d\n",
stderr           1292 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "%s: distance2 with more than %u indexes\n",
stderr           1315 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "%s: distance2 with more than %u u64values\n",
stderr           1339 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	fprintf(stderr, "%s: distance2 with more than %u indexes\n",
stderr           1349 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       fprintf(stderr, "%s: distance2 with less than %u indexes\n",
stderr           1355 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       fprintf(stderr, "%s: distance2 with less than %u u64values\n",
stderr           1363 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       fprintf(stderr, "%s: ignoring distances2 with only %u objects\n",
stderr           1370 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	fprintf(stderr, "%s: ignoring PU or NUMA distances2 without os_indexing\n",
stderr           1377 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	fprintf(stderr, "%s: ignoring !PU or !NUMA distances2 without gp_indexing\n",
stderr           1437 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	fprintf(stderr, "%s: ignoring unknown diff attribute %s\n",
stderr           1455 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "%s: missing mandatory obj attr generic attributes\n",
stderr           1463 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "%s: missing mandatory obj attr value attributes\n",
stderr           1472 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "%s: missing mandatory obj attr info name attribute\n",
stderr           1627 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       fprintf(stderr, "%s: cannot import XML version %u.%u > 2\n",
stderr           1657 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  fprintf(stderr, "%s: ignoring unknown tag `%s' after root object, expected `distances2'\n",
stderr           1674 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       fprintf(stderr, "%s: invalid root object without cpuset\n",
stderr           1741 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	fprintf(stderr, "%s: invalid root object without nodeset\n",
stderr           1747 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	fprintf(stderr, "%s: invalid root object with empty nodeset\n",
stderr           1777 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     fprintf(stderr, "%s: XML component discovery failed.\n",
stderr             80 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c         fprintf(stderr, "****************************************************************************\n");
stderr             81 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c         fprintf(stderr, "* hwloc %s has encountered what looks like an error from the operating system.\n", HWLOC_VERSION);
stderr             82 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c         fprintf(stderr, "*\n");
stderr             83 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c         fprintf(stderr, "* %s\n", msg);
stderr             84 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c         fprintf(stderr, "* Error occurred in topology.c line %d\n", line);
stderr             85 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c         fprintf(stderr, "*\n");
stderr             86 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c         fprintf(stderr, "* The following FAQ entry in the hwloc documentation may help:\n");
stderr             87 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c         fprintf(stderr, "*   What should I do when hwloc reports \"operating system\" warnings?\n");
stderr             88 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c         fprintf(stderr, "* Otherwise please report this error message to the hwloc user's mailing list,\n");
stderr             90 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c         fprintf(stderr, "* along with the files generated by the hwloc-gather-topology script.\n");
stderr             92 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c 	fprintf(stderr, "* along with any relevant topology information from your platform.\n");
stderr             94 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c         fprintf(stderr, "****************************************************************************\n");
stderr           2863 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c 	fprintf(stderr, "hwloc failed to realloc level arrays to %u\n", topology->nb_levels_allocated * 2);
stderr           3137 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     fprintf(stderr, "Topology became empty, aborting!\n");
stderr            369 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h       fprintf(stderr, "Plugin `%s' disabling itself because it cannot find the `%s' core symbol.\n",
stderr            289 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_OOPS(...) do { fprintf(stderr,__VA_ARGS__); exit(-1); } while (0)
stderr             35 opal/mca/hwloc/hwloc201/hwloc/include/private/debug.h       fprintf(stderr, "hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.\n");
stderr             49 opal/mca/hwloc/hwloc201/hwloc/include/private/debug.h     vfprintf(stderr, s, ap);
stderr             60 opal/mca/hwloc/hwloc201/hwloc/include/private/debug.h   fprintf(stderr, fmt, s); \
stderr             67 opal/mca/hwloc/hwloc201/hwloc/include/private/debug.h   fprintf(stderr, fmt, arg1, s); \
stderr             74 opal/mca/hwloc/hwloc201/hwloc/include/private/debug.h   fprintf(stderr, fmt, arg1, arg2, s); \
stderr            123 opal/mca/installdirs/base/installdirs_base_components.c     fprintf(stderr, "prefix:         %s\n", opal_install_dirs.prefix);
stderr            124 opal/mca/installdirs/base/installdirs_base_components.c     fprintf(stderr, "exec_prefix:    %s\n", opal_install_dirs.exec_prefix);
stderr            125 opal/mca/installdirs/base/installdirs_base_components.c     fprintf(stderr, "bindir:         %s\n", opal_install_dirs.bindir);
stderr            126 opal/mca/installdirs/base/installdirs_base_components.c     fprintf(stderr, "sbindir:        %s\n", opal_install_dirs.sbindir);
stderr            127 opal/mca/installdirs/base/installdirs_base_components.c     fprintf(stderr, "libexecdir:     %s\n", opal_install_dirs.libexecdir);
stderr            128 opal/mca/installdirs/base/installdirs_base_components.c     fprintf(stderr, "datarootdir:    %s\n", opal_install_dirs.datarootdir);
stderr            129 opal/mca/installdirs/base/installdirs_base_components.c     fprintf(stderr, "datadir:        %s\n", opal_install_dirs.datadir);
stderr            130 opal/mca/installdirs/base/installdirs_base_components.c     fprintf(stderr, "sysconfdir:     %s\n", opal_install_dirs.sysconfdir);
stderr            131 opal/mca/installdirs/base/installdirs_base_components.c     fprintf(stderr, "sharedstatedir: %s\n", opal_install_dirs.sharedstatedir);
stderr            132 opal/mca/installdirs/base/installdirs_base_components.c     fprintf(stderr, "localstatedir:  %s\n", opal_install_dirs.localstatedir);
stderr            133 opal/mca/installdirs/base/installdirs_base_components.c     fprintf(stderr, "libdir:         %s\n", opal_install_dirs.libdir);
stderr            134 opal/mca/installdirs/base/installdirs_base_components.c     fprintf(stderr, "includedir:     %s\n", opal_install_dirs.includedir);
stderr            135 opal/mca/installdirs/base/installdirs_base_components.c     fprintf(stderr, "infodir:        %s\n", opal_install_dirs.infodir);
stderr            136 opal/mca/installdirs/base/installdirs_base_components.c     fprintf(stderr, "mandir:         %s\n", opal_install_dirs.mandir);
stderr            137 opal/mca/installdirs/base/installdirs_base_components.c     fprintf(stderr, "pkgdatadir:     %s\n", opal_install_dirs.pkgdatadir);
stderr            138 opal/mca/installdirs/base/installdirs_base_components.c     fprintf(stderr, "pkglibdir:      %s\n", opal_install_dirs.pkglibdir);
stderr            139 opal/mca/installdirs/base/installdirs_base_components.c     fprintf(stderr, "pkgincludedir:  %s\n", opal_install_dirs.pkgincludedir);
stderr             29 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c         fprintf(stderr, "pmi2: PMI2_Init: error rc = %d\n", rc);
stderr             33 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c         fprintf(stderr, "pmi2: PMI2_Init: bad size=%d or rank=%d values\n",
stderr             41 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c         fprintf(stderr, "pmi_init (pmi2): cannot malloc kvs name buffer\n");
stderr             46 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c         fprintf(stderr, "pmi_init (pmi2): cannot get kvs name: rc = %d\n", rc);
stderr             57 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c         fprintf(stderr,"pmi_get_local_ranks (pmi2): cannot mallic for pmappig\n");
stderr             64 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c         fprintf(stderr,"pmi_get_local_ranks (pmi2): PMI2_Info_GetJobAttr rc = %d\n", rc);
stderr             71 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c         fprintf(stderr,"mca_common_pmi2_parse_pmap: error\n");
stderr             87 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c         fprintf(stderr, "pmi_encode: error on key: %s\n", key);
stderr             97 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c         fprintf(stderr, "pmi_encode: error on key: %s\n", key);
stderr            122 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c         fprintf(stderr, "PMI2_KVS_Fence: error %d\n", rc);
stderr            138 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c         fprintf(stderr,"PMI2_Info_GetNodeAttr: error rc = %d\n", rc);
stderr            142 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c         fprintf(stderr,"pmi_get_key_loc: key %s not found\n", key_name);
stderr            150 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c         fprintf(stderr,"pmi_decode: cannot decode key %s\n", key_name);
stderr            163 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c         fprintf(stderr,"PMI2_Info_GetNodeAttr: error rc = %d\n", rc);
stderr            171 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c         fprintf(stderr,"pmi_decode: cannot decode key %s\n", key_name);
stderr            185 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c         fprintf(stderr,"PMI2_Info_GetNodeAttr: error rc = %d\n", rc);
stderr            196 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c         fprintf(stderr,"%d: local ranks: ", rank);
stderr            198 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             fprintf(stderr,"%d ", local_ranks[i]);
stderr            200 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c         fprintf(stderr,"\n");
stderr            201 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c         fflush(stderr);
stderr            257 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c                 fprintf(stderr,"%d: error in key %s sizes: %d vs %d\n",
stderr            264 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c                     fprintf(stderr, "%d: error in key %s value (byte %d)\n",
stderr            286 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c                 fprintf(stderr,"%d: error in key %s sizes: %d vs %d\n",
stderr            293 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c                     fprintf(stderr, "%d: error in key %s value (byte %d)",
stderr            306 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c         fprintf(stderr, "Rank %d: error get memory usage", rank);
stderr            311 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c         fprintf(stderr,"%d: get: total %lf avg loc %lf rem %lf all %lf ; put: %lf %lf commit: %lf fence %lf\n",
stderr            503 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c         fprintf(stderr,"init: %lf; put: %lf; commit: %lf; fence: %lf; get: %lf; total: %lf\n",
stderr            509 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c         fprintf(stderr,"init:          max %lf min %lf\n",  max_init_time, min_init_time);
stderr            510 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c         fprintf(stderr,"put:           loc %s rem %s\n", c_put_ltime, c_put_rtime);
stderr            511 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c         fprintf(stderr,"get:           loc %s rem %s all %s\n", c_get_ltime, c_get_rtime, c_get_ttime);
stderr            512 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c         fprintf(stderr,"get:           min loc %lf rem %lf (loc: %d, rem: %d)\n",
stderr            514 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c         fprintf(stderr,"get:           max loc %lf rem %lf (loc: %d, rem: %d)\n",
stderr            516 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c         fprintf(stderr,"total:         max %lf min %lf\n", max_total_time, min_total_time);
stderr            517 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c         fprintf(stderr,"mem:           loc %0.2lf avg %0.2lf min %0.2lf max %0.2lf total %0.2lf Kb\n",
stderr            520 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             fprintf(stderr,"shmem:         job_info: %0.2lf total %0.2lf Kb\n",
stderr             37 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Init failed: %d", this_proc.nspace, this_proc.rank, rc);
stderr             47 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Get job size failed: %d", this_proc.nspace, this_proc.rank, rc);
stderr             67 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Get PMIX_LOCAL_SIZE failed: %d", this_proc.nspace, this_proc.rank, rc);
stderr             76 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Get PMIX_LOCAL_PEERS failed: %d", this_proc.nspace, this_proc.rank, rc);
stderr             85 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c         fprintf(stderr, "Client ns %s rank %d: number of local peers doesn't match",
stderr            188 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Put internal failed: %d", this_proc.nspace, this_proc.rank, rc);
stderr            211 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Put internal failed: %d", this_proc.nspace, this_proc.rank, rc);
stderr            221 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Commit failed: %d",
stderr            249 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c         fprintf(stderr,  "Client ns %s rank %d: PMIx_Fence failed: %d",
stderr            268 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Get %s failed: %d",
stderr            273 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Get %s returned wrong type: %d",
stderr            304 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Get %s failed: %d",
stderr            309 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Get %s returned wrong type: %d",
stderr            328 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %d\n", this_proc.nspace, this_proc.rank, rc);
stderr             56 opal/mca/pmix/pmix4x/pmix/examples/alloc.c     fprintf(stderr, "Allocation request returned %s", PMIx_Error_string(status));
stderr             65 opal/mca/pmix/pmix4x/pmix/examples/alloc.c             fprintf(stderr, "Transferring %s\n", info[n].key);
stderr            110 opal/mca/pmix/pmix4x/pmix/examples/alloc.c         fprintf(stderr, "LOCK WASN'T RETURNED IN RELEASE CALLBACK\n");
stderr            144 opal/mca/pmix/pmix4x/pmix/examples/alloc.c         fprintf(stderr, "EVENT HANDLER REGISTRATION FAILED WITH STATUS %d, ref=%lu\n",
stderr            171 opal/mca/pmix/pmix4x/pmix/examples/alloc.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Init failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            174 opal/mca/pmix/pmix4x/pmix/examples/alloc.c     fprintf(stderr, "Client ns %s rank %d: Running\n", myproc.nspace, myproc.rank);
stderr            181 opal/mca/pmix/pmix4x/pmix/examples/alloc.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Get universe size failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            186 opal/mca/pmix/pmix4x/pmix/examples/alloc.c     fprintf(stderr, "Client %s:%d universe size %d\n", myproc.nspace, myproc.rank, nprocs);
stderr            195 opal/mca/pmix/pmix4x/pmix/examples/alloc.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Allocation_request_nb failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            200 opal/mca/pmix/pmix4x/pmix/examples/alloc.c         fprintf(stderr, "Client ns %s rank %d: Allocation returned status: %s\n",
stderr            222 opal/mca/pmix/pmix4x/pmix/examples/alloc.c         fprintf(stderr, "[%s:%d] Allocation returned status: %s\n",
stderr            238 opal/mca/pmix/pmix4x/pmix/examples/alloc.c             fprintf(stderr, "PMIx_Query_info failed: %d\n", rc);
stderr            243 opal/mca/pmix/pmix4x/pmix/examples/alloc.c         fprintf(stderr, "[%s:%d] Allocation returned status: %s\n",
stderr            250 opal/mca/pmix/pmix4x/pmix/examples/alloc.c     fprintf(stderr, "Client ns %s rank %d: Finalizing\n", myproc.nspace, myproc.rank);
stderr            252 opal/mca/pmix/pmix4x/pmix/examples/alloc.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            254 opal/mca/pmix/pmix4x/pmix/examples/alloc.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            256 opal/mca/pmix/pmix4x/pmix/examples/alloc.c     fflush(stderr);
stderr             85 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c     fprintf(stderr, "Client %s:%d NOTIFIED with status %d\n", myproc.nspace, myproc.rank, status);
stderr            116 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c     fprintf(stderr, "%s:%d GRPCOMPLETE\n", myproc.nspace, myproc.rank);
stderr            134 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c         fprintf(stderr, "%s:%d INVITED, BUT LEADER\n", myproc.nspace, myproc.rank);
stderr            149 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c     fprintf(stderr, "Client %s:%d INVITED by source %s:%d\n",
stderr            153 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c     fprintf(stderr, "%s:%d ACCEPTING INVITE\n", myproc.nspace, myproc.rank);
stderr            156 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c         fprintf(stderr, "%s:%d Error in Group_join_nb: %sn", myproc.nspace, myproc.rank, PMIx_Error_string(rc));
stderr            180 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Init failed: %s\n", myproc.nspace, myproc.rank, PMIx_Error_string(rc));
stderr            183 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c     fprintf(stderr, "[%d] Client ns %s rank %d: Running\n", (int)getpid(), myproc.nspace, myproc.rank);
stderr            193 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Get universe size failed: %s\n", myproc.nspace, myproc.rank, PMIx_Error_string(rc));
stderr            200 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c             fprintf(stderr, "This example requires a minimum of 4 processes\n");
stderr            204 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c     fprintf(stderr, "Client %s:%d universe size %d\n", myproc.nspace, myproc.rank, nprocs);
stderr            234 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Fence failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            240 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c         fprintf(stderr, "%d executing Group_invite\n", myproc.rank);
stderr            248 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Group_invite failed: %s\n", myproc.nspace, myproc.rank, PMIx_Error_string(rc));
stderr            252 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c         fprintf(stderr, "%s:%d Execute fence across group\n", myproc.nspace, myproc.rank);
stderr            256 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Fence across group failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            259 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c         fprintf(stderr, "%d executing Group_destruct\n", myproc.rank);
stderr            262 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Group_destruct failed: %s\n", myproc.nspace, myproc.rank, PMIx_Error_string(rc));
stderr            267 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c         fprintf(stderr, "%s:%d waiting to be invited\n", myproc.nspace, myproc.rank);
stderr            270 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c         fprintf(stderr, "%s:%d Execute fence across group\n", myproc.nspace, myproc.rank);
stderr            274 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Fence across group failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            277 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c         fprintf(stderr, "%d executing Group_destruct\n", myproc.rank);
stderr            280 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Group_destruct failed: %s\n", myproc.nspace, myproc.rank, PMIx_Error_string(rc));
stderr            290 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Fence failed: %s\n", myproc.nspace, myproc.rank, PMIx_Error_string(rc));
stderr            301 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c     fprintf(stderr, "Client ns %s rank %d: Finalizing\n", myproc.nspace, myproc.rank);
stderr            303 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %s\n", myproc.nspace, myproc.rank, PMIx_Error_string(rc));
stderr            305 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            307 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c     fprintf(stderr, "%s:%d COMPLETE\n", myproc.nspace, myproc.rank);
stderr            308 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c     fflush(stderr);
stderr             82 opal/mca/pmix/pmix4x/pmix/examples/client.c         fprintf(stderr, "LOCK WASN'T RETURNED IN RELEASE CALLBACK\n");
stderr            115 opal/mca/pmix/pmix4x/pmix/examples/client.c         fprintf(stderr, "Client %s:%d EVENT HANDLER REGISTRATION FAILED WITH STATUS %d, ref=%lu\n",
stderr            139 opal/mca/pmix/pmix4x/pmix/examples/client.c     fprintf(stderr, "Client %lu: Running\n", (unsigned long)pid);
stderr            147 opal/mca/pmix/pmix4x/pmix/examples/client.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Init failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            150 opal/mca/pmix/pmix4x/pmix/examples/client.c     fprintf(stderr, "Client ns %s rank %d pid %lu: Running\n", myproc.nspace, myproc.rank, (unsigned long)pid);
stderr            163 opal/mca/pmix/pmix4x/pmix/examples/client.c         fprintf(stderr, "[%s:%d] Default handler registration failed\n", myproc.nspace, myproc.rank);
stderr            194 opal/mca/pmix/pmix4x/pmix/examples/client.c             fprintf(stderr, "[%s:%d] Debug handler registration failed\n", myproc.nspace, myproc.rank);
stderr            204 opal/mca/pmix/pmix4x/pmix/examples/client.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Get universe size failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            207 opal/mca/pmix/pmix4x/pmix/examples/client.c     fprintf(stderr, "Client %s:%d universe size %d\n", myproc.nspace, myproc.rank, val->data.uint32);
stderr            211 opal/mca/pmix/pmix4x/pmix/examples/client.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Get job size failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            216 opal/mca/pmix/pmix4x/pmix/examples/client.c     fprintf(stderr, "Client %s:%d num procs %d\n", myproc.nspace, myproc.rank, nprocs);
stderr            225 opal/mca/pmix/pmix4x/pmix/examples/client.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Store_internal failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            236 opal/mca/pmix/pmix4x/pmix/examples/client.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Put internal failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            247 opal/mca/pmix/pmix4x/pmix/examples/client.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Put internal failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            254 opal/mca/pmix/pmix4x/pmix/examples/client.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Commit failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            265 opal/mca/pmix/pmix4x/pmix/examples/client.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Fence failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            276 opal/mca/pmix/pmix4x/pmix/examples/client.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Get %s failed: %d\n", myproc.nspace, myproc.rank, tmp, rc);
stderr            280 opal/mca/pmix/pmix4x/pmix/examples/client.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Get %s returned wrong type: %d\n", myproc.nspace, myproc.rank, tmp, val->type);
stderr            286 opal/mca/pmix/pmix4x/pmix/examples/client.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Get %s returned wrong value: %d\n", myproc.nspace, myproc.rank, tmp, (int)val->data.uint64);
stderr            291 opal/mca/pmix/pmix4x/pmix/examples/client.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Get %s returned correct\n", myproc.nspace, myproc.rank, tmp);
stderr            298 opal/mca/pmix/pmix4x/pmix/examples/client.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Get %s failed: %d\n", myproc.nspace, myproc.rank, tmp, rc);
stderr            302 opal/mca/pmix/pmix4x/pmix/examples/client.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Get %s returned wrong type: %d\n", myproc.nspace, myproc.rank, tmp, val->type);
stderr            308 opal/mca/pmix/pmix4x/pmix/examples/client.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Get %s returned wrong value: %s\n", myproc.nspace, myproc.rank, tmp, val->data.string);
stderr            313 opal/mca/pmix/pmix4x/pmix/examples/client.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Get %s returned correct\n", myproc.nspace, myproc.rank, tmp);
stderr            320 opal/mca/pmix/pmix4x/pmix/examples/client.c     fprintf(stderr, "Client ns %s rank %d: Finalizing\n", myproc.nspace, myproc.rank);
stderr            322 opal/mca/pmix/pmix4x/pmix/examples/client.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            324 opal/mca/pmix/pmix4x/pmix/examples/client.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            326 opal/mca/pmix/pmix4x/pmix/examples/client.c     fflush(stderr);
stderr             69 opal/mca/pmix/pmix4x/pmix/examples/client2.c         fprintf(stderr, "Client %s:%d EVENT HANDLER REGISTRATION FAILED WITH STATUS %d, ref=%lu\n",
stderr             95 opal/mca/pmix/pmix4x/pmix/examples/client2.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Init failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr             98 opal/mca/pmix/pmix4x/pmix/examples/client2.c     fprintf(stderr, "Client ns %s rank %d: Running\n", myproc.nspace, myproc.rank);
stderr            111 opal/mca/pmix/pmix4x/pmix/examples/client2.c         fprintf(stderr, "[%s:%d] Default handler registration failed\n", myproc.nspace, myproc.rank);
stderr            124 opal/mca/pmix/pmix4x/pmix/examples/client2.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Get universe size failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            129 opal/mca/pmix/pmix4x/pmix/examples/client2.c     fprintf(stderr, "Client %s:%d job size %d\n", myproc.nspace, myproc.rank, nprocs);
stderr            144 opal/mca/pmix/pmix4x/pmix/examples/client2.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Put failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            151 opal/mca/pmix/pmix4x/pmix/examples/client2.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Commit failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            162 opal/mca/pmix/pmix4x/pmix/examples/client2.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Fence failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            171 opal/mca/pmix/pmix4x/pmix/examples/client2.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Get on rank %u failed: %d\n",
stderr            176 opal/mca/pmix/pmix4x/pmix/examples/client2.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Get on rank %u returned wrong type: %d\n",
stderr            183 opal/mca/pmix/pmix4x/pmix/examples/client2.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Get %d returned NULL array\n",
stderr            189 opal/mca/pmix/pmix4x/pmix/examples/client2.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Get %d returned wrong array value type %d\n",
stderr            195 opal/mca/pmix/pmix4x/pmix/examples/client2.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Get %d returned wrong array value size %d\n",
stderr            203 opal/mca/pmix/pmix4x/pmix/examples/client2.c                 fprintf(stderr, "Client ns %s rank %d: PMIx_Get %d returned wrong type: %d\n",
stderr            209 opal/mca/pmix/pmix4x/pmix/examples/client2.c                 fprintf(stderr, "Client ns %s rank %d: PMIx_Get %d returned wrong value: %lu\n",
stderr            219 opal/mca/pmix/pmix4x/pmix/examples/client2.c     fprintf(stderr, "Client ns %s rank %d: Finalizing\n", myproc.nspace, myproc.rank);
stderr            221 opal/mca/pmix/pmix4x/pmix/examples/client2.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            223 opal/mca/pmix/pmix4x/pmix/examples/client2.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            225 opal/mca/pmix/pmix4x/pmix/examples/client2.c     fflush(stderr);
stderr            113 opal/mca/pmix/pmix4x/pmix/examples/debugger.c             fprintf(stderr, "Transferring %s\n", info[n].key);
stderr            183 opal/mca/pmix/pmix4x/pmix/examples/debugger.c         fprintf(stderr, "Client %s:%d EVENT HANDLER REGISTRATION FAILED WITH STATUS %d, ref=%lu\n",
stderr            215 opal/mca/pmix/pmix4x/pmix/examples/debugger.c     fprintf(stderr, "Debugger: spawning %s\n", debugger[0].cmd);
stderr            217 opal/mca/pmix/pmix4x/pmix/examples/debugger.c         fprintf(stderr, "Debugger daemons failed to launch with error: %s\n", PMIx_Error_string(rc));
stderr            219 opal/mca/pmix/pmix4x/pmix/examples/debugger.c     fprintf(stderr, "SPAWNED DEBUGGERD\n");
stderr            257 opal/mca/pmix/pmix4x/pmix/examples/debugger.c                 fprintf(stderr, "Cannot attach to more than one nspace\n");
stderr            264 opal/mca/pmix/pmix4x/pmix/examples/debugger.c                 fprintf(stderr, "The %s option requires an <nspace> argument\n", argv[i]);
stderr            269 opal/mca/pmix/pmix4x/pmix/examples/debugger.c             fprintf(stderr, "Unknown option: %s\n", argv[i]);
stderr            283 opal/mca/pmix/pmix4x/pmix/examples/debugger.c         fprintf(stderr, "PMIx_tool_init failed: %d\n", rc);
stderr            288 opal/mca/pmix/pmix4x/pmix/examples/debugger.c     fprintf(stderr, "Tool ns %s rank %d: Running\n", myproc.nspace, myproc.rank);
stderr            308 opal/mca/pmix/pmix4x/pmix/examples/debugger.c             fprintf(stderr, "Failed to attach to nspace %s: error code %d\n",
stderr            330 opal/mca/pmix/pmix4x/pmix/examples/debugger.c         fprintf(stderr, "Debugger: querying capabilities\n");
stderr            332 opal/mca/pmix/pmix4x/pmix/examples/debugger.c             fprintf(stderr, "PMIx_Query_info failed: %d\n", rc);
stderr            344 opal/mca/pmix/pmix4x/pmix/examples/debugger.c             fprintf(stderr, "PMIx Query returned an incorrect number of results: %lu\n", myquery_data.ninfo);
stderr            406 opal/mca/pmix/pmix4x/pmix/examples/debugger.c             fprintf(stderr, "Debugger: spawning %s\n", app[0].cmd);
stderr            408 opal/mca/pmix/pmix4x/pmix/examples/debugger.c                 fprintf(stderr, "Application failed to launch with error: %s(%d)\n", PMIx_Error_string(rc), rc);
stderr            449 opal/mca/pmix/pmix4x/pmix/examples/debugger.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Query_info failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            456 opal/mca/pmix/pmix4x/pmix/examples/debugger.c         fprintf(stderr, "Query returned no info\n");
stderr            461 opal/mca/pmix/pmix4x/pmix/examples/debugger.c         fprintf(stderr, "Query returned incorrect data type: %d\n", q->info[0].value.type);
stderr            465 opal/mca/pmix/pmix4x/pmix/examples/debugger.c         fprintf(stderr, "Query returned no active nspaces\n");
stderr            469 opal/mca/pmix/pmix4x/pmix/examples/debugger.c     fprintf(stderr, "Query returned %s\n", q->info[0].value.data.string);
stderr            484 opal/mca/pmix/pmix4x/pmix/examples/debugger.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Query_info_nb failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            491 opal/mca/pmix/pmix4x/pmix/examples/debugger.c         fprintf(stderr, "Query returned incorrect data type: %d\n", info[0].type);
stderr            495 opal/mca/pmix/pmix4x/pmix/examples/debugger.c         fprintf(stderr, "Query returned no proctable info\n");
stderr             73 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c             fprintf(stderr, "Transferring %s\n", info[n].key);
stderr            118 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c         fprintf(stderr, "Client %s:%d EVENT HANDLER REGISTRATION FAILED WITH STATUS %d, ref=%lu\n",
stderr            136 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c fprintf(stderr, "I AM HERE\n");
stderr            137 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c fflush(stderr);
stderr            144 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c         fprintf(stderr, "Debugger daemon ns %s rank %d: PMIx_tool_init failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            147 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c     fprintf(stderr, "Debugger daemon ns %s rank %d: Running\n", myproc.nspace, myproc.rank);
stderr            165 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c         fprintf(stderr, "[%s:%d] Failed to get job being debugged - error %d\n", myproc.nspace, myproc.rank, rc);
stderr            169 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c         fprintf(stderr, "Got NULL return\n");
stderr            172 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c     fprintf(stderr, "[%s:%d] Debugging %s\n", myproc.nspace, myproc.rank, val->data.string);
stderr            190 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c         fprintf(stderr, "PMIx_Query_info failed: %d\n", rc);
stderr            196 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c     fprintf(stderr, "[%s:%d] Local proctable received\n", myproc.nspace, myproc.rank);
stderr            209 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c     fprintf(stderr, "[%s:%u] Sending release\n", myproc.nspace, myproc.rank);
stderr            216 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c     fprintf(stderr, "[%s:%u] Hanging around awhile, doing debugger magic\n", myproc.nspace, myproc.rank);
stderr            224 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c     fprintf(stderr, "Debugger daemon ns %s rank %d: Finalizing\n", myproc.nspace, myproc.rank);
stderr            226 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c         fprintf(stderr, "Debugger daemon ns %s rank %d:PMIx_Finalize failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            228 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c         fprintf(stderr, "Debugger daemon ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            230 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c     fflush(stderr);
stderr             46 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c     fprintf(stderr, "%s:%d completed fence_nb\n", myproc.nspace, myproc.rank);
stderr             59 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c                 fprintf(stderr, "%s:%d: PMIx_Get_nb Key %s returned wrong type: %d\n", myproc.nspace, myproc.rank, key, val->type);
stderr             63 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c                 fprintf(stderr, "%s:%d: PMIx_Get_nb Key %s returned wrong value: %d\n", myproc.nspace, myproc.rank, key, (int)val->data.uint64);
stderr             68 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c                 fprintf(stderr, "%s:%d: PMIx_Get_nb Key %s returned wrong type: %d\n", myproc.nspace, myproc.rank, key, val->type);
stderr             72 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c                 fprintf(stderr, "%s:%d: PMIx_Get_nb Key %s returned wrong value: %s\n", myproc.nspace, myproc.rank, key, val->data.string);
stderr             76 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c             fprintf(stderr, "%s:%d PMIx_Get_nb returned wrong key: %s\n", myproc.nspace, myproc.rank, key);
stderr             79 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c         fprintf(stderr, "%s:%d PMIx_Get_nb Key %s returned correctly\n", myproc.nspace, myproc.rank, key);
stderr             81 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c         fprintf(stderr, "%s:%d PMIx_Get_nb Key %s failed\n", myproc.nspace, myproc.rank, key);
stderr            100 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Init failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            103 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c     fprintf(stderr, "Client ns %s rank %d: Running\n", myproc.nspace, myproc.rank);
stderr            110 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Get universe size failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            115 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c     fprintf(stderr, "Client %s:%d universe size %d\n", myproc.nspace, myproc.rank, nprocs);
stderr            124 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Store_internal failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            135 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Put internal failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            146 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Put internal failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            160 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Commit failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            170 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Fence failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            185 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Get %s failed: %d\n", myproc.nspace, n, tmp, rc);
stderr            195 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Get %s failed: %d\n", myproc.nspace, n, tmp, rc);
stderr            216 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Fence failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            222 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c     fprintf(stderr, "Client ns %s rank %d: Finalizing", myproc.nspace, myproc.rank);
stderr            224 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            226 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            228 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c     fflush(stderr);
stderr             65 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Init failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr             68 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c     fprintf(stderr, "Client ns %s rank %d: Running\n", myproc.nspace, myproc.rank);
stderr             76 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Get universe size failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr             81 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c     fprintf(stderr, "Client %s:%d universe size %d\n", myproc.nspace, myproc.rank, nprocs);
stderr             87 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Fence failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            114 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c         fprintf(stderr, "Client ns %s rank %d: calling PMIx_Spawn\n", myproc.nspace, myproc.rank);
stderr            116 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Spawn failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            127 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Get universe size failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            132 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c         fprintf(stderr, "Client %s:%d universe %s size %d\n", myproc.nspace, myproc.rank, nsp2, (int)ntmp);
stderr            139 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Connect failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            142 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c     fprintf(stderr, "Client ns %s rank %d: PMIx_Connect succeeded\n",
stderr            145 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Disonnect failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            148 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c     fprintf(stderr, "Client ns %s rank %d: PMIx_Disconnect succeeded\n", myproc.nspace, myproc.rank);
stderr            153 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Resolve_peers failed for nspace %s: %d\n", myproc.nspace, myproc.rank, nsp2, rc);
stderr            157 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Resolve_peers returned incorrect npeers: %d vs %d\n", myproc.nspace, myproc.rank, (int)(nprocs+ntmp), (int)npeers);
stderr            160 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Resolve_peers returned %d npeers\n", myproc.nspace, myproc.rank, (int)npeers);
stderr            162 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Resolve_nodes failed for nspace %s: %d\n", myproc.nspace, myproc.rank, nsp2, rc);
stderr            165 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Resolve_nodes %s", myproc.nspace, myproc.rank, nodelist);
stderr            168 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Resolve_peers failed for nspace %s: %d\n", myproc.nspace, myproc.rank, myproc.nspace, rc);
stderr            172 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Resolve_peers returned incorrect npeers: %d vs %d\n", myproc.nspace, myproc.rank, nprocs, (int)npeers);
stderr            175 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Resolve_peers returned %d npeers\n", myproc.nspace, myproc.rank, (int)npeers);
stderr            177 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Resolve_nodes failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            180 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Resolve_nodes %s\n", myproc.nspace, myproc.rank, nodelist);
stderr            190 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Fence failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            195 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c     fprintf(stderr, "Client ns %s rank %d: Finalizing\n", myproc.nspace, myproc.rank);
stderr            198 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            200 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            202 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c     fflush(stderr);
stderr             68 opal/mca/pmix/pmix4x/pmix/examples/fault.c         fprintf(stderr, "LOCK WASN'T RETURNED IN RELEASE CALLBACK\n");
stderr             80 opal/mca/pmix/pmix4x/pmix/examples/fault.c     fprintf(stderr, "DEBUGGER DAEMON NOTIFIED TERMINATED - AFFECTED %s\n",
stderr             94 opal/mca/pmix/pmix4x/pmix/examples/fault.c     fprintf(stderr, "Client %s:%d OP CALLBACK CALLED WITH STATUS %d\n", myproc.nspace, myproc.rank, status);
stderr            104 opal/mca/pmix/pmix4x/pmix/examples/fault.c     fprintf(stderr, "Client %s:%d ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS %d, ref=%lu\n",
stderr            123 opal/mca/pmix/pmix4x/pmix/examples/fault.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Init failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            126 opal/mca/pmix/pmix4x/pmix/examples/fault.c     fprintf(stderr, "Client ns %s rank %d: Running\n", myproc.nspace, myproc.rank);
stderr            134 opal/mca/pmix/pmix4x/pmix/examples/fault.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Get universe size failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            139 opal/mca/pmix/pmix4x/pmix/examples/fault.c     fprintf(stderr, "Client %s:%d universe size %d\n", myproc.nspace, myproc.rank, nprocs);
stderr            167 opal/mca/pmix/pmix4x/pmix/examples/fault.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Fence failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            174 opal/mca/pmix/pmix4x/pmix/examples/fault.c         fprintf(stderr, "Client ns %s rank %d: exiting with error\n", myproc.nspace, myproc.rank);
stderr            183 opal/mca/pmix/pmix4x/pmix/examples/fault.c     fprintf(stderr, "Client ns %s rank %d: Finalizing\n", myproc.nspace, myproc.rank);
stderr            190 opal/mca/pmix/pmix4x/pmix/examples/fault.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            192 opal/mca/pmix/pmix4x/pmix/examples/fault.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            194 opal/mca/pmix/pmix4x/pmix/examples/fault.c     fflush(stderr);
stderr             84 opal/mca/pmix/pmix4x/pmix/examples/group.c     fprintf(stderr, "Client %s:%d NOTIFIED with status %d\n", myproc.nspace, myproc.rank, status);
stderr             92 opal/mca/pmix/pmix4x/pmix/examples/group.c     fprintf(stderr, "Client %s:%d OP CALLBACK CALLED WITH STATUS %d\n", myproc.nspace, myproc.rank, status);
stderr            103 opal/mca/pmix/pmix4x/pmix/examples/group.c     fprintf(stderr, "Client %s:%d ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS %d, ref=%lu\n",
stderr            122 opal/mca/pmix/pmix4x/pmix/examples/group.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Init failed: %s\n", myproc.nspace, myproc.rank, PMIx_Error_string(rc));
stderr            125 opal/mca/pmix/pmix4x/pmix/examples/group.c     fprintf(stderr, "Client ns %s rank %d: Running\n", myproc.nspace, myproc.rank);
stderr            133 opal/mca/pmix/pmix4x/pmix/examples/group.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Get universe size failed: %s\n", myproc.nspace, myproc.rank, PMIx_Error_string(rc));
stderr            140 opal/mca/pmix/pmix4x/pmix/examples/group.c             fprintf(stderr, "This example requires a minimum of 4 processes\n");
stderr            144 opal/mca/pmix/pmix4x/pmix/examples/group.c     fprintf(stderr, "Client %s:%d universe size %d\n", myproc.nspace, myproc.rank, nprocs);
stderr            162 opal/mca/pmix/pmix4x/pmix/examples/group.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Fence failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            168 opal/mca/pmix/pmix4x/pmix/examples/group.c         fprintf(stderr, "%d executing Group_construct\n", myproc.rank);
stderr            177 opal/mca/pmix/pmix4x/pmix/examples/group.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Group_construct failed: %s\n", myproc.nspace, myproc.rank, PMIx_Error_string(rc));
stderr            184 opal/mca/pmix/pmix4x/pmix/examples/group.c             fprintf(stderr, "%d Group construct complete with status %s KEY %s CID %d\n",
stderr            187 opal/mca/pmix/pmix4x/pmix/examples/group.c             fprintf(stderr, "%d Group construct complete, but no CID returned\n", myproc.rank);
stderr            190 opal/mca/pmix/pmix4x/pmix/examples/group.c         fprintf(stderr, "%d executing Group_destruct\n", myproc.rank);
stderr            193 opal/mca/pmix/pmix4x/pmix/examples/group.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Group_destruct failed: %s\n", myproc.nspace, myproc.rank, PMIx_Error_string(rc));
stderr            205 opal/mca/pmix/pmix4x/pmix/examples/group.c     fprintf(stderr, "Client ns %s rank %d: Finalizing\n", myproc.nspace, myproc.rank);
stderr            207 opal/mca/pmix/pmix4x/pmix/examples/group.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %s\n", myproc.nspace, myproc.rank, PMIx_Error_string(rc));
stderr            209 opal/mca/pmix/pmix4x/pmix/examples/group.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            211 opal/mca/pmix/pmix4x/pmix/examples/group.c     fprintf(stderr, "%s:%d COMPLETE\n", myproc.nspace, myproc.rank);
stderr            212 opal/mca/pmix/pmix4x/pmix/examples/group.c     fflush(stderr);
stderr             70 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c         fprintf(stderr, "Client %s:%d EVENT HANDLER REGISTRATION FAILED WITH STATUS %d, ref=%lu\n",
stderr            110 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Init failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            113 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c     fprintf(stderr, "Client ns %s rank %d: Running\n", myproc.nspace, myproc.rank);
stderr            126 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c         fprintf(stderr, "[%s:%d] Default handler registration failed\n", myproc.nspace, myproc.rank);
stderr            139 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Get universe size failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            144 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c     fprintf(stderr, "Client %s:%d universe size %d\n", myproc.nspace, myproc.rank, nprocs);
stderr            165 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Job_control_nb failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            174 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Job_control_nb failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            193 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Process_monitor_nb failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            203 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Process_monitor_nb failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            216 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Fence failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            224 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c     fprintf(stderr, "Client ns %s rank %d: Finalizing\n", myproc.nspace, myproc.rank);
stderr            226 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            228 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            230 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c     fflush(stderr);
stderr             47 opal/mca/pmix/pmix4x/pmix/examples/pub.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Init failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr             50 opal/mca/pmix/pmix4x/pmix/examples/pub.c     fprintf(stderr, "Client ns %s rank %d: Running\n", myproc.nspace, myproc.rank);
stderr             57 opal/mca/pmix/pmix4x/pmix/examples/pub.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Get universe size failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr             62 opal/mca/pmix/pmix4x/pmix/examples/pub.c     fprintf(stderr, "Client %s:%d universe size %d\n", myproc.nspace, myproc.rank, nprocs);
stderr             66 opal/mca/pmix/pmix4x/pmix/examples/pub.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Fence failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr             72 opal/mca/pmix/pmix4x/pmix/examples/pub.c         fprintf(stderr, "%s:%d publishing two keys\n", myproc.nspace, myproc.rank);
stderr             81 opal/mca/pmix/pmix4x/pmix/examples/pub.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Publish failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr             84 opal/mca/pmix/pmix4x/pmix/examples/pub.c         fprintf(stderr, "%s:%d publish complete\n", myproc.nspace, myproc.rank);
stderr             91 opal/mca/pmix/pmix4x/pmix/examples/pub.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Fence failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr             98 opal/mca/pmix/pmix4x/pmix/examples/pub.c         fprintf(stderr, "%s:%d looking up key FOOBAR\n", myproc.nspace, myproc.rank);
stderr            101 opal/mca/pmix/pmix4x/pmix/examples/pub.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Lookup failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            106 opal/mca/pmix/pmix4x/pmix/examples/pub.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Lookup returned wrong nspace: %s\n",
stderr            111 opal/mca/pmix/pmix4x/pmix/examples/pub.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Lookup returned wrong rank: %d\n",
stderr            116 opal/mca/pmix/pmix4x/pmix/examples/pub.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Lookup returned wrong type: %d\n",
stderr            121 opal/mca/pmix/pmix4x/pmix/examples/pub.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Lookup returned wrong value: %d\n",
stderr            126 opal/mca/pmix/pmix4x/pmix/examples/pub.c         fprintf(stderr, "PUBLISH-LOOKUP SUCCEEDED\n");
stderr            131 opal/mca/pmix/pmix4x/pmix/examples/pub.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Fence failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            142 opal/mca/pmix/pmix4x/pmix/examples/pub.c         fprintf(stderr, "%s:%d unpublishing two keys\n", myproc.nspace, myproc.rank);
stderr            144 opal/mca/pmix/pmix4x/pmix/examples/pub.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Unpublish failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            149 opal/mca/pmix/pmix4x/pmix/examples/pub.c         fprintf(stderr, "UNPUBLISH SUCCEEDED\n");
stderr            154 opal/mca/pmix/pmix4x/pmix/examples/pub.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Fence failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            160 opal/mca/pmix/pmix4x/pmix/examples/pub.c     fprintf(stderr, "Client ns %s rank %d: Finalizing\n", myproc.nspace, myproc.rank);
stderr            162 opal/mca/pmix/pmix4x/pmix/examples/pub.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            164 opal/mca/pmix/pmix4x/pmix/examples/pub.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            166 opal/mca/pmix/pmix4x/pmix/examples/pub.c     fflush(stderr);
stderr             48 opal/mca/pmix/pmix4x/pmix/examples/pubi.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Init failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr             51 opal/mca/pmix/pmix4x/pmix/examples/pubi.c     fprintf(stderr, "Client ns %s rank %d: Running\n", myproc.nspace, myproc.rank);
stderr             58 opal/mca/pmix/pmix4x/pmix/examples/pubi.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Get universe size failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr             63 opal/mca/pmix/pmix4x/pmix/examples/pubi.c     fprintf(stderr, "Client %s:%d universe size %d\n", myproc.nspace, myproc.rank, nprocs);
stderr             67 opal/mca/pmix/pmix4x/pmix/examples/pubi.c         fprintf(stderr, "%s:%d publishing two keys\n", myproc.nspace, myproc.rank);
stderr             76 opal/mca/pmix/pmix4x/pmix/examples/pubi.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Publish failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr             79 opal/mca/pmix/pmix4x/pmix/examples/pubi.c         fprintf(stderr, "%s:%d publish complete\n", myproc.nspace, myproc.rank);
stderr             86 opal/mca/pmix/pmix4x/pmix/examples/pubi.c         fprintf(stderr, "%s:%d looking up key FOOBAR\n", myproc.nspace, myproc.rank);
stderr             93 opal/mca/pmix/pmix4x/pmix/examples/pubi.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Lookup failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            100 opal/mca/pmix/pmix4x/pmix/examples/pubi.c                 fprintf(stderr, "Client ns %s rank %d: PMIx_Lookup returned wrong nspace: %s\n",
stderr            105 opal/mca/pmix/pmix4x/pmix/examples/pubi.c                 fprintf(stderr, "Client ns %s rank %d: PMIx_Lookup returned wrong rank: %d\n",
stderr            111 opal/mca/pmix/pmix4x/pmix/examples/pubi.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Lookup returned wrong type: %d\n",
stderr            116 opal/mca/pmix/pmix4x/pmix/examples/pubi.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Lookup returned wrong value: %d\n",
stderr            121 opal/mca/pmix/pmix4x/pmix/examples/pubi.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Lookup returned wrong type: %d\n",
stderr            126 opal/mca/pmix/pmix4x/pmix/examples/pubi.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Lookup returned wrong value: %d\n",
stderr            131 opal/mca/pmix/pmix4x/pmix/examples/pubi.c         fprintf(stderr, "PUBLISH-LOOKUP SUCCEEDED\n");
stderr            136 opal/mca/pmix/pmix4x/pmix/examples/pubi.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Fence failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            147 opal/mca/pmix/pmix4x/pmix/examples/pubi.c         fprintf(stderr, "%s:%d unpublishing two keys\n", myproc.nspace, myproc.rank);
stderr            149 opal/mca/pmix/pmix4x/pmix/examples/pubi.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Unpublish failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            154 opal/mca/pmix/pmix4x/pmix/examples/pubi.c         fprintf(stderr, "UNPUBLISH SUCCEEDED\n");
stderr            159 opal/mca/pmix/pmix4x/pmix/examples/pubi.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Fence failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            165 opal/mca/pmix/pmix4x/pmix/examples/pubi.c     fprintf(stderr, "Client ns %s rank %d: Finalizing\n", myproc.nspace, myproc.rank);
stderr            167 opal/mca/pmix/pmix4x/pmix/examples/pubi.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            169 opal/mca/pmix/pmix4x/pmix/examples/pubi.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            171 opal/mca/pmix/pmix4x/pmix/examples/pubi.c     fflush(stderr);
stderr            236 opal/mca/pmix/pmix4x/pmix/examples/server.c         fprintf(stderr, "Out of memory\n");
stderr            243 opal/mca/pmix/pmix4x/pmix/examples/server.c             fprintf(stderr, "Cannot make tmpdir %s", tmpdir);
stderr            253 opal/mca/pmix/pmix4x/pmix/examples/server.c         fprintf(stderr, "Init failed with error %d\n", rc);
stderr            321 opal/mca/pmix/pmix4x/pmix/examples/server.c         fprintf(stderr, "Setup local support failed: %d\n", rc);
stderr            334 opal/mca/pmix/pmix4x/pmix/examples/server.c             fprintf(stderr, "Server fork setup failed with error %d\n", rc);
stderr            342 opal/mca/pmix/pmix4x/pmix/examples/server.c             fprintf(stderr, "Server fork setup failed with error %d\n", rc);
stderr            353 opal/mca/pmix/pmix4x/pmix/examples/server.c             fprintf(stderr, "Fork failed\n");
stderr            388 opal/mca/pmix/pmix4x/pmix/examples/server.c         fprintf(stderr, "Finalize failed with error %d\n", rc);
stderr            391 opal/mca/pmix/pmix4x/pmix/examples/server.c     fprintf(stderr, "Test finished OK!\n");
stderr            435 opal/mca/pmix/pmix4x/pmix/examples/server.c         fprintf(stderr, "Failed to setup application: %d\n", rc);
stderr             83 opal/mca/pmix/pmix4x/pmix/examples/tool.c                 fprintf(stderr, "Must provide URI argument to %s option\n", argv[n]);
stderr             89 opal/mca/pmix/pmix4x/pmix/examples/tool.c                 fprintf(stderr, "Must provide nspace argument to %s option\n", argv[n]);
stderr            104 opal/mca/pmix/pmix4x/pmix/examples/tool.c         fprintf(stderr, "Connecting to %s\n", server_uri);
stderr            109 opal/mca/pmix/pmix4x/pmix/examples/tool.c         fprintf(stderr, "PMIx_tool_init failed: %d\n", rc);
stderr            126 opal/mca/pmix/pmix4x/pmix/examples/tool.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Query_info failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            134 opal/mca/pmix/pmix4x/pmix/examples/tool.c                 fprintf(stderr, "PMIx server URI for node %s: %s\n",
stderr            138 opal/mca/pmix/pmix4x/pmix/examples/tool.c                 fprintf(stderr, "Query returned wrong info key at first posn: %s\n", mydata.info[0].key);
stderr            141 opal/mca/pmix/pmix4x/pmix/examples/tool.c             fprintf(stderr, "Query returned error: %s\n", PMIx_Error_string(mydata.lock.status));
stderr            154 opal/mca/pmix/pmix4x/pmix/examples/tool.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Query_info failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            163 opal/mca/pmix/pmix4x/pmix/examples/tool.c                 fprintf(stderr, "ACTIVE NSPACES:\n");
stderr            165 opal/mca/pmix/pmix4x/pmix/examples/tool.c                     fprintf(stderr, "\tNone\n");
stderr            169 opal/mca/pmix/pmix4x/pmix/examples/tool.c                         fprintf(stderr, "Error\n");
stderr            174 opal/mca/pmix/pmix4x/pmix/examples/tool.c                                 fprintf(stderr, "Error in array %s\n", (NULL == dptr) ? "NULL" : "NON-NULL");
stderr            179 opal/mca/pmix/pmix4x/pmix/examples/tool.c                                 fprintf(stderr, "\t%s", iptr[m].value.data.string);
stderr            181 opal/mca/pmix/pmix4x/pmix/examples/tool.c                             fprintf(stderr, "\n");
stderr            186 opal/mca/pmix/pmix4x/pmix/examples/tool.c                 fprintf(stderr, "Query returned wrong info key at first posn: %s\n", mydata.info[0].key);
stderr            189 opal/mca/pmix/pmix4x/pmix/examples/tool.c             fprintf(stderr, "Query returned error: %s\n", PMIx_Error_string(mydata.lock.status));
stderr            201 opal/mca/pmix/pmix4x/pmix/examples/tool.c             fprintf(stderr, "Client ns %s rank %d: PMIx_Query_info failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            209 opal/mca/pmix/pmix4x/pmix/examples/tool.c                 fprintf(stderr, "JOB SIZE FOR NSPACE %s: %lu\n", nspace, (unsigned long)mydata.info[0].value.data.uint32);
stderr            211 opal/mca/pmix/pmix4x/pmix/examples/tool.c                 fprintf(stderr, "Query returned wrong info key at first posn: %s\n", mydata.info[0].key);
stderr            214 opal/mca/pmix/pmix4x/pmix/examples/tool.c             fprintf(stderr, "Query returned error: %s\n", PMIx_Error_string(mydata.lock.status));
stderr            439 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h         fprintf(stderr," Error :: pmix_list_get_size - pmix_list_length does not match actual list length\n");
stderr            440 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h         fflush(stderr);
stderr            487 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h         fprintf(stderr," Warning :: pmix_list_remove_item - the item %p is not on the list %p \n",(void*) item, (void*) list);
stderr            488 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h         fflush(stderr);
stderr            179 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_cmd_line.c             fprintf(stderr,
stderr            123 opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/base/pinstalldirs_base_components.c     fprintf(stderr, "prefix:         %s\n", pmix_pinstall_dirs.prefix);
stderr            124 opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/base/pinstalldirs_base_components.c     fprintf(stderr, "exec_prefix:    %s\n", pmix_pinstall_dirs.exec_prefix);
stderr            125 opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/base/pinstalldirs_base_components.c     fprintf(stderr, "bindir:         %s\n", pmix_pinstall_dirs.bindir);
stderr            126 opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/base/pinstalldirs_base_components.c     fprintf(stderr, "sbindir:        %s\n", pmix_pinstall_dirs.sbindir);
stderr            127 opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/base/pinstalldirs_base_components.c     fprintf(stderr, "libexecdir:     %s\n", pmix_pinstall_dirs.libexecdir);
stderr            128 opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/base/pinstalldirs_base_components.c     fprintf(stderr, "datarootdir:    %s\n", pmix_pinstall_dirs.datarootdir);
stderr            129 opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/base/pinstalldirs_base_components.c     fprintf(stderr, "datadir:        %s\n", pmix_pinstall_dirs.datadir);
stderr            130 opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/base/pinstalldirs_base_components.c     fprintf(stderr, "sysconfdir:     %s\n", pmix_pinstall_dirs.sysconfdir);
stderr            131 opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/base/pinstalldirs_base_components.c     fprintf(stderr, "sharedstatedir: %s\n", pmix_pinstall_dirs.sharedstatedir);
stderr            132 opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/base/pinstalldirs_base_components.c     fprintf(stderr, "localstatedir:  %s\n", pmix_pinstall_dirs.localstatedir);
stderr            133 opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/base/pinstalldirs_base_components.c     fprintf(stderr, "libdir:         %s\n", pmix_pinstall_dirs.libdir);
stderr            134 opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/base/pinstalldirs_base_components.c     fprintf(stderr, "includedir:     %s\n", pmix_pinstall_dirs.includedir);
stderr            135 opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/base/pinstalldirs_base_components.c     fprintf(stderr, "infodir:        %s\n", pmix_pinstall_dirs.infodir);
stderr            136 opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/base/pinstalldirs_base_components.c     fprintf(stderr, "mandir:         %s\n", pmix_pinstall_dirs.mandir);
stderr            137 opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/base/pinstalldirs_base_components.c     fprintf(stderr, "pkgdatadir:     %s\n", pmix_pinstall_dirs.pkgdatadir);
stderr            138 opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/base/pinstalldirs_base_components.c     fprintf(stderr, "pkglibdir:      %s\n", pmix_pinstall_dirs.pkglibdir);
stderr            139 opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/base/pinstalldirs_base_components.c     fprintf(stderr, "pkgincludedir:  %s\n", pmix_pinstall_dirs.pkgincludedir);
stderr            327 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c         fprintf(stderr, "sysctl() argmax failed\n");
stderr            347 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c         fprintf(stderr, "Lacked permissions\n");;
stderr            660 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             fprintf(stderr, "%s\n", lt->uri);
stderr             62 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_finalize.c             fprintf(stderr, "PMIx Finalize called too many times\n");
stderr            118 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c             fprintf (stderr, "pmix_init: attempted to initialize after finalize without compiler "
stderr            134 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c         fprintf(stderr, "pmix_pinstalldirs_base_open() failed -- process will likely abort (%s:%d, returned %d instead of PMIX_SUCCESS)\n",
stderr            137 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c         fprintf(stderr, "Client %s:%d EVENT HANDLER REGISTRATION FAILED WITH STATUS %d, ref=%lu\n",
stderr            291 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c         fprintf(stderr, "pmix_pinstalldirs_base_open() failed -- process will likely abort (%s:%d, returned %d instead of PMIX_SUCCESS)\n",
stderr            301 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c         fprintf(stderr, "pmix_util_keyval_parse_init failed with %d\n", rc);
stderr            307 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c         fprintf(stderr, "pmix_mca_base_var_init failed with %d\n", rc);
stderr            313 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c         fprintf(stderr, "pmix_register_params failed with %d\n", rc);
stderr            324 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c             fprintf(stderr, "%s: command line error (%s)\n", argv[0],
stderr            347 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c         fprintf(stderr, "Cannot request both a list of functions and attributes at same time\n");
stderr            360 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c             fprintf(stderr, "PMIx_tool_init failed: %s\n", PMIx_Error_string(rc));
stderr            384 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c                 fprintf(stderr, "%s\n", fns[n]);
stderr            425 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c         fprintf(stderr, "PMIx_tool_init failed: %s\n", PMIx_Error_string(rc));
stderr            436 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c         fprintf(stderr, "PMIx_Register_event_handler returned bad status: %d\n", rc);
stderr            454 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c         fprintf(stderr, "PMIx_Notify_event failed: %d\n", rc);
stderr            460 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c         fprintf(stderr, "PMIx_Query returned: %s\n", PMIx_Error_string(mq.status));
stderr            466 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c                 fprintf(stderr, "HOST SUPPORTED FUNCTIONS:\n");
stderr            468 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c                     fprintf(stderr, "\t%s\n", fns[m]);
stderr            484 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c                     fprintf(stderr, "%s\n", ans[m]);
stderr             84 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c         fprintf(stderr, "Client %s:%d EVENT HANDLER REGISTRATION FAILED WITH STATUS %d, ref=%lu\n",
stderr            171 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c         fprintf(stderr, "pmix_pinstalldirs_base_open() failed -- process will likely abort (%s:%d, returned %d instead of PMIX_SUCCESS)\n",
stderr            181 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c         fprintf(stderr, "pmix_util_keyval_parse_init failed with %d\n", rc);
stderr            187 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c         fprintf(stderr, "pmix_mca_base_var_init failed with %d\n", rc);
stderr            193 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c         fprintf(stderr, "pmix_register_params failed with %d\n", rc);
stderr            206 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c             fprintf(stderr, "%s: command line error (%s)\n", argv[0],
stderr            237 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c         fprintf(stderr, "PMIx_tool_init failed: %d\n", rc);
stderr            248 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c         fprintf(stderr, "PMIx_Register_event_handler returned bad status: %d\n", rc);
stderr            258 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c         fprintf(stderr, "PMIx_Notify_event failed: %d\n", rc);
stderr            263 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c         fprintf(stderr, "PMIx_Notify_event returned bad status: %d\n", rc);
stderr             82 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c         fprintf(stderr, "Client %s:%d EVENT HANDLER REGISTRATION FAILED WITH STATUS %d, ref=%lu\n",
stderr            164 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c         fprintf(stderr, "pmix_pinstalldirs_base_open() failed -- process will likely abort (%s:%d, returned %d instead of PMIX_SUCCESS)\n",
stderr            174 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c         fprintf(stderr, "pmix_util_keyval_parse_init failed with %d\n", rc);
stderr            180 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c         fprintf(stderr, "pmix_mca_base_var_init failed with %d\n", rc);
stderr            186 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c         fprintf(stderr, "pmix_register_params failed with %d\n", rc);
stderr            199 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c             fprintf(stderr, "%s: command line error (%s)\n", argv[0],
stderr            230 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c         fprintf(stderr, "%s: Must provide at least one key to lookup\n", argv[0]);
stderr            243 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c         fprintf(stderr, "PMIx_tool_init failed: %d\n", rc);
stderr            254 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c         fprintf(stderr, "PMIx_Register_event_handler returned bad status: %d\n", rc);
stderr            278 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c         fprintf(stderr, "PMIx_Lookup failed: %d\n", rc);
stderr            283 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c         fprintf(stderr, "Key: %s\n", pdata[n].key);
stderr             88 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pmix_info.c         fprintf(stderr, "pmix_pinstalldirs_base_open() failed -- process will likely abort (%s:%d, returned %d instead of PMIX_SUCCESS)\n",
stderr             98 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pmix_info.c         fprintf(stderr, "pmix_util_keyval_parse_init failed with %d\n", ret);
stderr            104 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pmix_info.c         fprintf(stderr, "pmix_mca_base_var_init failed with %d\n", ret);
stderr            110 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pmix_info.c         fprintf(stderr, "pmix_register_params failed with %d\n", ret);
stderr            173 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c             fprintf(stderr, "%s: command line error (%s)\n", argv[0],
stderr            258 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                 fprintf(stderr, "\nA \"bad parameter\" error was encountered when opening the %s %s framework\n",
stderr            260 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                 fprintf(stderr, "The output received from that framework includes the following parameters:\n\n");
stderr            262 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                 fprintf(stderr, "%s_info_register: %s failed\n", project_name, frameworks[i]->framework_name);
stderr            305 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         fprintf(stderr, "pmix_info_register: pmix_register_params failed\n");
stderr            540 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         fprintf(stderr, "pmix_info_err_params: map not found\n");
stderr            544 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     fprintf(stderr, "\n");
stderr            187 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c             fprintf(stderr, "Transferring %s\n", info[n].key);
stderr            233 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c         fprintf(stderr, "Client %s:%d EVENT HANDLER REGISTRATION FAILED WITH STATUS %d, ref=%lu\n",
stderr            262 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c         fprintf(stderr, "pmix_pinstalldirs_base_open() failed -- process will likely abort (%s:%d, returned %d instead of PMIX_SUCCESS)\n",
stderr            272 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c         fprintf(stderr, "pmix_util_keyval_parse_init failed with %d\n", rc);
stderr            278 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c         fprintf(stderr, "pmix_mca_base_var_init failed with %d\n", rc);
stderr            284 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c         fprintf(stderr, "pmix_register_params failed with %d\n", rc);
stderr            297 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c             fprintf(stderr, "%s: command line error (%s)\n", argv[0],
stderr            325 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c         fprintf(stderr, "PMIx_tool_init failed: %d\n", rc);
stderr            350 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c     fprintf(stderr, "pps: querying nspaces\n");
stderr            352 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c         fprintf(stderr, "PMIx_Query_info failed: %d\n", rc);
stderr            362 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c         fprintf(stderr, "PMIx Query returned an incorrect number of results: %lu\n", myquery_data.ninfo);
stderr            367 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c     fprintf(stderr, "Active nspaces: %s\n", myquery_data.info[0].value.data.string);
stderr            413 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                         fprintf(stderr, "%s: Error: option \"%s\" did not "
stderr            419 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                             fprintf(stderr, "Type '%s --help' for usage.\n",
stderr            428 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                             fprintf(stderr, "%s: Error: option \"%s\" did not "
stderr            434 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                                 fprintf(stderr, "Type '%s --help' for usage.\n",
stderr            495 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                 fprintf(stderr, "%s: Error: unknown option \"%s\"\n",
stderr            499 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                     fprintf(stderr, "Type '%s --help' for usage.\n",
stderr           1218 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                     fprintf(stderr, "----------------------------------------------------------------------------\n");
stderr           1219 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                     fprintf(stderr, "Open MPI has detected that a parameter given to a command line\n");
stderr           1220 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                     fprintf(stderr, "option does not match the expected format:\n\n");
stderr           1222 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                         fprintf(stderr, "  Option: %s\n", option->clo_long_name);
stderr           1224 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                         fprintf(stderr, "  Option: %c\n", option->clo_short_name);
stderr           1226 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                         fprintf(stderr, "  Option: <unknown>\n");
stderr           1228 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                     fprintf(stderr, "  Param:  %s\n\n", sval);
stderr           1229 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                     fprintf(stderr, "This is frequently caused by omitting to provide the parameter\n");
stderr           1230 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                     fprintf(stderr, "to an option that requires one. Please check the command line and try again.\n");
stderr           1231 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                     fprintf(stderr, "----------------------------------------------------------------------------\n");
stderr           1244 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                     fprintf(stderr, "----------------------------------------------------------------------------\n");
stderr           1245 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                     fprintf(stderr, "Open MPI has detected that a parameter given to a command line\n");
stderr           1246 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                     fprintf(stderr, "option does not match the expected format:\n\n");
stderr           1248 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                         fprintf(stderr, "  Option: %s\n", option->clo_long_name);
stderr           1250 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                         fprintf(stderr, "  Option: %c\n", option->clo_short_name);
stderr           1252 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                         fprintf(stderr, "  Option: <unknown>\n");
stderr           1254 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                     fprintf(stderr, "  Param:  %s\n\n", sval);
stderr           1255 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                     fprintf(stderr, "This is frequently caused by omitting to provide the parameter\n");
stderr           1256 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                     fprintf(stderr, "to an option that requires one. Please check the command line and try again.\n");
stderr           1257 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                     fprintf(stderr, "----------------------------------------------------------------------------\n");
stderr            896 opal/mca/pmix/pmix4x/pmix/src/util/output.c                           fileno(stderr) : default_stderr_fd,
stderr            901 opal/mca/pmix/pmix4x/pmix/src/util/output.c             fflush(stderr);
stderr             39 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c         fprintf(stderr, "FATAL: %s", output);
stderr             57 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c         fprintf(stderr, "ERROR: %s", output);
stderr             75 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c         fprintf(stderr, "INFO: %s", output);
stderr             39 opal/mca/pmix/pmix4x/pmix/test/pmi_client.c         fprintf(stderr, "FATAL: %s", output);
stderr             57 opal/mca/pmix/pmix4x/pmix/test/pmi_client.c         fprintf(stderr, "ERROR: %s", output);
stderr             75 opal/mca/pmix/pmix4x/pmix/test/pmi_client.c         fprintf(stderr, "INFO: %s", output);
stderr             64 opal/mca/pmix/pmix4x/pmix/test/pmix_regex.c     fprintf(stderr, "NODES: %s\n", TEST_NODES);
stderr             66 opal/mca/pmix/pmix4x/pmix/test/pmix_regex.c     fprintf(stderr, "REGEX: %s\n\n", regex);
stderr             73 opal/mca/pmix/pmix4x/pmix/test/pmix_regex.c         fprintf(stderr, "NODES: %s\n", TEST_NODES);
stderr             74 opal/mca/pmix/pmix4x/pmix/test/pmix_regex.c         fprintf(stderr, "RSULT: %s\n\n\n", regex);
stderr             77 opal/mca/pmix/pmix4x/pmix/test/pmix_regex.c         fprintf(stderr, "Node reverse failed: %d\n\n\n", rc);
stderr             80 opal/mca/pmix/pmix4x/pmix/test/pmix_regex.c     fprintf(stderr, "PROCS: %s\n", TEST_PROCS);
stderr             82 opal/mca/pmix/pmix4x/pmix/test/pmix_regex.c     fprintf(stderr, "PPN: %s\n\n", regex);
stderr             89 opal/mca/pmix/pmix4x/pmix/test/pmix_regex.c         fprintf(stderr, "PROCS: %s\n", TEST_PROCS);
stderr             90 opal/mca/pmix/pmix4x/pmix/test/pmix_regex.c         fprintf(stderr, "RSULT: %s\n", regex);
stderr             93 opal/mca/pmix/pmix4x/pmix/test/pmix_regex.c         fprintf(stderr, "PPN reverse failed: %d\n", rc);
stderr             96 opal/mca/pmix/pmix4x/pmix/test/pmix_regex.c     fprintf(stderr, "NODES: %s\n", TEST_NODES2);
stderr             98 opal/mca/pmix/pmix4x/pmix/test/pmix_regex.c     fprintf(stderr, "REGEX: %s\n\n", regex);
stderr            105 opal/mca/pmix/pmix4x/pmix/test/pmix_regex.c         fprintf(stderr, "NODES: %s\n", TEST_NODES2);
stderr            106 opal/mca/pmix/pmix4x/pmix/test/pmix_regex.c         fprintf(stderr, "RSULT: %s\n\n\n", regex);
stderr            109 opal/mca/pmix/pmix4x/pmix/test/pmix_regex.c         fprintf(stderr, "Node reverse failed: %d\n\n\n", rc);
stderr             92 opal/mca/pmix/pmix4x/pmix/test/simple/gwclient.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %s\n",
stderr             95 opal/mca/pmix/pmix4x/pmix/test/simple/gwclient.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr             97 opal/mca/pmix/pmix4x/pmix/test/simple/gwclient.c     fflush(stderr);
stderr            310 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         fprintf(stderr, "ERROR IN COMPUTING CONSTANTS: PMIX_SUCCESS = %d\n", PMIX_SUCCESS);
stderr            314 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     fprintf(stderr, "GW[%d]: Testing version %s\n", (int)getpid(), PMIx_Get_version());
stderr            325 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c             fprintf(stderr, "usage: simptest <options>\n");
stderr            326 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c             fprintf(stderr, "    -n N     Number of clients to run\n");
stderr            339 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         fprintf(stderr, "Init failed with error %d\n", rc);
stderr            365 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         fprintf(stderr, "Collect inventory failed: %s\n", PMIx_Error_string(rc));
stderr            371 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         fprintf(stderr, "Collect inventory failed: %s\n", PMIx_Error_string(x->status));
stderr            380 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         fprintf(stderr, "Deliver inventory failed: %s\n", PMIx_Error_string(rc));
stderr            386 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         fprintf(stderr, "Deliver inventory failed: %s\n", PMIx_Error_string(x->status));
stderr            469 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c             fprintf(stderr, "Server register client failed with error %d\n", rc);
stderr            478 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c             fprintf(stderr, "Server fork setup failed with error %d\n", rc);
stderr            484 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c             fprintf(stderr, "Fork failed\n");
stderr            514 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c             fprintf(stderr, "Child %d exited with status %d - test FAILED\n", n, child->exit_code);
stderr            538 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         fprintf(stderr, "Finalize failed with error %d\n", rc);
stderr            543 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         fprintf(stderr, "Test finished OK!\n");
stderr            545 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         fprintf(stderr, "TEST FAILED WITH ERROR %d\n", exit_code);
stderr            295 opal/mca/pmix/pmix4x/pmix/test/simple/quietclient.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %s\n",
stderr            298 opal/mca/pmix/pmix4x/pmix/test/simple/quietclient.c     fflush(stderr);
stderr             95 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c     fprintf(stderr, "%s:%d Model event handler called with status %d(%s)\n",
stderr             99 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c             fprintf(stderr, "%s:%d\t%s:\t%s\n",
stderr            120 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c     fprintf(stderr, "simpclient EVENT HANDLER REGISTRATION RETURN STATUS %d, ref=%lu\n",
stderr            363 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %s\n",
stderr            366 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            368 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c     fflush(stderr);
stderr            154 opal/mca/pmix/pmix4x/pmix/test/simple/simpdie.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            156 opal/mca/pmix/pmix4x/pmix/test/simple/simpdie.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            158 opal/mca/pmix/pmix4x/pmix/test/simple/simpdie.c     fflush(stderr);
stderr            221 opal/mca/pmix/pmix4x/pmix/test/simple/simpdmodex.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            223 opal/mca/pmix/pmix4x/pmix/test/simple/simpdmodex.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            225 opal/mca/pmix/pmix4x/pmix/test/simple/simpdmodex.c     fflush(stderr);
stderr            192 opal/mca/pmix/pmix4x/pmix/test/simple/simpdyn.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            194 opal/mca/pmix/pmix4x/pmix/test/simple/simpdyn.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            196 opal/mca/pmix/pmix4x/pmix/test/simple/simpdyn.c     fflush(stderr);
stderr            132 opal/mca/pmix/pmix4x/pmix/test/simple/simpft.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            134 opal/mca/pmix/pmix4x/pmix/test/simple/simpft.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            136 opal/mca/pmix/pmix4x/pmix/test/simple/simpft.c     fflush(stderr);
stderr            100 opal/mca/pmix/pmix4x/pmix/test/simple/simpio.c             fprintf(stderr, "Rank %d: read %d bytes\n", myproc.rank, cnt);
stderr            116 opal/mca/pmix/pmix4x/pmix/test/simple/simpio.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %s\n",
stderr            119 opal/mca/pmix/pmix4x/pmix/test/simple/simpio.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            121 opal/mca/pmix/pmix4x/pmix/test/simple/simpio.c     fflush(stderr);
stderr             70 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c         fprintf(stderr, "Client %s:%d EVENT HANDLER REGISTRATION FAILED WITH STATUS %d, ref=%lu\n",
stderr             85 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c     fprintf(stderr, "Callback recvd with status %d\n", status);
stderr            111 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Init failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            114 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c     fprintf(stderr, "Client ns %s rank %d: Running\n", myproc.nspace, myproc.rank);
stderr            124 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c         fprintf(stderr, "[%s:%d] Default handler registration failed\n", myproc.nspace, myproc.rank);
stderr            138 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Get universe size failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            143 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c     fprintf(stderr, "Client %s:%d universe size %d\n", myproc.nspace, myproc.rank, nprocs);
stderr            168 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Job_control_nb failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            174 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Job_control_nb failed: %d\n", myproc.nspace, myproc.rank, mylock.status);
stderr            194 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Process_monitor_nb failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            201 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Process_monitor_nb failed: %d\n", myproc.nspace, myproc.rank, mylock.status);
stderr            215 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Fence failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            223 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c     fprintf(stderr, "Client ns %s rank %d: Finalizing\n", myproc.nspace, myproc.rank);
stderr            225 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            227 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            229 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c     fflush(stderr);
stderr             87 opal/mca/pmix/pmix4x/pmix/test/simple/simplegacy.c     fprintf(stderr, "%s:%d Model event handler called with status %d(%s)\n",
stderr             91 opal/mca/pmix/pmix4x/pmix/test/simple/simplegacy.c             fprintf(stderr, "%s:%d\t%s:\t%s\n",
stderr            112 opal/mca/pmix/pmix4x/pmix/test/simple/simplegacy.c     fprintf(stderr, "simpclient EVENT HANDLER REGISTRATION RETURN STATUS %d, ref=%lu\n",
stderr            247 opal/mca/pmix/pmix4x/pmix/test/simple/simplegacy.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %s\n",
stderr            250 opal/mca/pmix/pmix4x/pmix/test/simple/simplegacy.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            252 opal/mca/pmix/pmix4x/pmix/test/simple/simplegacy.c     fflush(stderr);
stderr            162 opal/mca/pmix/pmix4x/pmix/test/simple/simppub.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            164 opal/mca/pmix/pmix4x/pmix/test/simple/simppub.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            166 opal/mca/pmix/pmix4x/pmix/test/simple/simppub.c     fflush(stderr);
stderr            287 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     fprintf(stderr, "SIMPTEST: Model event handler called with status %d(%s)\n",
stderr            291 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c             fprintf(stderr, "\t%s:\t%s\n", info[n].key, info[n].value.data.string);
stderr            312 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         fprintf(stderr, "simptest EVENT HANDLER REGISTRATION FAILED WITH STATUS %d, ref=%lu\n",
stderr            356 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         fprintf(stderr, "ERROR IN COMPUTING CONSTANTS: PMIX_SUCCESS = %d\n", PMIX_SUCCESS);
stderr            394 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                 fprintf(stderr, "The --hwloc-file option requires an argument\n");
stderr            403 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c             fprintf(stderr, "usage: simptest <options>\n");
stderr            404 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c             fprintf(stderr, "    -n N     Number of clients to run\n");
stderr            405 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c             fprintf(stderr, "    -e foo   Name of the client executable to run (default: simpclient\n");
stderr            406 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c             fprintf(stderr, "    -x       Test cross-version support\n");
stderr            407 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c             fprintf(stderr, "    -u       Enable legacy usock support\n");
stderr            408 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c             fprintf(stderr, "    -hwloc   Test hwloc support\n");
stderr            409 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c             fprintf(stderr, "    -hwloc-file FILE   Use file to import topology\n");
stderr            417 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         fprintf(stderr, "Cross-version testing requires at least two clients\n");
stderr            423 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         fprintf(stderr, "PMIx was not configured with HWLOC support - cannot continue\n");
stderr            428 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     fprintf(stderr, "Testing version %s\n", PMIx_Get_version());
stderr            432 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         fprintf(stderr, "SIGEMPTYSET FAILED\n");
stderr            436 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         fprintf(stderr, "SIGADDSET FAILED\n");
stderr            440 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         fprintf(stderr, "SIG_UNBLOCK FAILED\n");
stderr            476 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         fprintf(stderr, "Init failed with error %d\n", rc);
stderr            541 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     fprintf(stderr, "Collecting inventory\n");
stderr            543 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         fprintf(stderr, "Collect inventory failed: %d\n", rc);
stderr            548 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     fprintf(stderr, "Inventory collected: %d\n", mylock.status);
stderr            565 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c             fprintf(stderr, "Server fork setup failed with error %d\n", rc);
stderr            584 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c             fprintf(stderr, "Server register client failed with error %d\n", rc);
stderr            594 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c             fprintf(stderr, "Fork failed\n");
stderr            633 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c               fprintf(stderr, "Child %d [%d] exited with status %d - test FAILED\n", n, child->pid, child->exit_code);
stderr            658 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     fprintf(stderr, "TEST NONDEFAULT NOTIFICATION\n");
stderr            687 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         fprintf(stderr, "Finalize failed with error %d\n", rc);
stderr            692 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         fprintf(stderr, "Test finished OK!\n");
stderr            694 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         fprintf(stderr, "TEST FAILED WITH ERROR %d\n", exit_code);
stderr           1263 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     fprintf(stderr, "ENDLOOP\n");
stderr            161 opal/mca/pmix/pmix4x/pmix/test/simple/simptimeout.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %s\n",
stderr            164 opal/mca/pmix/pmix4x/pmix/test/simple/simptimeout.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            166 opal/mca/pmix/pmix4x/pmix/test/simple/simptimeout.c     fflush(stderr);
stderr             88 opal/mca/pmix/pmix4x/pmix/test/simple/simptool.c         fprintf(stderr, "PMIx_tool_init failed: %d\n", rc);
stderr            111 opal/mca/pmix/pmix4x/pmix/test/simple/simptool.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr            113 opal/mca/pmix/pmix4x/pmix/test/simple/simptool.c         fprintf(stderr, "Client ns %s rank %d:PMIx_Finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr            115 opal/mca/pmix/pmix4x/pmix/test/simple/simptool.c     fflush(stderr);
stderr            230 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c         fprintf(stderr, "ERROR IN COMPUTING CONSTANTS: PMIX_SUCCESS = %d\n", PMIX_SUCCESS);
stderr            234 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     fprintf(stderr, "Testing version %s\n", PMIx_Get_version());
stderr            264 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c             fprintf(stderr, "usage: simptest <options>\n");
stderr            265 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c             fprintf(stderr, "    -n N     Number of clients to run\n");
stderr            266 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c             fprintf(stderr, "    -e foo   Name of the client executable to run (default: simpclient\n");
stderr            267 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c             fprintf(stderr, "    -reps N  Cycle for N repetitions");
stderr            282 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c         fprintf(stderr, "Init failed with error %d\n", rc);
stderr            311 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c         fprintf(stderr, "Running cycle %d\n", m);
stderr            346 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                 fprintf(stderr, "Server fork setup failed with error %d\n", rc);
stderr            353 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                 fprintf(stderr, "Server register client failed with error %d\n", rc);
stderr            363 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                 fprintf(stderr, "Fork failed\n");
stderr            394 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                 fprintf(stderr, "Child %d exited with status %d - test FAILED\n", n, child->exit_code);
stderr            431 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c         fprintf(stderr, "Finalize failed with error %d\n", rc);
stderr            436 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c         fprintf(stderr, "Test finished OK!\n");
stderr            438 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c         fprintf(stderr, "TEST FAILED WITH ERROR %d\n", exit_code);
stderr             62 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "usage: pmix_test [-h] [-e foo] [-b] [-c] [-nb]\n");
stderr             63 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "\t-n       provides information about the job size (for checking purposes)\n");
stderr             64 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "\t-e foo   use foo as test client\n");
stderr             65 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "\t-v       verbose output\n");
stderr             66 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "\t-t <>    set timeout\n");
stderr             67 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "\t-o out   redirect clients logs to file out.<rank>\n");
stderr             68 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "\t--early-fail    force client process with rank 0 to fail before PMIX_Init.\n");
stderr             69 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "\t--ns-dist n1:n2:n3   register n namespaces (3 in this example) each with ni ranks (n1, n2 or n3).\n");
stderr             70 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "\t--fence \"[<data_exchange><blocking> | ns0:ranks;ns1:ranks...][...]\"  specify fences in different configurations.\n");
stderr             71 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "\t--use-same-keys relative to the --fence option: put the same keys in the interim between multiple fences.\n");
stderr             72 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "\t--job-fence  test fence inside its own namespace.\n");
stderr             73 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "\t-c       relative to the --job-fence option: fence[_nb] callback shall include all collected data\n");
stderr             74 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "\t-nb      relative to the --job-fence option: use non-blocking fence\n");
stderr             75 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "\t--noise \"[ns0:ranks;ns1:ranks...]\"  add system noise to specified processes.\n");
stderr             76 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "\t--test-publish     test publish/lookup/unpublish api.\n");
stderr             77 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "\t--test-spawn       test spawn api.\n");
stderr             78 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "\t--test-connect     test connect/disconnect api.\n");
stderr             79 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "\t--test-resolve-peers    test resolve_peers api.\n");
stderr             80 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "\t--test-error test error handling api.\n");
stderr             81 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "\t--test-replace N:k0,k1,...,k(N-1)   test key replace for N keys, k0,k1,k(N-1) - key indexes to replace  \n");
stderr             82 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "\t--test-internal N  test store internal key, N - number of internal keys\n");
stderr             83 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "\t--gds <external gds name>           set GDS module \"--gds hash|ds12\", default is hash\n");
stderr            128 opal/mca/pmix/pmix4x/pmix/test/test_common.c                     fprintf(stderr, "Incorrect --fence option format: %s\n", params->fences);
stderr            147 opal/mca/pmix/pmix4x/pmix/test/test_common.c                     fprintf(stderr, "Incorrect --noise option format: %s\n", params->noise);
stderr            186 opal/mca/pmix/pmix4x/pmix/test/test_common.c                     fprintf(stderr, "Incorrect --test-replace option format: %s\n", params->key_replace);
stderr            205 opal/mca/pmix/pmix4x/pmix/test/test_common.c             fprintf(stderr, "unrecognized option: %s\n", argv[i]);
stderr            250 opal/mca/pmix/pmix4x/pmix/test/test_common.c                 fprintf(stderr, "It feels like we are running under SLURM:\n\t"
stderr            467 opal/mca/pmix/pmix4x/pmix/test/test_common.c         fprintf(stderr, "Incorrect parsing step.\n");
stderr             68 opal/mca/pmix/pmix4x/pmix/test/test_common.h     fprintf(stderr,"==%d== ERROR [%s:%d:%s]: %s\n", getpid(), STRIPPED_FILE_NAME, __LINE__, __func__, \
stderr             70 opal/mca/pmix/pmix4x/pmix/test/test_common.h     fflush(stderr); \
stderr             92 opal/mca/pmix/pmix4x/pmix/test/test_common.h         fprintf(stderr, "Cannot open file %s for writing!", fname); \
stderr             98 opal/mca/pmix/pmix4x/pmix/test/test_common.h     if ( stderr != file ) { \
stderr            203 opal/mca/reachable/netlink/reachable_netlink_utils_common.c         nl_msg_dump(msg, stderr);
stderr            210 opal/mca/reachable/netlink/reachable_netlink_utils_common.c         nl_msg_dump(msg, stderr);
stderr            221 opal/mca/reachable/netlink/reachable_netlink_utils_common.c         nl_msg_dump(msg, stderr);
stderr            235 opal/mca/reachable/netlink/reachable_netlink_utils_common.c         nl_msg_dump(msg, stderr);
stderr            245 opal/mca/reachable/netlink/reachable_netlink_utils_common.c         nl_msg_dump(msg, stderr);
stderr            191 opal/runtime/opal_info_support.c             fprintf(stderr, "%s: command line error (%s)\n", argv[0],
stderr            276 opal/runtime/opal_info_support.c                 fprintf(stderr, "\nA \"bad parameter\" error was encountered when opening the %s %s framework\n",
stderr            278 opal/runtime/opal_info_support.c                 fprintf(stderr, "The output received from that framework includes the following parameters:\n\n");
stderr            280 opal/runtime/opal_info_support.c                 fprintf(stderr, "%s_info_register: %s failed\n", project_name, frameworks[i]->framework_name);
stderr            323 opal/runtime/opal_info_support.c         fprintf(stderr, "opal_info_register: opal_register_params failed\n");
stderr            555 opal/runtime/opal_info_support.c         fprintf(stderr, "opal_info_err_params: map not found\n");
stderr            559 opal/runtime/opal_info_support.c     fprintf(stderr, "\n");
stderr            406 opal/runtime/opal_init.c         fprintf(stderr, "opal_installdirs_base_open() failed -- process will likely abort (%s:%d, returned %d instead of OPAL_SUCCESS)\n",
stderr            504 opal/runtime/opal_init.c         fprintf(stderr, "opal_if_base_open() failed -- process will likely abort (%s:%d, returned %d instead of OPAL_SUCCESS)\n",
stderr            292 opal/tools/opal-checkpoint/opal-checkpoint.c             fprintf(stderr, "%s: command line error (%s)\n", argv[0],
stderr            348 opal/tools/opal-checkpoint/opal-checkpoint.c         fprintf(stderr, "%s: Nothing to do\n", argv0);
stderr            349 opal/tools/opal-checkpoint/opal-checkpoint.c         fprintf(stderr, "Type '%s --help' for usage.\n", argv0);
stderr            530 opal/tools/opal-restart/opal-restart.c             fprintf(stderr, "%s: command line error (%s)\n", argv[0],
stderr            382 opal/tools/wrappers/opal_wrapper.c         fprintf(stderr, "Cannot open configuration file %s\n", datafile );
stderr            509 opal/tools/wrappers/opal_wrapper.c         fprintf(stderr, "Error parsing data file %s: %s\n", base_argv0, opal_strerror(ret));
stderr            648 opal/tools/wrappers/opal_wrapper.c                 fprintf(stderr, "%s: unrecognized option: %s\n", argv[0],
stderr            650 opal/tools/wrappers/opal_wrapper.c                 fprintf(stderr, "Type '%s --showme:help' for usage.\n",
stderr            847 opal/tools/wrappers/opal_wrapper.c                 fprintf(stderr, "The linkall option has failed as we were unable to find either static or dynamic libs\n"
stderr             80 opal/util/bipartite_graph.c     fprintf(stderr, "%s={", name);
stderr             82 opal/util/bipartite_graph.c         fprintf(stderr, "[%d]=%2d, ", i, vec[i]);
stderr             84 opal/util/bipartite_graph.c     fprintf(stderr, "}\n");
stderr             93 opal/util/bipartite_graph.c     fprintf(stderr, "%s={", name);
stderr             95 opal/util/bipartite_graph.c         fprintf(stderr, "[%d]=%2" PRIi64 ", ", i, vec[i]);
stderr             97 opal/util/bipartite_graph.c     fprintf(stderr, "}\n");
stderr            108 opal/util/bipartite_graph.c     fprintf(stderr, "flow={\n");
stderr            110 opal/util/bipartite_graph.c         fprintf(stderr, "u=%d| ", u);
stderr            112 opal/util/bipartite_graph.c             fprintf(stderr, "%2d,", f(u,v));
stderr            114 opal/util/bipartite_graph.c         fprintf(stderr, "\n");
stderr            116 opal/util/bipartite_graph.c     fprintf(stderr, "}\n");
stderr            413 opal/util/cmd_line.c                         fprintf(stderr, "%s: Error: option \"%s\" did not "
stderr            419 opal/util/cmd_line.c                             fprintf(stderr, "Type '%s --help' for usage.\n",
stderr            428 opal/util/cmd_line.c                             fprintf(stderr, "%s: Error: option \"%s\" did not "
stderr            434 opal/util/cmd_line.c                                 fprintf(stderr, "Type '%s --help' for usage.\n",
stderr            495 opal/util/cmd_line.c                 fprintf(stderr, "%s: Error: unknown option \"%s\"\n",
stderr            499 opal/util/cmd_line.c                     fprintf(stderr, "Type '%s --help' for usage.\n",
stderr           1223 opal/util/cmd_line.c                     fprintf(stderr, "----------------------------------------------------------------------------\n");
stderr           1224 opal/util/cmd_line.c                     fprintf(stderr, "Open MPI has detected that a parameter given to a command line\n");
stderr           1225 opal/util/cmd_line.c                     fprintf(stderr, "option does not match the expected format:\n\n");
stderr           1227 opal/util/cmd_line.c                         fprintf(stderr, "  Option: %s\n", option->clo_long_name);
stderr           1229 opal/util/cmd_line.c                         fprintf(stderr, "  Option: %c\n", option->clo_short_name);
stderr           1231 opal/util/cmd_line.c                         fprintf(stderr, "  Option: <unknown>\n");
stderr           1233 opal/util/cmd_line.c                     fprintf(stderr, "  Param:  %s\n\n", sval);
stderr           1234 opal/util/cmd_line.c                     fprintf(stderr, "This is frequently caused by omitting to provide the parameter\n");
stderr           1235 opal/util/cmd_line.c                     fprintf(stderr, "to an option that requires one. Please check the command line and try again.\n");
stderr           1236 opal/util/cmd_line.c                     fprintf(stderr, "----------------------------------------------------------------------------\n");
stderr           1249 opal/util/cmd_line.c                     fprintf(stderr, "----------------------------------------------------------------------------\n");
stderr           1250 opal/util/cmd_line.c                     fprintf(stderr, "Open MPI has detected that a parameter given to a command line\n");
stderr           1251 opal/util/cmd_line.c                     fprintf(stderr, "option does not match the expected format:\n\n");
stderr           1253 opal/util/cmd_line.c                         fprintf(stderr, "  Option: %s\n", option->clo_long_name);
stderr           1255 opal/util/cmd_line.c                         fprintf(stderr, "  Option: %c\n", option->clo_short_name);
stderr           1257 opal/util/cmd_line.c                         fprintf(stderr, "  Option: <unknown>\n");
stderr           1259 opal/util/cmd_line.c                     fprintf(stderr, "  Param:  %s\n\n", sval);
stderr           1260 opal/util/cmd_line.c                     fprintf(stderr, "This is frequently caused by omitting to provide the parameter\n");
stderr           1261 opal/util/cmd_line.c                     fprintf(stderr, "to an option that requires one. Please check the command line and try again.\n");
stderr           1262 opal/util/cmd_line.c                     fprintf(stderr, "----------------------------------------------------------------------------\n");
stderr            109 opal/util/error.c         fprintf(stderr, "%s: ", msg);
stderr            118 opal/util/error.c             fprintf(stderr, "%s\n", ue_msg);
stderr            122 opal/util/error.c         fprintf(stderr, "%s\n", errmsg);
stderr            125 opal/util/error.c     fflush(stderr);
stderr            993 opal/util/output.c                   fileno(stderr) : default_stderr_fd,
stderr            995 opal/util/output.c             fflush(stderr);
stderr            135 opal/util/stacktrace.c             opal_stacktrace_output_fileno = fileno(stderr);
stderr            416 opal/util/stacktrace.c         fileno(stderr) != opal_stacktrace_output_fileno ) {
stderr            465 opal/util/stacktrace.c                 opal_stacktrace_output_fileno = fileno(stderr);
stderr            472 opal/util/stacktrace.c             fileno(stderr) != opal_stacktrace_output_fileno ) {
stderr            555 opal/util/stacktrace.c         opal_stacktrace_output_fileno = fileno(stderr);
stderr            585 opal/util/stacktrace.c         opal_stacktrace_output_fileno = fileno(stderr);
stderr            644 orte/mca/ess/base/ess_base_std_orted.c         fprintf(stderr, "%s: Forwarding signal %d to job\n",
stderr            755 orte/mca/ess/hnp/ess_hnp_module.c     fflush(stderr);
stderr            900 orte/mca/ess/hnp/ess_hnp_module.c         fprintf(stderr, "%s: abort is already in progress...hit ctrl-c again to forcibly terminate\n\n", orte_basename);
stderr            986 orte/mca/ess/hnp/ess_hnp_module.c         fprintf(stderr, "%s: Forwarding signal %d to job\n",
stderr            992 orte/mca/ess/hnp/ess_hnp_module.c         fprintf(stderr, "Signal %d could not be sent to the job (returned %d)",
stderr            434 orte/mca/ess/pmi/ess_pmi_module.c             setvbuf(stderr, NULL, _IONBF, 0);
stderr            438 orte/mca/ess/pmi/ess_pmi_module.c             setvbuf(stderr, NULL, _IOLBF, 0);
stderr            442 orte/mca/ess/pmi/ess_pmi_module.c             setvbuf(stderr, NULL, _IOFBF, 0);
stderr            290 orte/mca/ess/singleton/ess_singleton_module.c             setvbuf(stderr, NULL, _IONBF, 0);
stderr            294 orte/mca/ess/singleton/ess_singleton_module.c             setvbuf(stderr, NULL, _IOLBF, 0);
stderr            298 orte/mca/ess/singleton/ess_singleton_module.c             setvbuf(stderr, NULL, _IOFBF, 0);
stderr            176 orte/mca/iof/base/iof_base_setup.c             ret = dup2(opts->p_stdout[1], fileno(stderr));
stderr            189 orte/mca/iof/base/iof_base_setup.c                 ret = dup2(opts->p_stdout[1], fileno(stderr));
stderr            216 orte/mca/iof/base/iof_base_setup.c     if(opts->p_stderr[1] != fileno(stderr)) {
stderr            218 orte/mca/iof/base/iof_base_setup.c             ret = dup2(opts->p_stderr[1], fileno(stderr));
stderr            332 orte/mca/odls/pspawn/odls_pspawn.c             posix_spawn_file_actions_adddup2(&factions, fileno(stderr), opts->p_stdout[1]);
stderr            339 orte/mca/odls/pspawn/odls_pspawn.c             posix_spawn_file_actions_adddup2(&factions, fileno(stderr), opts->p_stdout[1]);
stderr            347 orte/mca/odls/pspawn/odls_pspawn.c     if (opts->p_stderr[1] != fileno(stderr) && !orte_iof_base.redirect_app_stderr_to_stdout) {
stderr            348 orte/mca/odls/pspawn/odls_pspawn.c         posix_spawn_file_actions_adddup2(&factions, fileno(stderr), opts->p_stderr[1]);
stderr            157 orte/mca/oob/tcp/oob_tcp_common.c         opal_backtrace_print(stderr, NULL, 1);
stderr            515 orte/mca/rmaps/base/rmaps_base_map_job.c         fflush(stderr);
stderr            523 orte/mca/rmaps/base/rmaps_base_map_job.c             fflush(stderr);
stderr            547 orte/mca/rmaps/base/rmaps_base_map_job.c             fflush(stderr);
stderr            574 orte/mca/rmaps/base/rmaps_base_map_job.c             fflush(stderr);
stderr            258 orte/orted/orted_main.c         fprintf(stderr, "Usage: %s [OPTION]...\n%s\n", argv[0], args);
stderr            283 orte/orted/orted_main.c         fprintf(stderr, "OPAL failed to initialize -- orted aborting\n");
stderr            304 orte/orted/orted_main.c         fprintf(stderr, "Daemon was launched on %s - beginning to initialize\n", hostname);
stderr            500 orte/orted/orted_main.c         fprintf(stderr, "Daemon %s checking in as pid %ld on host %s\n",
stderr           1044 orte/orted/orted_main.c         fprintf(stderr, "exiting with status %d\n", orte_exit_status);
stderr            294 orte/orted/orted_submit.c             fprintf(stderr, "%s: command line error (%s)\n", argv[0],
stderr            337 orte/orted/orted_submit.c         fprintf(stderr, "--------------------------------------------------------------------------\n");
stderr            339 orte/orted/orted_submit.c             fprintf(stderr, "%s cannot provide the help message when run as root.\n\n", orte_basename);
stderr            341 orte/orted/orted_submit.c             fprintf(stderr, "%s has detected an attempt to run as root.\n\n", orte_basename);
stderr            344 orte/orted/orted_submit.c         fprintf(stderr, "Running as root is *strongly* discouraged as any mistake (e.g., in\n");
stderr            345 orte/orted/orted_submit.c         fprintf(stderr, "defining TMPDIR) or bug can result in catastrophic damage to the OS\n");
stderr            346 orte/orted/orted_submit.c         fprintf(stderr, "file system, leaving your system in an unusable state.\n\n");
stderr            348 orte/orted/orted_submit.c         fprintf(stderr, "We strongly suggest that you run %s as a non-root user.\n\n", orte_basename);
stderr            350 orte/orted/orted_submit.c         fprintf(stderr, "You can override this protection by adding the --allow-run-as-root option\n");
stderr            351 orte/orted/orted_submit.c         fprintf(stderr, "to the cmd line or by setting two environment variables in the following way:\n");
stderr            352 orte/orted/orted_submit.c         fprintf(stderr, "the variable OMPI_ALLOW_RUN_AS_ROOT=1 to indicate the desire to override this\n");
stderr            353 orte/orted/orted_submit.c         fprintf(stderr, "protection, and OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 to confirm the choice and\n");
stderr            354 orte/orted/orted_submit.c         fprintf(stderr, "add one more layer of certainty that you want to do so.\n");
stderr            355 orte/orted/orted_submit.c         fprintf(stderr, "We reiterate our advice against doing so - please proceed at your own risk.\n");
stderr            356 orte/orted/orted_submit.c         fprintf(stderr, "--------------------------------------------------------------------------\n");
stderr            759 orte/orted/orted_submit.c         fprintf(stderr, "\n\n**********************************************************\n\n");
stderr            760 orte/orted/orted_submit.c         fprintf(stderr, "%s does not support recursive calls\n", orte_basename);
stderr            761 orte/orted/orted_submit.c         fprintf(stderr, "\n**********************************************************\n");
stderr            776 orte/orted/orted_submit.c             fprintf(stderr, "%s: command line error (%s)\n", argv[0],
stderr           1045 orte/orted/orted_submit.c                 fprintf(stderr, "%s\n",  (NULL == rml_uri) ? "NULL" : rml_uri);
stderr           1239 orte/orted/orted_submit.c             fprintf(stderr, "%d\n", (int)getpid());
stderr           1477 orte/orted/orted_submit.c             fprintf(stderr, "%s: command line error (%s)\n", argv[0],
stderr           2248 orte/orted/orted_submit.c #define DUMP_INT(X) fprintf(stderr, "  %s = %d\n", # X, X);
stderr           2422 orte/orted/orted_submit.c     fprintf(stderr, "  MPIR_proctable:\n");
stderr           2424 orte/orted/orted_submit.c         fprintf(stderr,
stderr           2431 orte/orted/orted_submit.c     fprintf(stderr, "MPIR_executable_path: %s\n",
stderr           2434 orte/orted/orted_submit.c     fprintf(stderr, "MPIR_server_arguments: %s\n",
stderr           3134 orte/orted/orted_submit.c         fprintf(stderr, "STACK TRACE FOR PROC %s (%s, PID %lu)\n", ORTE_NAME_PRINT(&name), hostname, (unsigned long) pid);
stderr           3139 orte/orted/orted_submit.c             fprintf(stderr, "\t%s", st);  // has its own newline
stderr           3143 orte/orted/orted_submit.c         fprintf(stderr, "\n");
stderr           3194 orte/orted/orted_submit.c             fprintf(stderr, "DATA FOR JOB: %s\n", ORTE_JOBID_PRINT(jdata->jobid));
stderr           3195 orte/orted/orted_submit.c             fprintf(stderr, "\tNum apps: %d\tNum procs: %d\tJobState: %s\tAbort: %s\n",
stderr           3199 orte/orted/orted_submit.c             fprintf(stderr, "\tNum launched: %ld\tNum reported: %ld\tNum terminated: %ld\n",
stderr           3201 orte/orted/orted_submit.c             fprintf(stderr, "\n\tProcs:\n");
stderr           3204 orte/orted/orted_submit.c                     fprintf(stderr, "\t\tRank: %s\tNode: %s\tPID: %u\tState: %s\tExitCode %d\n",
stderr           3211 orte/orted/orted_submit.c             fprintf(stderr, "\n");
stderr           3222 orte/orted/orted_submit.c         fprintf(stderr, "Waiting for stack traces (this may take a few moments)...\n");
stderr           3297 orte/orted/orted_submit.c     fprintf(stderr, "Memory profile from host: %s\n", hostname);
stderr           3311 orte/orted/orted_submit.c     fprintf(stderr, "\tDaemon: %8.2fM\tProcs: %8.2fM\n", dpss, pss);
stderr             70 orte/runtime/orte_info_support.c         fprintf(stderr, "orte_info_register: orte_register_params failed\n");
stderr             81 orte/test/mpi/add_host.c     fprintf(stderr, "%d: exiting\n", pid);
stderr             21 orte/test/mpi/attach.c         fprintf(stderr, "usage: attach <full-path-to-debugger-fifo-file>\n");
stderr             18 orte/test/mpi/badcoll.c         fprintf(stderr, "%d: Executing Bcast #%d\n", rank, i);
stderr             26 orte/test/mpi/client.c      fprintf(stderr, "Client sending message %d\n", CNT);
stderr             69 orte/test/mpi/crisscross.c     fprintf(stderr, "MPI Error %d (MPI_Init)\n",mpierr);
stderr             70 orte/test/mpi/crisscross.c     fflush(stderr);
stderr             79 orte/test/mpi/crisscross.c     fprintf(stderr, "MPI Error %d (MPI_Comm_rank)\n",mpierr);
stderr             80 orte/test/mpi/crisscross.c     fflush(stderr);
stderr             94 orte/test/mpi/crisscross.c     fprintf(stderr, "MPI Error %d (MPI_Comm_size) [%d]\n",mpierr, rank);
stderr             95 orte/test/mpi/crisscross.c     fflush(stderr);
stderr            102 orte/test/mpi/crisscross.c     fprintf(stderr,"MPI Error %d (MPI_Get_processor_name) [%d]\n", mpierr, rank);
stderr            116 orte/test/mpi/crisscross.c        fprintf(stderr, "MPI Error %d (MPI_Barrier) [%d]\n", mpierr, rank);
stderr            117 orte/test/mpi/crisscross.c        fflush(stderr);
stderr            130 orte/test/mpi/crisscross.c                 fprintf(stderr,"MPI Error %d (MPI_Sendrecv) %s [%d,%d]\n",mpierr,process_name,rank,i);
stderr            131 orte/test/mpi/crisscross.c                 fflush(stderr);
stderr            145 orte/test/mpi/crisscross.c                 fprintf(stderr,"MPI Error %d (MPI_Sendrecv) %s [%d,%d]\n",mpierr,process_name,i,j);
stderr            146 orte/test/mpi/crisscross.c                 fflush(stderr);
stderr            158 orte/test/mpi/crisscross.c                    fprintf(stderr,"MPI Error %d (MPI_Send) %s [4%d] --> %s [4%d]\n",mpierr,process_name,i,partner_name,j);
stderr            159 orte/test/mpi/crisscross.c                    fflush(stderr);
stderr            168 orte/test/mpi/crisscross.c                    fprintf(stderr,"MPI Error %d (MPI_Recv) %s [4%d] <-- %s [4%d]\n",mpierr,process_name,j,partner_name,i);
stderr            169 orte/test/mpi/crisscross.c                    fflush(stderr);
stderr            180 orte/test/mpi/crisscross.c                 fprintf(stderr,"MPI Error %d (MPI_Send) %s [4%d] --> %s [4%d]\n",mpierr,process_name,i,partner_name,j);
stderr            181 orte/test/mpi/crisscross.c                 fflush(stderr);
stderr            190 orte/test/mpi/crisscross.c                 fprintf(stderr,"MPI Error %d (MPI_Recv) %s [4%d] <-- %s [4%d]\n",mpierr,process_name,j,partner_name,i);
stderr            191 orte/test/mpi/crisscross.c                 fflush(stderr);
stderr            224 orte/test/mpi/crisscross.c     fprintf(stderr,"MPI Error %d (MPI_Reduce) %s [%d]\n",mpierr,process_name,rank);
stderr            225 orte/test/mpi/crisscross.c     fflush(stderr);
stderr            232 orte/test/mpi/crisscross.c     fprintf(stderr,"MPI Error %d (MPI_Reduce) %s [%d]\n",mpierr,process_name,rank);
stderr            233 orte/test/mpi/crisscross.c     fflush(stderr);
stderr            240 orte/test/mpi/crisscross.c     fprintf(stderr,"MPI Error %d (MPI_Reduce) %s [%d]\n",mpierr,process_name,rank);
stderr            241 orte/test/mpi/crisscross.c     fflush(stderr);
stderr            248 orte/test/mpi/crisscross.c     fprintf(stderr,"MPI Error %d (MPI_Reduce) %s [%d]\n",mpierr,process_name,rank);
stderr            249 orte/test/mpi/crisscross.c     fflush(stderr);
stderr            256 orte/test/mpi/crisscross.c     fprintf(stderr,"MPI Error %d (MPI_Finalize) %s [%d]\n",mpierr,process_name,rank);
stderr            257 orte/test/mpi/crisscross.c     fflush(stderr);
stderr             21 orte/test/mpi/early_abort.c         fprintf(stderr, "FAILED TO GET RANK\n");
stderr             30 orte/test/mpi/info_spawn.c             fprintf(stderr, "Usage: info_spawn key:value key:value...\n");
stderr             41 orte/test/mpi/info_spawn.c                 fprintf(stderr, "Missing colon separator in key-value\n");
stderr             46 orte/test/mpi/info_spawn.c             fprintf(stderr, "SETTING %s TO %s\n", tmp, keyval);
stderr             80 orte/test/mpi/info_spawn.c     fprintf(stderr, "%d: exiting\n", pid);
stderr            195 orte/test/mpi/interlib.c         fprintf(stderr, "ERROR GETTING WASSUP\n");
stderr            197 orte/test/mpi/interlib.c         fprintf(stderr, "THREAD WASSUP: %s\n", kv->data.string);
stderr            216 orte/test/mpi/interlib.c         fprintf(stderr, "LOOKUP FAILED\n");
stderr            219 orte/test/mpi/interlib.c         fprintf(stderr, "LOOKUP RETURNED %s\n", pdata->value.data.string);
stderr            259 orte/test/mpi/interlib.c         fprintf(stderr, "Error creating thread\n");
stderr            287 orte/test/mpi/interlib.c         fprintf(stderr, "Error joining thread\n");
stderr             21 orte/test/mpi/iof.c     fprintf(stderr, "Rank %d has cleared MPI_Init\n", rank);
stderr             31 orte/test/mpi/iof.c             fprintf(stderr, "Rank %d: sending blob %d\n", rank, pos);
stderr             38 orte/test/mpi/iof.c         fprintf(stderr, "Rank %d: sending termination blob %d\n", rank, pos);
stderr             45 orte/test/mpi/iof.c             fprintf(stderr, "Rank %d: recvd blob %d\n", rank, pos);
stderr             58 orte/test/mpi/iof.c         fprintf(stderr, "Rank %d: recv done\n", rank);
stderr             62 orte/test/mpi/iof.c     fprintf(stderr, "Rank %d has completed bcast\n", rank);
stderr             38 orte/test/mpi/mpi_info.c         fprintf(stderr, "%s: %s\n", keys[i], (flag) ? value : "Not found");
stderr             84 orte/test/mpi/pinterlib.c                 fprintf(stderr, "Thread Model Callback Key: %s Val %s\n", info[n].key, info[n].value.data.string);
stderr            116 orte/test/mpi/pinterlib.c         fprintf(stderr, "QUERY DATA KEY: %s VALUE %s\n", info[n].key, info[n].value.data.string);
stderr            207 orte/test/mpi/pinterlib.c         fprintf(stderr, "ERROR GETTING WASSUP\n");
stderr            209 orte/test/mpi/pinterlib.c         fprintf(stderr, "THREAD WASSUP: %s\n", val->data.string);
stderr            222 orte/test/mpi/pinterlib.c         fprintf(stderr, "LOOKUP FAILED\n");
stderr            224 orte/test/mpi/pinterlib.c         fprintf(stderr, "LOOKUP RETURNED %s\n", pdata[0].value.data.string);
stderr            258 orte/test/mpi/pinterlib.c             fprintf(stderr, "Error creating thread\n");
stderr            271 orte/test/mpi/pinterlib.c             fprintf(stderr, "Error creating thread\n");
stderr            295 orte/test/mpi/pinterlib.c         fprintf(stderr, "Error joining thread\n");
stderr             31 orte/test/mpi/pmix.c             fprintf(stderr, format, args);  \
stderr             53 orte/test/mpi/pmix.c     fprintf(stderr, "%d: received notification status %d\n", my_rank, status);
stderr            111 orte/test/mpi/pmix.c     fprintf(stderr, "[%d] Test passed.\n", my_rank);
stderr            112 orte/test/mpi/pmix.c     fprintf(stderr, "[%d] \"MODEX_SEND\" %f\n", my_rank, t1-t0);
stderr            113 orte/test/mpi/pmix.c     fprintf(stderr, "[%d] \"FENCE\" %f\n", my_rank, t3-t2);
stderr            114 orte/test/mpi/pmix.c     fprintf(stderr, "[%d] \"MODEX_RECV\" %f\n", my_rank, t5-t4);
stderr            115 orte/test/mpi/pmix.c     fprintf(stderr, "[%d] \"BARRIER\" %f\n", my_rank, t6-t5);
stderr            116 orte/test/mpi/pmix.c     fprintf(stderr, "[%d] \"TOTAL\" %f\n", my_rank, t6-t0);
stderr            118 orte/test/mpi/pmix.c     fprintf(stderr, "[%d] Pid %d waiting for notification\n", my_rank, (int)getpid());
stderr             27 orte/test/mpi/read_write.c         fprintf(stderr, "reading from %d\n", reader);
stderr             40 orte/test/mpi/read_write.c             fprintf(stderr, "Couldn't open %s!", junk);
stderr             45 orte/test/mpi/read_write.c             fprintf(stderr, "%s", line);
stderr             50 orte/test/mpi/read_write.c         fprintf(stderr, "\nWrote %d bytes to %s\n", bytes, junk);
stderr             31 orte/test/mpi/reduce-hang.c             fprintf(stderr, "%d still going at %ld\n", self, count);
stderr             21 orte/test/mpi/ring.c     fprintf(stderr, "Rank %d has cleared MPI_Init\n", rank);
stderr             58 orte/test/mpi/ring.c     fprintf(stderr, "Rank %d has completed ring\n", rank);
stderr             60 orte/test/mpi/ring.c     fprintf(stderr, "Rank %d has completed MPI_Barrier\n", rank);
stderr             54 orte/test/mpi/sendrecv_blaster.c         fprintf(stderr, "MPI Error %d (MPI_Init)\n",mpierr);
stderr             55 orte/test/mpi/sendrecv_blaster.c         fflush(stderr);
stderr             64 orte/test/mpi/sendrecv_blaster.c         fprintf(stderr, "MPI Error %d (MPI_Comm_rank)\n",mpierr);
stderr             65 orte/test/mpi/sendrecv_blaster.c         fflush(stderr);
stderr             72 orte/test/mpi/sendrecv_blaster.c         fprintf(stderr, "MPI Error %d (MPI_Comm_size)\n",mpierr);
stderr             73 orte/test/mpi/sendrecv_blaster.c         fflush(stderr);
stderr             93 orte/test/mpi/sendrecv_blaster.c         fprintf(stderr, "got %s\n", argv[i]);
stderr            152 orte/test/mpi/sendrecv_blaster.c     fprintf(stderr, "Rank %d: recving from src %d sending to dest %d with max buff size %dKbytes\n",
stderr            165 orte/test/mpi/sendrecv_blaster.c             fprintf(stderr,"MPI Error %d (MPI_Sendrecv) [%d,%d] at iteration %d\n",mpierr,src,dest,i);
stderr            166 orte/test/mpi/sendrecv_blaster.c             fflush(stderr);
stderr            171 orte/test/mpi/sendrecv_blaster.c             fprintf(stderr, "Rank %d has completed %dk iterations\n", rank, i/1000);
stderr            178 orte/test/mpi/sendrecv_blaster.c                 fprintf(stderr,"MPI Error %d (MPI_Sendrecv) [%d,%d] at iteration %d\n",mpierr,rank,rank,i);
stderr            179 orte/test/mpi/sendrecv_blaster.c                 fflush(stderr);
stderr            182 orte/test/mpi/sendrecv_blaster.c                 fprintf(stderr, "Rank %d has completed MPI_Sendrecv with myself\n", rank);
stderr            187 orte/test/mpi/sendrecv_blaster.c     fprintf(stderr, "Rank %d completed test\n", rank);
stderr             19 orte/test/mpi/server.c     fprintf(stderr, "Server too big - need only 1 rank\n");
stderr             32 orte/test/mpi/server.c          fprintf(stderr, "Server loop %d\n", again);
stderr             39 orte/test/mpi/server.c              fprintf(stderr, "Server recvd terminate cmd\n");
stderr             45 orte/test/mpi/server.c              fprintf( stderr, "Do something ...\n" );
stderr             63 orte/test/mpi/simple_spawn.c     fprintf(stderr, "%d: exiting\n", pid);
stderr             41 orte/test/mpi/singleton_client_server.c       fprintf(stderr, "Error: " #code "\n") ;   \
stderr             66 orte/test/mpi/singleton_client_server.c     fprintf(stderr, "usage %s <num clients> <1:server | 0:client>\n", argv[0]) ;
stderr             75 orte/test/mpi/singleton_client_server.c     fprintf(stderr, "usage %s <num clients> <1:server | 0:client>\n", argv[0]) ;
stderr             87 orte/test/mpi/singleton_client_server.c       fprintf(stderr, "gethostname failed: %s\n", strerror(errno)) ;
stderr            106 orte/test/mpi/singleton_client_server.c       fprintf(stderr, "fopen failed: %s\n", strerror(errno)) ;
stderr            142 orte/test/mpi/singleton_client_server.c       fprintf(stderr, "fopen failed: %s\n", strerror(errno)) ;
stderr            212 orte/test/mpi/singleton_client_server.c   fprintf(stderr, "Rank %d is exiting\n", rank);
stderr             21 orte/test/mpi/spawn_tree.c         fprintf(stderr, "Usage: spawn_tree <#levels>\n");
stderr             25 orte/test/mpi/xlib.c     fprintf(stderr, "Default event handler called with status %s\n", PMIx_Error_string(status));
stderr             49 orte/test/mpi/xlib.c     fprintf(stderr, "Model event handler called with status %d(%s)\n", status, PMIx_Error_string(status));
stderr             54 orte/test/mpi/xlib.c             fprintf(stderr, "\t%s:\t%s\n", info[n].key, info[n].value.data.string);
stderr             80 orte/test/mpi/xlib.c         fprintf(stderr, "Client %s:%d EVENT HANDLER REGISTRATION FAILED WITH STATUS %d, ref=%lu\n",
stderr            101 orte/test/mpi/xlib.c         fprintf(stderr, "Declaring ourselves\n");
stderr            110 orte/test/mpi/xlib.c             fprintf(stderr, "PMIx Init failed: %s\n", PMIx_Error_string(rc));
stderr            136 orte/test/mpi/xlib.c         fprintf(stderr, "Registering handler\n");
stderr            154 orte/test/mpi/xlib.c     fprintf(stderr, "Rank %d has cleared MPI_Init\n", rank);
stderr            174 orte/test/mpi/xlib.c         fprintf(stderr, "Declaring ourselves\n");
stderr            184 orte/test/mpi/xlib.c             fprintf(stderr, "PMIx Init failed: %s\n", PMIx_Error_string(rc));
stderr            209 orte/test/mpi/xlib.c     fprintf(stderr, "Rank %d has completed ring\n", rank);
stderr            211 orte/test/mpi/xlib.c     fprintf(stderr, "Rank %d has completed MPI_Barrier\n", rank);
stderr             41 orte/test/mpi/ziaprobe.c         fprintf(stderr, "start times must be provided\n");
stderr             57 orte/test/mpi/ziaprobe.c             fprintf(stderr, "The number of procs must be an integer multiple of the ppn\n"
stderr            185 orte/test/mpi/ziaprobe.c             fprintf(stderr, "Time test was completed in %8.2f millisecs\nSlowest rank: %d\n",
stderr            188 orte/test/mpi/ziaprobe.c             fprintf(stderr, "Time test was completed in %3lu:%02lu min:sec\nSlowest rank: %d\n",
stderr             54 orte/test/system/event-threads.c         fprintf(stderr, "Unable to start progress thread\n");
stderr             69 orte/test/system/event-threads.c         fprintf(stderr, "Couldnt open file\n");
stderr             90 orte/test/system/event-threads.c             fprintf(stderr, "Waiting...\n");
stderr             95 orte/test/system/event-threads.c     fprintf(stderr, "Done waiting\n");
stderr            113 orte/test/system/event-threads.c     fprintf(stderr, "Stop handler called\n");
stderr            131 orte/test/system/event-threads.c             fprintf(stderr, "Thread stopping\n");
stderr            137 orte/test/system/event-threads.c         fprintf(stderr, "Looping...\n");
stderr            146 orte/test/system/event-threads.c     fprintf(stderr, "Write event fired\n");
stderr             20 orte/test/system/evpri-test.c     fprintf(stderr, "CAUGHT SIGNAL\n");
stderr             21 orte/test/system/evpri-test.c     fflush(stderr);
stderr             31 orte/test/system/evpri-test.c     fprintf(stderr, "%s\n", msg);
stderr             32 orte/test/system/evpri-test.c     fflush(stderr);
stderr             42 orte/test/system/evpri-test.c     fprintf(stderr, "CAUGHT EVENT\n");
stderr             43 orte/test/system/evpri-test.c     fflush(stderr);
stderr             55 orte/test/system/evpri-test.c         fprintf(stderr, "EVENT %d DEFINED\n", loops);
stderr             56 orte/test/system/evpri-test.c         fflush(stderr);
stderr             58 orte/test/system/evpri-test.c         fprintf(stderr, "EVENT %d ACTIVATED\n", loops);
stderr             59 orte/test/system/evpri-test.c         fflush(stderr);
stderr             71 orte/test/system/evpri-test.c     fprintf(stderr, "Libevent %s\n", event_get_version());
stderr             72 orte/test/system/evpri-test.c     fflush(stderr);
stderr             84 orte/test/system/evpri-test.c     fprintf(stderr, "SIGNAL EVENT DEFINED\n");
stderr             85 orte/test/system/evpri-test.c     fflush(stderr);
stderr             95 orte/test/system/evpri-test.c     fprintf(stderr, "FIRST TERMINATION EVENT DEFINED\n");
stderr             96 orte/test/system/evpri-test.c     fflush(stderr);
stderr            104 orte/test/system/evpri-test.c     fprintf(stderr, "EXITED LOOP - FREEING BASE\n");
stderr            105 orte/test/system/evpri-test.c     fflush(stderr);
stderr             23 orte/test/system/evpri-test2.c     fprintf(stderr, "%s\n", msg);
stderr             24 orte/test/system/evpri-test2.c     fflush(stderr);
stderr             31 orte/test/system/evpri-test2.c     fprintf(stderr, "CAUGHT EVENT 2\n");
stderr             32 orte/test/system/evpri-test2.c     fflush(stderr);
stderr             43 orte/test/system/evpri-test2.c         fprintf(stderr, "CYCLING BACK THRU EVENT 1\n");
stderr             47 orte/test/system/evpri-test2.c     fprintf(stderr, "CAUGHT EVENT 1\n");
stderr             48 orte/test/system/evpri-test2.c     fflush(stderr);
stderr             56 orte/test/system/evpri-test2.c     fprintf(stderr, "CB1: FIRST EVENT DEFINED\n");
stderr             57 orte/test/system/evpri-test2.c     fflush(stderr);
stderr             64 orte/test/system/evpri-test2.c     fprintf(stderr, "CB2: SECOND EVENT DEFINED\n");
stderr             65 orte/test/system/evpri-test2.c     fflush(stderr);
stderr             75 orte/test/system/evpri-test2.c     fprintf(stderr, "Libevent %s\n", event_get_version());
stderr             76 orte/test/system/evpri-test2.c     fflush(stderr);
stderr             88 orte/test/system/evpri-test2.c     fprintf(stderr, "FIRST EVENT DEFINED\n");
stderr             89 orte/test/system/evpri-test2.c     fflush(stderr);
stderr             97 orte/test/system/evpri-test2.c     fprintf(stderr, "EXITED LOOP - FREEING BASE\n");
stderr             98 orte/test/system/evpri-test2.c     fflush(stderr);
stderr             60 orte/test/system/evthread-test.c         fprintf(stderr, "Unable to start progress thread\n");
stderr             73 orte/test/system/evthread-test.c     fprintf(stderr, "activating the write_event");
stderr             87 orte/test/system/evthread-test.c             fprintf(stderr, "Waiting...\n");
stderr            101 orte/test/system/evthread-test.c     fprintf(stderr, "Cleaning up\n");
stderr            103 orte/test/system/evthread-test.c     fprintf(stderr, "Cleanup completed\n");
stderr            113 orte/test/system/evthread-test.c     fprintf(stderr, "Stop handler called\n");
stderr            134 orte/test/system/evthread-test.c             fprintf(stderr, "Thread stopping\n");
stderr            140 orte/test/system/evthread-test.c         fprintf(stderr, "Looping...\n");
stderr            148 orte/test/system/evthread-test.c     fprintf(stderr, "Deleting event\n");
stderr            151 orte/test/system/evthread-test.c     fprintf(stderr, "Write event fired\n");
stderr             14 orte/test/system/get_limits.c         fprintf (stderr, "getrlimit (RLIMIT_NOFILE): %s\n", strerror (errno));
stderr             19 orte/test/system/get_limits.c         fprintf (stderr, "getrlimit (RLIMIT_NPROC): %s\n", strerror (errno));
stderr             35 orte/test/system/get_limits.c         fprintf (stderr, "setrlimit (RLIMIT_NOFILE, cur = %d): %m\n";
stderr             37 orte/test/system/get_limits.c                  fprintf (stderr, "Hard limit for number of open files is too low\n");
stderr             35 orte/test/system/getenv_pmi.c         fprintf(stderr, "=== ERROR: PMI sanity failure\n");
stderr             94 orte/test/system/getenv_pmi.c         fprintf(stderr, "=== ERROR [rank:%d] %s\n", pmi_rank, err);
stderr             26 orte/test/system/mapper.c             fprintf(stderr, "Failed orte_init\n");
stderr             51 orte/test/system/mapper.c             fprintf(stderr, "stdin complete (text strlen: %lu)\n", strlen(text));
stderr             65 orte/test/system/mapper.c         fprintf(stderr, "%s: FINALIZING\n", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME));
stderr             66 orte/test/system/mapper.c         fflush(stderr);
stderr             69 orte/test/system/mapper.c             fprintf(stderr, "Failed orte_finalize\n");
stderr             19 orte/test/system/opal-evpri-test.c     fprintf(stderr, "CAUGHT SIGNAL\n");
stderr             20 orte/test/system/opal-evpri-test.c     fflush(stderr);
stderr             30 orte/test/system/opal-evpri-test.c     fprintf(stderr, "%s\n", msg);
stderr             31 orte/test/system/opal-evpri-test.c     fflush(stderr);
stderr             41 orte/test/system/opal-evpri-test.c     fprintf(stderr, "CAUGHT EVENT\n");
stderr             42 orte/test/system/opal-evpri-test.c     fflush(stderr);
stderr             49 orte/test/system/opal-evpri-test.c         fprintf(stderr, "EVENT %d DEFINED\n", loops);
stderr             50 orte/test/system/opal-evpri-test.c         fflush(stderr);
stderr             52 orte/test/system/opal-evpri-test.c         fprintf(stderr, "EVENT %d ACTIVATED\n", loops);
stderr             53 orte/test/system/opal-evpri-test.c         fflush(stderr);
stderr             86 orte/test/system/opal-evpri-test.c     fprintf(stderr, "SIGNAL EVENTS DEFINED\n");
stderr             87 orte/test/system/opal-evpri-test.c     fflush(stderr);
stderr             94 orte/test/system/opal-evpri-test.c     fprintf(stderr, "FIRST EVENT DEFINED AND ACTIVATED\n");
stderr             95 orte/test/system/opal-evpri-test.c     fflush(stderr);
stderr            103 orte/test/system/opal-evpri-test.c     fprintf(stderr, "EXITED LOOP - FINALIZING\n");
stderr            104 orte/test/system/opal-evpri-test.c     fflush(stderr);
stderr             33 orte/test/system/opal_hotel.c     fprintf(stderr, "Room %d / occupant %d evicted!\n", *occupant, room_num);
stderr             45 orte/test/system/opal_hotel.c         fprintf(stderr, "orte_hotel: couldn't init opal - error code %d\n", rc);
stderr             63 orte/test/system/opal_hotel.c             fprintf(stderr, "Hotel is fully occupied\n");
stderr             67 orte/test/system/opal_hotel.c         fprintf(stderr, "Occupant %d checked into room %d\n",
stderr             71 orte/test/system/opal_hotel.c     fprintf(stderr, "---------------------------------------\n");
stderr             76 orte/test/system/opal_hotel.c             fprintf(stderr, "Checking occupant %d out of room %d\n",
stderr             84 orte/test/system/opal_hotel.c                 fprintf(stderr, "Hotel is fully occupied\n");
stderr             88 orte/test/system/opal_hotel.c             fprintf(stderr, "Occupant %d checked into room %d\n",
stderr             92 orte/test/system/opal_hotel.c         fprintf(stderr, "---------------------------------------\n");
stderr             96 orte/test/system/opal_hotel.c     fprintf(stderr, "Waiting for %d evictions...\n", num_occupied);
stderr            100 orte/test/system/opal_hotel.c     fprintf(stderr, "All occupants evicted!\n");
stderr             56 orte/test/system/opal_hwloc.c         fprintf(stderr, "Usage: opal_hwloc <topofile>\n");
stderr             61 orte/test/system/opal_hwloc.c         fprintf(stderr, "opal_hwloc: couldn't init opal - error code %d\n", rc);
stderr            125 orte/test/system/opal_hwloc.c         fprintf(stderr, "DIDN'T FIND A CORE\n");
stderr             26 orte/test/system/opal_interface.c         fprintf(stderr, "opal_interface: couldn't init opal - error code %d\n", rc);
stderr             31 orte/test/system/opal_interface.c         fprintf(stderr, "opal_interface: couldn't get interfaces\n");
stderr             39 orte/test/system/opal_interface.c         fprintf(stderr, "intf: %s AF: %s indx: %d kindx: %d\n", intf->if_name,
stderr             47 orte/test/system/opal_interface.c         fprintf(stderr, "netaddr %03d.%03d.%03d.%03d netmask %03d.%03d.%03d.%03d rc %d\n",
stderr             55 orte/test/system/opal_interface.c                 fprintf(stderr, "LOOPBACK IGNORED\n");
stderr             63 orte/test/system/opal_interface.c             fprintf(stderr, "checking netaddr %03d.%03d.%03d.%03d addr %03d.%03d.%03d.%03d netmask %03d.%03d.%03d.%03d rc %d\n",
stderr             66 orte/test/system/opal_interface.c                 fprintf(stderr, "MATCH FOUND\n");
stderr             76 orte/test/system/opal_interface.c         fprintf(stderr, "alias: %s\n", aliases[idx]);
stderr             29 orte/test/system/orte_abort.c         fprintf(stderr, "orte_abort: couldn't init orte - error code %d\n", rc);
stderr            115 orte/test/system/orte_dfs.c         fprintf(stderr, "orte_dfs: couldn't init orte - error code %d\n", rc);
stderr            127 orte/test/system/orte_dfs.c             fprintf(stderr, "Usage: orte_dfs <input-file> <host [optional]\n");
stderr             22 orte/test/system/orte_errors.c         fprintf(stderr, "orte_abort: couldn't init orte - error code %d\n", rc);
stderr             27 orte/test/system/orte_errors.c         fprintf(stderr, "%d: %s\n", -1*i,
stderr             29 orte/test/system/orte_exit.c         fprintf(stderr, "orte_abort: couldn't init orte - error code %d\n", rc);
stderr             15 orte/test/system/orte_loop_child.c         fprintf(stderr, "couldn't init orte - error code %d\n", rc);
stderr             23 orte/test/system/orte_loop_spawn.c         fprintf(stderr, "couldn't init orte - error code %d\n", rc);
stderr             45 orte/test/system/orte_loop_spawn.c         fprintf(stderr, "Parent: spawning child %d\n", iter);
stderr             15 orte/test/system/orte_no_op.c         fprintf(stderr, "Failed orte_init\n");
stderr             20 orte/test/system/orte_no_op.c         fprintf(stderr, "Failed orte_finalize\n");
stderr             29 orte/test/system/orte_nodename.c         fprintf(stderr, "orte_nodename: couldn't init orte - error code %d\n", rc);
stderr             30 orte/test/system/orte_notify.c     fprintf(stderr, "orte_notify: Name %s Host: %s Pid %ld status %d source %s\n",
stderr             55 orte/test/system/orte_notify.c         fprintf(stderr, "orte_abort: couldn't init orte - error code %d\n", rc);
stderr             34 orte/test/system/orte_spawn.c         fprintf(stderr, "couldn't init orte - error code %d\n", rc);
stderr             64 orte/test/system/orte_spawn.c     fprintf(stderr, "Parent: spawning children!\n");
stderr             70 orte/test/system/orte_spawn.c     fprintf(stderr, "Parent: children spawned!\n");
stderr             81 orte/test/system/orte_spawn.c         fprintf(stderr, "Parent: sending message to child %s\n", ORTE_NAME_PRINT(&name));
stderr             24 orte/test/system/orte_spin.c         fprintf(stderr, "ORTE_INIT FAILED\n");
stderr             32 orte/test/system/orte_tool.c         fprintf(stderr, "orte_tool: couldn't init orte\n");
stderr             45 orte/test/system/orte_tool.c         fprintf(stderr, "orte_tool: couldn't get list of HNP's on this system - error %s\n",
stderr             52 orte/test/system/orte_tool.c         fprintf(stderr, "orte_tool: no HNP's were found\n");
stderr             86 orte/test/system/orte_tool.c     fprintf(stderr, "orte_tool: spawned jobid %s\n", ORTE_JOBID_PRINT(jdata->jobid));
stderr             44 orte/test/system/pmixtool.c         fprintf(stderr, "PMIx_tool_init failed: %s\n", PMIx_Error_string(rc));
stderr             47 orte/test/system/pmixtool.c     fprintf(stderr, "Tool ns %s rank %d: Running\n", myproc.nspace, myproc.rank);
stderr             54 orte/test/system/pmixtool.c         fprintf(stderr, "Tool ns %s rank %d: PMIx_Query_info failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr             58 orte/test/system/pmixtool.c         fprintf(stderr, "tool ns %s rank %d: PMIx_Query_info key[0] wrong: %s vs %s\n",
stderr             62 orte/test/system/pmixtool.c         fprintf(stderr, "Tool ns %s rank %d: PMIx_Query_info key[0] wrong type: %d vs %d\n",
stderr             65 orte/test/system/pmixtool.c     fprintf(stderr, "Tool ns %s rank %d: PMIx_Query_info key[0] returned %s\n",
stderr             72 orte/test/system/pmixtool.c     fprintf(stderr, "Tool ns %s rank %d: Finalizing\n", myproc.nspace, myproc.rank);
stderr             74 orte/test/system/pmixtool.c         fprintf(stderr, "Tool ns %s rank %d:PMIx_tool_finalize failed: %d\n", myproc.nspace, myproc.rank, rc);
stderr             76 orte/test/system/pmixtool.c         fprintf(stderr, "Tool ns %s rank %d:PMIx_tool_finalize successfully completed\n", myproc.nspace, myproc.rank);
stderr             78 orte/test/system/pmixtool.c     fflush(stderr);
stderr             21 orte/test/system/psm_keygen.c         fprintf(stderr, "Failed orte_init\n");
stderr             31 orte/test/system/psm_keygen.c         fprintf(stderr, "Failed to generate PSM key\n");
stderr             38 orte/test/system/psm_keygen.c             fprintf(stderr, "%s\n", app->env[i]);
stderr             46 orte/test/system/psm_keygen.c         fprintf(stderr, "Failed orte_finalize\n");
stderr             26 orte/test/system/pspawn.c         fprintf(stderr, "ERROR INIT ATTRS: %d\n", errno);
stderr             32 orte/test/system/pspawn.c         fprintf(stderr, "ERROR INIT FACTIONS: %d\n", errno);
stderr            118 orte/test/system/radix.c         fprintf(stderr," I am %d: Parent %d\n",
stderr            125 orte/test/system/radix.c             fprintf(stderr, "\tchild %d\n", child->vpid);
stderr            128 orte/test/system/radix.c                     fprintf(stderr, "\t\trelation %d\n", j);
stderr             33 orte/test/system/reducer.c         fprintf(stderr, "Failed orte_init\n");
stderr             78 orte/test/system/reducer.c         fprintf(stderr, "Failed orte_finalize\n");
stderr             31 orte/test/system/regex.c         fprintf(stderr, "usage: regex <comma-separated list of nodes>\n");
stderr             48 orte/test/system/regex.c         fprintf(stderr, "ANALYZING REGEX: %s\n", argv[1]);
stderr             53 orte/test/system/regex.c             fprintf(stderr, "%s\n", nodes[i]);
stderr             82 orte/test/system/regex.c         fprintf(stderr, "REGEX: %s\n", regex);
stderr             89 orte/test/system/regex.c             fprintf(stderr, "EXACT MATCH\n");
stderr             91 orte/test/system/regex.c             fprintf(stderr, "ERROR: %s\n", regex);
stderr             93 orte/test/system/regex.c                 fprintf(stderr, "ERROR: number of nodes %d, expected %d\n",
stderr             99 orte/test/system/regex.c                     fprintf(stderr, "%s OK\n", nodelist[i]);
stderr            101 orte/test/system/regex.c                 fprintf(stderr, "%s ERROR, expect %s\n", nodes[i], nodelist[i]);
stderr             24 orte/test/system/sigusr_trap.c             fprintf(stderr, "%s Trapped SIGUSR1\n", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME));
stderr             28 orte/test/system/sigusr_trap.c             fprintf(stderr, "%s Trapped SIGUSR2\n", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME));
stderr             32 orte/test/system/sigusr_trap.c             fprintf(stderr, "%s Trapped SIGCONT\n", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME));
stderr             36 orte/test/system/sigusr_trap.c             fprintf(stderr, "%s Undefined signal %d trapped\n", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), signum);
stderr             47 orte/test/system/sigusr_trap.c             fprintf(stderr, "%s Trapped SIGINT\n", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME));
stderr             51 orte/test/system/sigusr_trap.c             fprintf(stderr, "%s Trapped SIGHUP\n", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME));
stderr             55 orte/test/system/sigusr_trap.c             fprintf(stderr, "%s Trapped SIGTERM\n", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME));
stderr             59 orte/test/system/sigusr_trap.c             fprintf(stderr, "%s Undefined signal %d trapped\n", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), signum);
stderr             78 orte/test/system/sigusr_trap.c         fprintf(stderr, "Could not setup signal trap for SIGUSR1\n");
stderr             83 orte/test/system/sigusr_trap.c         fprintf(stderr, "Could not setup signal trap for SIGUSR2\n");
stderr             88 orte/test/system/sigusr_trap.c         fprintf(stderr, "Could not setup signal trap for SIGUSR2\n");
stderr             93 orte/test/system/sigusr_trap.c         fprintf(stderr, "Could not setup signal trap for SIGINT\n");
stderr             98 orte/test/system/sigusr_trap.c         fprintf(stderr, "Could not setup signal trap for SIGHUP\n");
stderr            103 orte/test/system/sigusr_trap.c         fprintf(stderr, "Could not setup signal trap for SIGTERM\n");
stderr             45 orte/test/system/test-time.c         fprintf(stderr, "Fired event %d\n", called);
stderr             27 orte/test/system/ulfm.c         fprintf(stderr, "orte_abort: couldn't init orte - error code %d\n", rc);
stderr            174 orte/tools/orte-clean/orte-clean.c         fprintf(stderr, "orte-clean: cleaning session dir tree %s\n",
stderr            220 orte/tools/orte-clean/orte-clean.c             fprintf(stderr, "%s: command line error (%s)\n", argv[0],
stderr            309 orte/tools/orte-clean/orte-clean.c         fprintf(stderr, "orte-clean: killing any lingering procs\n");
stderr            391 orte/tools/orte-clean/orte-clean.c                     fprintf(stderr, "orte-clean: found potential rogue orted process"
stderr            413 orte/tools/orte-clean/orte-clean.c                     fprintf(stderr, "orte-clean: found potential rogue orterun process"
stderr            161 orte/tools/orte-info/orte-info.c             fprintf(stderr, "%s: command line error (%s)\n", argv[0],
stderr            118 orte/tools/orte-server/orte-server.c         fprintf(stderr, "OPAL failed to initialize -- orted aborting\n");
stderr            129 orte/tools/orte-server/orte-server.c             fprintf(stderr, "%s: command line error (%s)\n", argv[0],
stderr            200 orte/tools/orte-server/orte-server.c         fprintf(stderr, "orte-server: failed to initialize -- aborting\n");
stderr            214 orte/tools/orte-server/orte-server.c             fprintf(stderr, "%s\n", rml_uri);
stderr            220 orte/tools/orte-server/orte-server.c                 fprintf(stderr, "orte-server: failed to open designated file %s -- aborting\n", report_uri);
stderr            232 orte/tools/orte-server/orte-server.c         fprintf(stderr, "orte-server: failed to start data server -- aborting\n");
stderr            145 orte/tools/orterun/orterun.c         fprintf(stderr, "--------------------------------------------------------------------------\n");
stderr            147 orte/tools/orterun/orterun.c             fprintf(stderr, "%s cannot provide the help message when run as root.\n", orte_basename);
stderr            150 orte/tools/orterun/orterun.c             fprintf(stderr, "%s has detected an attempt to run as root.\n", orte_basename);
stderr            152 orte/tools/orterun/orterun.c         fprintf(stderr, "Running at root is *strongly* discouraged as any mistake (e.g., in\n");
stderr            153 orte/tools/orterun/orterun.c         fprintf(stderr, "defining TMPDIR) or bug can result in catastrophic damage to the OS\n");
stderr            154 orte/tools/orterun/orterun.c         fprintf(stderr, "file system, leaving your system in an unusable state.\n\n");
stderr            155 orte/tools/orterun/orterun.c         fprintf(stderr, "You can override this protection by adding the --allow-run-as-root\n");
stderr            156 orte/tools/orterun/orterun.c         fprintf(stderr, "option to your cmd line. However, we reiterate our strong advice\n");
stderr            157 orte/tools/orterun/orterun.c         fprintf(stderr, "against doing so - please do so at your own risk.\n");
stderr            158 orte/tools/orterun/orterun.c         fprintf(stderr, "--------------------------------------------------------------------------\n");
stderr            230 orte/tools/orterun/orterun.c         fprintf(stderr, "exiting with status %d\n", orte_exit_status);
stderr            648 orte/util/show_help.c         fprintf(stderr, "%s", output);
stderr           3223 oshmem/mca/memheap/ptmalloc/malloc.c     fprintf(stderr, "max system bytes = %10lu\n", (unsigned long)(maxfp));
stderr           3224 oshmem/mca/memheap/ptmalloc/malloc.c     fprintf(stderr, "system bytes     = %10lu\n", (unsigned long)(fp));
stderr           3225 oshmem/mca/memheap/ptmalloc/malloc.c     fprintf(stderr, "in use bytes     = %10lu\n", (unsigned long)(used));
stderr             59 oshmem/runtime/oshmem_info_support.c         fprintf(stderr, "oshmem_info_register: oshmem_register_params failed\n");
stderr             81 oshmem/runtime/oshmem_shmem_abort.c                 fprintf(stderr,
stderr             87 oshmem/runtime/oshmem_shmem_abort.c                 fflush(stderr);
stderr             94 oshmem/runtime/oshmem_shmem_abort.c             opal_backtrace_print(stderr, NULL, 1);
stderr            110 oshmem/runtime/oshmem_shmem_abort.c             fprintf(stderr,
stderr            156 oshmem/runtime/runtime.h         fprintf(stderr, "[%s]%s[%s:%d:%s] ",                        \
stderr            160 oshmem/runtime/runtime.h         fprintf(stderr, __VA_ARGS__);                               \
stderr            118 test/asm/atomic_math.c         fprintf (stderr, "error in opal_atomic_add_fetch_32. expected (17, 17), got (%d, %d)\n", test32, val32);
stderr            124 test/asm/atomic_math.c         fprintf (stderr, "error in opal_atomic_fetch_add_32. expected (17, 30), got (%d, %d)\n", test32, val32);
stderr            132 test/asm/atomic_math.c         fprintf (stderr, "error in opal_atomic_and_fetch_32. expected (24, 24), got (%d, %d)\n", test32, val32);
stderr            138 test/asm/atomic_math.c         fprintf (stderr, "error in opal_atomic_fetch_and_32. expected (24, 16), got (%d, %d)\n", test32, val32);
stderr            146 test/asm/atomic_math.c         fprintf (stderr, "error in opal_atomic_or_fetch_32. expected (19, 19), got (%d, %d)\n", test32, val32);
stderr            152 test/asm/atomic_math.c         fprintf (stderr, "error in opal_atomic_fetch_or_32. expected (19, 23), got (%d, %d)\n", test32, val32);
stderr            159 test/asm/atomic_math.c         fprintf (stderr, "error in opal_atomic_xor_fetch_32. expected (20, 20), got (%d, %d)\n", test32, val32);
stderr            165 test/asm/atomic_math.c         fprintf (stderr, "error in opal_atomic_fetch_xor_32. expected (20, 17), got (%d, %d)\n", test32, val32);
stderr            173 test/asm/atomic_math.c         fprintf (stderr, "error in opal_atomic_sub_fetch_32. expected (3, 3), got (%d, %d)\n", test32, val32);
stderr            179 test/asm/atomic_math.c         fprintf (stderr, "error in opal_atomic_fetch_sub_32. expected (3, 0), got (%d, %d)\n", test32, val32);
stderr            186 test/asm/atomic_math.c         fprintf (stderr, "error in opal_atomic_add_fetch_64. expected (17, 17), got (%" PRId64 ", %" PRId64 ")\n", test64, val64);
stderr            192 test/asm/atomic_math.c         fprintf (stderr, "error in opal_atomic_fetch_add_64. expected (17, 30), got (%" PRId64 ", %" PRId64 ")\n", test64, val64);
stderr            200 test/asm/atomic_math.c         fprintf (stderr, "error in opal_atomic_and_fetch_64. expected (24, 24), got (%" PRId64 ", %" PRId64 ")\n", test64, val64);
stderr            206 test/asm/atomic_math.c         fprintf (stderr, "error in opal_atomic_fetch_and_64. expected (24, 16), got (%" PRId64 ", %" PRId64 ")\n", test64, val64);
stderr            214 test/asm/atomic_math.c         fprintf (stderr, "error in opal_atomic_or_fetch_64. expected (19, 19), got (%" PRId64 ", %" PRId64 ")\n", test64, val64);
stderr            220 test/asm/atomic_math.c         fprintf (stderr, "error in opal_atomic_fetch_or_64. expected (19, 23), got (%" PRId64 ", %" PRId64 ")\n", test64, val64);
stderr            227 test/asm/atomic_math.c         fprintf (stderr, "error in opal_atomic_xor_fetch_64. expected (20, 20), got (%" PRId64 ", %" PRId64 ")\n", test64, val64);
stderr            233 test/asm/atomic_math.c         fprintf (stderr, "error in opal_atomic_fetch_xor_64. expected (20, 17), got (%" PRId64 ", %" PRId64 ")\n", test64, val64);
stderr            241 test/asm/atomic_math.c         fprintf (stderr, "error in opal_atomic_sub_fetch_64. expected (3, 3), got (%" PRId64 ", %" PRId64 ")\n", test64, val64);
stderr            247 test/asm/atomic_math.c         fprintf (stderr, "error in opal_atomic_fetch_sub_64. expected (3, 0), got (%" PRId64 ", %" PRId64 ")\n", test64, val64);
stderr             54 test/class/opal_bitmap.c     error_out = stderr;
stderr             57 test/class/opal_bitmap.c     if( error_out == NULL ) error_out = stderr;
stderr             99 test/class/opal_fifo.c   fprintf (stderr, "Exhaustive atomics thread finished. Popped %d items. Time: %d s %d us %d nsec/poppush\n", item_count,
stderr            126 test/class/opal_hash_table.c 	fprintf(stderr, "debug: expecting '%s' capacity is %d\n",
stderr            135 test/class/opal_hash_table.c 	    fprintf(stderr, "key %d (probe at %d) value '%s' excpected_scanner '%s'\n",
stderr            139 test/class/opal_hash_table.c 	    fprintf(stderr, "key %d's value '%s' is not a one-character string\n", key, value);
stderr            144 test/class/opal_hash_table.c 	    fprintf(stderr, "Found key %d value '%s' but not expected!\n", key, value);
stderr            151 test/class/opal_hash_table.c 	    fprintf(stderr, "Expected '%c' but got '%c'\n", expected, actual);
stderr            158 test/class/opal_hash_table.c 	fprintf(stderr, "table traversal did not end in OPAL_ERROR?!?\n");
stderr            162 test/class/opal_hash_table.c 	fprintf(stderr, "Still expecting more key/values: '%s'\n", expected_scanner);
stderr            168 test/class/opal_hash_table.c 	fflush(stderr);
stderr            284 test/class/opal_hash_table.c     error_out = stderr;
stderr            287 test/class/opal_hash_table.c     if( error_out == NULL ) error_out = stderr;
stderr            124 test/class/opal_proc_table.c 	fprintf(stderr, "debug: expecting '%s' capacity is %d\n",
stderr            133 test/class/opal_proc_table.c 	    fprintf(stderr, "key %d (probe at %d) value '%s' excpected_scanner '%s'\n",
stderr            137 test/class/opal_proc_table.c 	    fprintf(stderr, "key %d's value '%s' is not a one-character string\n", key, value);
stderr            142 test/class/opal_proc_table.c 	    fprintf(stderr, "Found key %d value '%s' but not expected!\n", key, value);
stderr            149 test/class/opal_proc_table.c 	    fprintf(stderr, "Expected '%c' but got '%c'\n", expected, actual);
stderr            156 test/class/opal_proc_table.c 	fprintf(stderr, "table traversal did not end in OPAL_ERROR?!?\n");
stderr            160 test/class/opal_proc_table.c 	fprintf(stderr, "Still expecting more key/values: '%s'\n", expected_scanner);
stderr            166 test/class/opal_proc_table.c 	fflush(stderr);
stderr            292 test/class/opal_proc_table.c     error_out = stderr;
stderr            295 test/class/opal_proc_table.c     if( error_out == NULL ) error_out = stderr;
stderr             68 test/class/opal_value_array.c             fprintf(stderr, " Expected result: %lld\n", (long long) i);
stderr             69 test/class/opal_value_array.c             fprintf(stderr, " Test result: %lld\n", (long long) val);
stderr             70 test/class/opal_value_array.c             fflush(stderr);
stderr             45 test/datatype/unpack_ooo.c         fprintf(stderr, "%02x", (unsigned int)(((unsigned char*)ptr)[i]));
stderr             47 test/datatype/unpack_ooo.c     if(space) fprintf(stderr, " ");
stderr             56 test/datatype/unpack_ooo.c     fprintf(stderr, "\n");
stderr             61 test/datatype/unpack_ooo.c     fprintf(stderr, "\n");
stderr            121 test/datatype/unpack_ooo.c                 fprintf(stderr, "ERROR ! count=%d, position=%d, ptr = %p"
stderr            156 test/datatype/unpack_ooo.c         fprintf(stderr, "could not create vector t1\n");
stderr            161 test/datatype/unpack_ooo.c         fprintf(stderr, "could not commit vector t1\n");
stderr            167 test/datatype/unpack_ooo.c         fprintf(stderr, "could not create vector t2\n");
stderr            172 test/datatype/unpack_ooo.c         fprintf(stderr, "could not commit vector t2\n");
stderr            250 test/datatype/unpack_ooo.c         fprintf(stderr, "could not create struct\n");
stderr            255 test/datatype/unpack_ooo.c         fprintf(stderr, "could not create struct\n");
stderr            261 test/datatype/unpack_ooo.c         fprintf(stderr, "could not malloc pbar\n");
stderr            266 test/datatype/unpack_ooo.c         fprintf(stderr, "could not malloc bar\n");
stderr             63 test/dss/dss_buffer.c     test_out = stderr;
stderr             63 test/dss/dss_cmp.c     test_out = stderr;
stderr             57 test/dss/dss_copy.c     test_out = stderr;
stderr             45 test/dss/dss_payload.c     test_out = stderr;
stderr             57 test/dss/dss_print.c     test_out = stderr;
stderr             46 test/event/event-test.c 	fprintf(stderr, "fifo_read called with fd: %d, event: %d, arg: %p\n",
stderr             53 test/event/event-test.c 		fprintf(stderr, "End Of File");
stderr             66 test/event/event-test.c 		fprintf(stderr, "Connection closed\n");
stderr            124 test/event/event-test.c 	fprintf(stderr, "Write data to %s\n", fifo);
stderr             40 test/memchecker/irecv_init_check.c         fprintf (stderr, "Error: Need 2 processes\n");
stderr             40 test/memchecker/irecv_uninit_check.c         fprintf (stderr, "Error: Need 2 processes\n");
stderr             32 test/memchecker/non_blocking_recv_test.c         fprintf (stderr, "Error: Need 2 processes\n");
stderr             32 test/memchecker/non_blocking_send_test.c         fprintf (stderr, "Error: Need 2 processes\n");
stderr             37 test/monitoring/check_monitoring.c             fprintf(stderr, "Failed to start handle on \"%s\" pvar, check that you have " \
stderr             52 test/monitoring/check_monitoring.c             fprintf(stderr, "Cannot find monitoring MPI_Tool \"%s\" pvar, check that you have " \
stderr             64 test/monitoring/check_monitoring.c             fprintf(stderr, "Failed to allocate handle on \"%s\" pvar, check that you have " \
stderr             77 test/monitoring/check_monitoring.c             fprintf(stderr, "Failed to stop handle on \"%s\" pvar, check that you have " \
stderr             91 test/monitoring/check_monitoring.c             fprintf(stderr, "Failed to allocate handle on \"%s\" pvar, check that you have " \
stderr            106 test/monitoring/check_monitoring.c             fprintf(stderr, "Failed to read handle on \"%s\" pvar, check that you have " \
stderr            151 test/monitoring/check_monitoring.c         fprintf(stderr, "Failed to initialiaze MPI_Tools sub-system.\n");
stderr            200 test/monitoring/check_monitoring.c             fprintf(stderr, "Error in %s: count_values[%d]=%zu, and should be equal to %zu.\n",
stderr            204 test/monitoring/check_monitoring.c             fprintf(stderr, "Error in %s: count_values[%d]=%zu, and should be >= %zu.\n",
stderr            210 test/monitoring/check_monitoring.c             fprintf(stderr, "Error in %s: size_values[%d]=%zu, and should be equal to %zu.\n",
stderr            214 test/monitoring/check_monitoring.c             fprintf(stderr, "Error in %s: size_values[%d]=%zu, and should be >= %zu.\n",
stderr            244 test/monitoring/check_monitoring.c             fprintf(stderr, "Error in %s: count_values[%d]=%zu, and should be >= %zu.\n",
stderr            250 test/monitoring/check_monitoring.c             fprintf(stderr, "Error in %s: size_values[%d]=%zu, and should be >= %zu.\n",
stderr            260 test/monitoring/check_monitoring.c             fprintf(stderr, "Error in %s: count_values[%d]=%zu, and should be >= %zu.\n",
stderr            266 test/monitoring/check_monitoring.c             fprintf(stderr, "Error in %s: size_values[%d]=%zu, and should be >= %zu.\n",
stderr            294 test/monitoring/check_monitoring.c             fprintf(stderr, "Error in %s: count_values[%d]=%zu, and should be equal to %zu.\n",
stderr            298 test/monitoring/check_monitoring.c             fprintf(stderr, "Error in %s: count_values[%d]=%zu, and should be >= %zu.\n",
stderr            304 test/monitoring/check_monitoring.c             fprintf(stderr, "Error in %s: size_values[%d]=%zu, and should be equal to %zu.\n",
stderr            308 test/monitoring/check_monitoring.c             fprintf(stderr, "Error in %s: size_values[%d]=%zu, and should be >= %zu.\n",
stderr            316 test/monitoring/check_monitoring.c         fprintf(stderr, "Error in %s: count_o2a=%zu, and should be >= %zu.\n",
stderr            321 test/monitoring/check_monitoring.c         fprintf(stderr, "Error in %s: size_o2a=%zu, and should be >= %zu.\n",
stderr            328 test/monitoring/check_monitoring.c         fprintf(stderr, "Error in %s: count_a2o=%zu, and should be >= %zu.\n",
stderr            333 test/monitoring/check_monitoring.c         fprintf(stderr, "Error in %s: size_a2o=%zu, and should be >= %zu.\n",
stderr            341 test/monitoring/check_monitoring.c         fprintf(stderr, "Error in %s: count_a2a=%zu, and should be >= %zu.\n",
stderr            346 test/monitoring/check_monitoring.c         fprintf(stderr, "Error in %s: size_a2a=%zu, and should be >= %zu.\n",
stderr            391 test/monitoring/check_monitoring.c                 fprintf(stderr, "Error in Allgather check: received \"%s\" instead of "
stderr            399 test/monitoring/check_monitoring.c             fprintf(stderr, "Error in Scatter check: received \"%s\" instead of "
stderr            406 test/monitoring/check_monitoring.c             fprintf(stderr, "Error in Allreduce check: sum_ranks=%d instead of %d.\n",
stderr            415 test/monitoring/check_monitoring.c                 fprintf(stderr, "Error in Alltoall check: received \"%s\" instead of "
stderr            426 test/monitoring/check_monitoring.c                 fprintf(stderr, "Error in Bcast check: received \"%s\" instead of "
stderr            439 test/monitoring/check_monitoring.c                     fprintf(stderr, "Error in Gather check: received \"%s\" instead of "
stderr            449 test/monitoring/check_monitoring.c                 fprintf(stderr, "Error in Reduce check: sum_ranks=%d instead of %d.\n",
stderr            472 test/monitoring/check_monitoring.c                 fprintf(stderr, "Error in PML check: s2=\"%s\" instead of \"hello world!\".\n",
stderr            493 test/monitoring/check_monitoring.c             fprintf(stderr, "Error in OSC check: win_buff=\"%s\" instead of \"hello world!\".\n",
stderr            503 test/monitoring/check_monitoring.c                 fprintf(stderr, "Error in OSC check: s2=\"%s\" instead of \"hello world!\".\n",
stderr            166 test/monitoring/monitoring_test.c             fprintf(stderr, "Process %d cannot save monitoring in %s.%d.prof\n",
stderr            187 test/monitoring/monitoring_test.c             fprintf(stderr, "Process %d cannot save monitoring in %s\n", world_rank, filename);
stderr            244 test/monitoring/monitoring_test.c             fprintf(stderr, "Process %d cannot save monitoring in %s.%d.prof\n",
stderr            266 test/monitoring/monitoring_test.c             fprintf(stderr, "Process %d cannot save monitoring in %s\n", world_rank, filename);
stderr            347 test/monitoring/monitoring_test.c             fprintf(stderr, "Process %d cannot save monitoring in %s.%d.prof\n",
stderr            147 test/mpool/mpool_memkind.c         fprintf(stderr, "mpool/memkind test failed %s\n", error);
stderr            150 test/mpool/mpool_memkind.c         fprintf(stderr, "mpool/memkind test passed\n");
stderr             39 test/runtime/orte_init_finalize.c     fprintf(stderr, "initialize the system\n");
stderr             41 test/runtime/orte_init_finalize.c         fprintf(stderr, "couldn't complete init - error code %d\n", rc);
stderr             45 test/runtime/orte_init_finalize.c     fprintf(stderr, "shut system down\n");
stderr             47 test/runtime/orte_init_finalize.c         fprintf(stderr, "couldn't complete finalize - error code %d\n", rc);
stderr             51 test/runtime/orte_init_finalize.c     fprintf(stderr, "orte_init_finalize: successful\n");
stderr             45 test/runtime/start_shut.c     test_out = stderr;
stderr             53 test/spc/spc_test.c         fprintf(stderr, "Failed to initialize MPI_T thread.\n");
stderr             60 test/spc/spc_test.c         fprintf(stderr, "ERROR: This test should be run with two MPI processes.\n");
stderr             68 test/spc/spc_test.c         fprintf(stderr, "Failed to get the number of pvars.\n");
stderr             78 test/spc/spc_test.c             fprintf(stderr, "Failed to get pvar info.\n");
stderr             90 test/spc/spc_test.c         fprintf(stderr, "ERROR: Couldn't find the appropriate SPC counter in the MPI_T pvars.\n");
stderr            101 test/spc/spc_test.c         fprintf(stderr, "Failed to create MPI_T pvar session.\n");
stderr            107 test/spc/spc_test.c         fprintf(stderr, "Failed to allocate the pvar handle.\n");
stderr            114 test/spc/spc_test.c             fprintf(stderr, "Failed to start the pvar session.\n");
stderr            128 test/spc/spc_test.c         fprintf(stderr, "Failed to read the pvar.\n");
stderr            138 test/spc/spc_test.c                 fprintf(stderr, "The counter value is inaccurate!  It is '%lld'.  It should be '%d'\n", value, expected_bytes);
stderr            148 test/spc/spc_test.c             fprintf(stderr, "Failed to stop the pvar session.\n");
stderr            155 test/spc/spc_test.c         fprintf(stderr, "Failed to free the pvar handle.\n");
stderr            161 test/spc/spc_test.c         fprintf(stderr, "Failed to free the pvar session.\n");
stderr            167 test/spc/spc_test.c         fprintf(stderr, "Failed to finalize MPI_T.\n");
stderr             71 test/support/support.c     fprintf(stderr, " Failure : ");
stderr             72 test/support/support.c     fprintf(stderr, "%s", a);
stderr             73 test/support/support.c     fprintf(stderr, "\n");
stderr             74 test/support/support.c     fflush(stderr);
stderr             90 test/support/support.c         fprintf(stderr, " Expected result: %s\n", expected_result);
stderr             91 test/support/support.c         fprintf(stderr, " Test result: %s\n", test_result);
stderr             92 test/support/support.c         fflush(stderr);
stderr            109 test/support/support.c         fprintf(stderr, " Expected result: %d\n", expected_result);
stderr            110 test/support/support.c         fprintf(stderr, " Test result: %d\n", test_result);
stderr            111 test/support/support.c         fflush(stderr);
stderr            128 test/support/support.c         fprintf(stderr, "SUPPORT: OMPI Test Passed: %s: (%d tests)\n",
stderr            130 test/support/support.c         fflush(stderr);
stderr            132 test/support/support.c         fprintf(stderr,
stderr            135 test/support/support.c         fflush(stderr);
stderr             56 test/threads/opal_condition.c     fprintf(stderr, "thr1: time per iteration: %ld usec\n", (long)((c2 - c1) / TEST_COUNT));
stderr             73 test/threads/opal_condition.c     fprintf(stderr, "thr2: time per iteration: %ld usec\n", (long)((c2 - c1) / TEST_COUNT));
stderr             21 test/util/bipartite_graph.c #  define test_out(...) fprintf(stderr, __VA_ARGS__)
stderr            689 test/util/bipartite_graph.c     fprintf(stderr, "timing for %d iterations is %f seconds (%f s/iter)\n",
stderr             79 test/util/orte_universe_setup_file_io.c         fprintf(stderr, "universe_setup_file_io: failed write with code %d\n", rc);
stderr             95 test/util/orte_universe_setup_file_io.c         fprintf(stderr, "universe_setup_file_io: failed read with code %d\n", rc);
stderr            108 test/util/orte_universe_setup_file_io.c         fprintf(stderr, "universe_setup_file_io: read mismatch\n");