/****************************************************************************** * * * * Copyright (C) 2009 * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby * granted. No representations are made about the suitability of this software * for any purpose. It is provided "as is" without express or implied warranty. * See the GNU General Public License for more details. * * Documents produced by Doxygen are derivative works derived from the * input used in their production; they are not affected by this license. * */ /*! \page error Error Handling By default, PIO handles errors internally by printing a string describing the error and then calling mpi_abort. Application developers can change this behaivior with a call to \ref PIO_seterrorhandling For example, if a developer wanted to see if an input netcdf file contained the variable 'U' they might do the following: \verbinclude errorhandle \copydoc PIO_error_method */