<?php
	require_once("globals.php");
?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<TITLE>Pyloadl: Python Bindings for IBM LoadLeveler</TITLE>
<base href="http://www.gingergeeks.co.uk/pyloadl/">
<link rel="icon" href="favicon.ico" type="image/ico" />
<link rel="shortcut icon" href="favicon.ico" />

<?php
	echoCodeLinks();
?>

<script src="badmail.js"></script>

</head>
<body>

<?php
	echoOuterStart('credit.php');
?>

<h2><a name="LINKS"></a><center>Links</center></h2>
<p>
<ul>
<li><a href="http://www.pink-pit.com/LoadLeveler/doku.php">IBM::LoadLeveler</a> is a PERL module by Mike Hawkins that is a more fully functional and mature interface.
</p>
<p>
<li><a href="http://www-unix.mcs.anl.gov/cobalt/">Cobalt Scheduler</a> is written in Python, comprises of a set of component-based system and resource management software for parallel machines including Blue Gene/L systems.
</p>

<p>
<li><a href="http://www.sdsc.edu/catalina/">Catalina Scheduler</a> is an example of a meta-scheduler written in Python that sits on top of LoadLeveler and makes the necessary scheduling decisions instructing LoadLeveler when and where to dispatch jobs.
</p>
<li><a href="http://www.gingergeeks.co.uk/pycss/">PyCss</a> is a module to access the IBM Switch Table Library, information such as free windows for a Colony switch adapter on SP nodes are returned.
</p>
<p>
<li><a href="http://www.gingergeeks.co.uk/pylsf/">PyLSF</a> is a module to interface to version 6.2 Plaform HPC LSF batch scheduler.
</p>
<p>
<li><a href="http://www.gingergeeks.co.uk/pyslurm/">PySlurm</a> aka "Slurpy" is a module to interface to the Simple Linux Utility for Resource Manager (SLURM).
</p>
<p>
<li><a href="http://www.ibm.com/developerworks/forums/forum.jspa?forumID=1056">HPC Central Technical Forum</a> Useful forum visted by customers and developers.
</p>
</ul>
<h2><a name="CREDITS"></a><center>Credits</center></h2>
<p>
Thankyou to the following people for their assistance:
<ul>
 <li> My long suffering girlfriend Mary Cushion (incl Logo).
 <p>
 <li> Mike "Shorty" Hawkins for providing guidance and suggestions.
 <p>
 <li> <a href="http://www.mundayweb.com">Neil Munday</a> for providing web site Php templates.
 <p>
 <li> Patricia "Auntie" Kovatch, Kenneth Yoshimoto and my friends at <a href="http://www.sdsc.edu/">San Diego SuperComputer Centre</a> (SDSC) for providing the access and resources to the Blue Gene/L.
 <p>
 <li> Dr Steve Andrews and Colin Morey at Daresbury Laboratory for providing the access and resources to the Blue Gene/P.
 <p>
 <li> Peter Mayes (IBM), April Brown (IBM), Kailash Marthi (IBM) and Waiman Chan (IBM).
</ul>
</p>

<h2><a name="COPY"></a><center>Copyrights</center></h2>
<p>
LoadLeveler is a product of IBM.  For more information, please refer to <a href="http://www.ibm.com/">http://www.ibm.com/</a>.
</p>

<h2><a name="AUTHORS"></a><center>Author</center></h2>
<p>
If you have any questions, suggestions or bug reports then you are welcome to contact me.
</p>

<center>
<a href="javascript:contact('mark')"><img border=0 src="./me.png"></a>
</center>
<?php
	echoOuterEnd();
?>

</body>
</html>
