# -*- Perl -*- =pod =head1 Fair share scheduling API IBM::LoadLeveler Fair share scheduling API =head1 SYNOPSIS # Fair share scheduling API $rc=ll_fair_share(FAIR_SHARE_RESET|FAIR_SHARE_SAVE,$savedir,$savefile); =head1 DESCRIPTION The Fair share scheduling API has the following function: This API is only available for LoadLeveler versions 3.3.0.0 and higher. =over 4 =item ll_fair_share =back =over 4 =item ll_fair_share =back $rc=ll_fair_share(FAIR_SHARE_RESET|FAIR_SHARE_SAVE,$savedir,$savefile); This routine differs from the C API by not using the I structure but instead taking all the parameters as input. B 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 =head1 SEE ALSO L L L. IBM LoadLeveler for AIX 5L: Using and Administering =cut