SCORPIO  1.7.0
Data Types | Modules | Macros | Functions/Subroutines
spio_err.F90 File Reference

APIs for handling errors This file contains the APIs for handling errors in the Fortran interface. More...

Modules

module  spio_err
 

Macros

#define __PIO_FILE__   'spio_err.F90'
 

Functions/Subroutines

subroutine, public spio_err::pio_setdebuglevel (lvl, ierr)
 
subroutine spio_err::pio_seterrorhandling_iosysid (iosysid, eh, old_eh, ierr)
 Set the error handler to use for an I/O system. More...
 
subroutine spio_err::pio_seterrorhandling_iosys (iosys, eh, old_eh, ierr)
 Set the error handler to use for an I/O system. More...
 
subroutine spio_err::pio_seterrorhandling_file (file, eh, old_eh, ierr)
 Set the error handler to use for a file. More...
 
integer function, public spio_err::pio_strerror (errcode, errmsg)
 
integer function, public spio_err::pio_set_log_level (log_level)
 

Detailed Description

APIs for handling errors This file contains the APIs for handling errors in the Fortran interface.

Macro Definition Documentation

◆ __PIO_FILE__

#define __PIO_FILE__   'spio_err.F90'