'\" t .\" Manual page created with latex2man on Tue Mar 13 15:04:22 MDT 2018 .\" NOTE: This file is generated, DO NOT EDIT. .de Vb .ft CW .nf .. .de Ve .ft R .fi .. .TH "icetDiagnostics" "3" "August 9, 2010" "\fBIceT \fPReference" "\fBIceT \fPReference" .SH NAME \fBicetDiagnostics \-\- change diagnostic reporting level.\fP .PP .SH Synopsis .PP #include .PP .TS H l l l . void \fBicetDiagnostics\fP( IceTBitField \fImask\fP ); .TE .PP .SH Description .PP Sets what diagnostic message are printed to standard output. The messages to be printed out are defined by \fImask\fP\&. \fImask\fP consists of flags that are OR\-ed together. The valid flags are: .TP \fBICET_DIAG_OFF\fP A zero flag used to indicate that no diagnostic messages are desired. .TP \fBICET_DIAG_ERRORS\fP Print messages associated with anomalous conditions. .TP \fBICET_DIAG_WARNINGS\fP Print messages associated with conditions that are unexpected or may lead to errors. Implicitly turns on \fBICET_DIAG_ERRORS\fP\&. .TP \fBICET_DIAG_DEBUG\fP Print frequent messages concerning the status of \fBIceT \fP\&.Implicitly turns on \fBICET_DIAG_ERRORS\fP and \fBICET_DIAG_WARNINGS\fP\&. .TP \fBICET_DIAG_ROOT_NODE\fP Print messages only on the node with a process rank of 0. This is the default if neither \fBICET_DIAG_ROOT_NODE\fP nor \fBICET_DIAG_ALL_NODES\fP is set. .TP \fBICET_DIAG_ALL_NODES\fP Print messages all every nodes. .TP \fBICET_DIAG_FULL\fP Turn on all diagnostic messages on all nodes. .PP The default flags are \fBICET_DIAG_ALL_NODES\fP | \fBICET_DIAG_WARNINGS\fP\&. .PP .SH Errors .PP None. .PP .SH Warnings .PP None. .PP .SH Bugs .PP None known. .PP .SH Copyright Copyright (C)2003 Sandia Corporation .PP Under the terms of Contract DE\-AC04\-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software. .PP This source code is released under the New BSD License. .PP .SH See Also .PP \fIicetGetError\fP(3) .PP .\" NOTE: This file is generated, DO NOT EDIT.