The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Fair share scheduling API

IBM::LoadLeveler Fair share scheduling API

SYNOPSIS

  # Fair share scheduling API

  $rc=ll_fair_share(FAIR_SHARE_RESET|FAIR_SHARE_SAVE,$savedir,$savefile);

DESCRIPTION

The Fair share scheduling API has the following function:

This API is only available for LoadLeveler versions 3.3.0.0 and higher.

ll_fair_share
ll_fair_share
  $rc=ll_fair_share(FAIR_SHARE_RESET|FAIR_SHARE_SAVE,$savedir,$savefile);

This routine differs from the C API by not using the LL_fair_share_param structure but instead taking all the parameters as input.

Parameters

        Parameter    Description
        ------------------------------------------------------------------------------------------
        $savedir     A directory to be used for saving a snapshot of data, used by FAIR_SHARE_SAVE
        $savefile    A previously saved file of data, used by FAIR_SHARE_RESET

SEE ALSO

LoadLeveler DataAccess perl.

IBM LoadLeveler for AIX 5L: Using and Administering