PyLoadL

Python Bindings for IBM LoadLeveler


 

Contents

Introduction

Example Code

API :

Download

Issues / ToDo

Miscellaneous

Links / Info

Error Handling

Error Handling API


Synopsis


  string_pointer = ll_error(errObj,1 | 2 )

Description


The LoadLeveler Error handling API via PyLoadL has the following functions

ll_error

The error handling API takes an error object and prints an error message, the location depends on the parameter.

  string_pointer = ll_error(errObj, print_to)

Parameters

  1. errObj:

    A LoadLeveler error object returned by previous calls.

  2. print_to:

    Output stream to display error messge string

    • 1 - print error message to standard output
    • 2 - print error message to standard error
    • Any other value and the error message is not printed