icetDiagnostics(3) | IceT Reference | icetDiagnostics(3) |
icetDiagnostics -- change diagnostic reporting level.
#include <IceT.h>
void icetDiagnostics( | IceTBitField | mask ); |
Sets what diagnostic message are printed to standard output. The messages to be printed out are defined by mask. mask consists of flags that are OR-ed together. The valid flags are:
The default flags are ICET_DIAG_ALL_NODES | ICET_DIAG_WARNINGS.
None.
None.
None known.
Copyright (C)2003 Sandia Corporation
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software.
This source code is released under the New BSD License.
August 9, 2010 | IceT Reference |