<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.pink-pit.com/LoadLeveler/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.pink-pit.com/LoadLeveler/feed.php">
        <title>IBM::LoadLeveler - Perl access to IBM LoadLeveler</title>
        <description></description>
        <link>http://www.pink-pit.com/LoadLeveler/</link>
        <image rdf:resource="http://www.pink-pit.com/LoadLeveler/lib/images/favicon.ico" />
       <dc:date>2010-07-29T18:16:25-04:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.pink-pit.com/LoadLeveler/doku.php?id=ll_get_data_changes&amp;rev=1275942361&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.pink-pit.com/LoadLeveler/doku.php?id=reservation_api&amp;rev=1256214523&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.pink-pit.com/LoadLeveler/doku.php?id=introduction&amp;rev=1221990884&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.pink-pit.com/LoadLeveler/doku.php?id=data_access_api&amp;rev=1216676478&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.pink-pit.com/LoadLeveler/lib/images/favicon.ico">
        <title>IBM::LoadLeveler - Perl access to IBM LoadLeveler</title>
        <link>http://www.pink-pit.com/LoadLeveler/</link>
        <url>http://www.pink-pit.com/LoadLeveler/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.pink-pit.com/LoadLeveler/doku.php?id=ll_get_data_changes&amp;rev=1275942361&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-07T16:26:01-04:00</dc:date>
        <dc:creator>Mike Hawkins</dc:creator>
        <title>Data Access API - Changes</title>
        <link>http://www.pink-pit.com/LoadLeveler/doku.php?id=ll_get_data_changes&amp;rev=1275942361&amp;do=diff</link>
        <description>Data Access API - Changes


Below is a list of changes made to ll_get_data, I believe it is reasonably accurate, but there are problems with it. IBM does at times back port functionality, so some parameters seem to bounce in and out of the llapi.h at random. LL_StepDependency is a good example, it is in versions 3.1.0.31, 3.1.0.32, 3.2.0.16, 3.2.0.17, 3.2.0.18 &amp; 3.3.0.3+, which frankly is down right annoying if you are trying to use #ifdefs.</description>
    </item>
    <item rdf:about="http://www.pink-pit.com/LoadLeveler/doku.php?id=reservation_api&amp;rev=1256214523&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-22T08:28:43-04:00</dc:date>
        <dc:creator>Mike Hawkins</dc:creator>
        <title>IBM::LoadLeveler Reservation API</title>
        <link>http://www.pink-pit.com/LoadLeveler/doku.php?id=reservation_api&amp;rev=1256214523&amp;do=diff</link>
        <description># Reservation API

$resid = ll_make_reservation($start_time,$duration,RESERVATION_BY_NODE|
                                                   RESERVATION_BY_HOSTLIST|
                                                   RESERVATION_BY_JOBSTEP|
                                                   RESERVATION_BY_JCF,
                                                   $data,$options,\@users,
                                                   \@groups,$group);

$result = ll_change_reservation($ID,\%para…</description>
    </item>
    <item rdf:about="http://www.pink-pit.com/LoadLeveler/doku.php?id=introduction&amp;rev=1221990884&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-21T05:54:44-04:00</dc:date>
        <dc:creator>Mike Hawkins</dc:creator>
        <title>IBM::LoadLeveler - Perl access to IBM LoadLeveler Workload Management System</title>
        <link>http://www.pink-pit.com/LoadLeveler/doku.php?id=introduction&amp;rev=1221990884&amp;do=diff</link>
        <description>IBM::LoadLeveler is a Perl interface to the IBM LoadLeveler work load management system.  Documentation on the system can be found at &lt;http://publib.boulder.ibm.com/infocenter/clresctr/topic/com.ibm.cluster.loadl.doc/llbooks.html&gt;. The module is not for the faint hearted, the Data Access API can return several hundered parameters, I strongly advise you print out the IBM documentation, especially the very useful ”LoadLeveler Job Object Model” diagram.</description>
    </item>
    <item rdf:about="http://www.pink-pit.com/LoadLeveler/doku.php?id=data_access_api&amp;rev=1216676478&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-07-21T17:41:18-04:00</dc:date>
        <dc:creator>Mike Hawkins</dc:creator>
        <title>Data Access API</title>
        <link>http://www.pink-pit.com/LoadLeveler/doku.php?id=data_access_api&amp;rev=1216676478&amp;do=diff</link>
        <description>Synopsis


use IBM::LoadLeveler;

$version = ll_version();

# Data Access API functions

$query = ll_query( JOBS|MACHINES|CLUSTER|WLMSTAT|MATRIX|CLASSES|RESERVATIONS|MCLUSTERS|BLUE_GENE|FAIRSHARE );

$return = ll_set_request( $query,QUERY_ALL|QUERY_JOBID|QUERY_STEPID|\
        QUERY_GROUP|QUERY_CLASS|QUERY_HOST|QUERY_STARTDATE|QUERY_ENDDATE|\
        QUERY_PROCID|QUERY_RESERVATION_ID|\
        QUERY_BG_JOB|QUERY_BG_PARTITION|QUERY_BG_BASE_PARTITION,\
        QUERY_TOP_DOG,\@filter,ALL_DATA|Q_LIN…</description>
    </item>
</rdf:RDF>
