<?php
   session_start(); //Iniciamos la session
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="Description" content="CECONEA - UNNE" />
<title>HPC-CECONEA</title>
<style media="all" type="text/css">
@import url("./css/estiloP.css");
@import url("./css/fuentes.css");
@import url("./css/menu.css");
</style>
</head>

<body bgcolor="#5C6350">
<table id="tabla" align="center" cellspacing="0" cellpadding="0">
  <tr>
    <td>
       <?php
	 include "titulo.php";
      ?>     
    </td>
  </tr>
  <tr>
    <td valign="bottom">
      <?php
         if(isset($_SESSION['user'])) {
	   include "menulogueado.php";
	 }
         else{
	   include "menu.php";
         }
      ?>
    </td>
  <tr>
    <td padding="10px" margin="3px" bgcolor="#FFFFFF" valign="top">
      
      <table width="652px" height="320px" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
	<tr>
        <br>
	  <td  align="center" style="color:#003333; font-size:18pt;">
	    <b>
	      <br>
              <div align="center">Software</div>
              <br>
	    </b>
	  </td>
	</tr>
	<tr>
	  <td align="center" style="vertical-align: top;">

	    <table border=1 style="margin: 10px 0px 10px 36px; border-width: 1px; border-color: white;">

	      <tr>
		<td>

	      <table width="310">
	      <tr>
		<td style="color: #4E4E4E; font-size:14pt;">
		  <b>
		  Compiladores
		  </b>
		</td>
	      </tr>
	      <tr>
		<td>
<UL type = circle>
<LI> gcc 4.3

<LI> gfortran 4.3

<LI> Intel Fortran 10.1.018, 11.0.081

<LI> Intel C 10.1.018, 11.0.081 
</UL>
		</td>
	      </tr>
              </table>
              </td>
		<td>
	      <table width="310">
	      <tr>
		<td style="color: #4E4E4E; font-size:14pt;">
		  <b>
		  Librerias matematicas/datos
		  </b>
		</td>
	      </tr>
	      <tr>
		<td>
<UL type = circle>
<LI> Intel mkl 11.0.081

<LI> Gribex 2

<LI> Netcdf 3.6.2, 4.1 
</UL>
		</td>
	      </tr>
              </table>
		</td>
		</tr>
	        <tr>
		<td>
	      <table width="310">
	      <tr>
		<td style="color: #4E4E4E; font-size:14pt;">
		  <b>
		  Librerias de paso de mensajes (MPI)
		  </b>
		</td>
	      </tr>
	      <tr>
		<td>
<UL type = circle>
<LI> MPICH 2-1.0.7

<LI> MPICH 1-2.7

<LI> OpenMPI 1.4.2
</UL>
		</td>
	      </tr>
              </table>
		</td>
		<td>
	      <table width="310">
	      <tr>
		<td style="color: #4E4E4E; font-size:14pt;">
		  <b>
		     Software de administracion
		  </b>
		</td>
	      </tr>
	      <tr>
		<td>
<UL type = circle>
<LI> Torque 2.1.6

<LI> Ganglia 3.1.2
</UL>
		</td>
	      </tr>
              </table>
		</td>
	      </tr>
	    </table>



	    <br>
	  </td>
	  </tr>
      </table>

    </td>
  </tr>
  <tr>
    <?php
       include "bottom.php";
    ?>
  </tr>
</table>

</body>
</html>
