<?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";
       ?>

<!-- <a href=index.php <img src="images/titulo.jpeg" height="50" width="716"/> -->     
    </td>
  </tr>
  <tr>
    <td valign="bottom">
      
<style tpye="text/css">
body{
    /* 1 */
    margin: 0;
    /* 2 */                      
    font-family: sans-serif;
    font-size: 14px;
}

#menu-wrapper ul{
    /* 3 */
    padding: 0;  
    /* 4 */                 
    list-style: none;              
} 

#hmenu > li{
    display: inline-block;          
}
/* 2 */
#hmenu > li > a{
    display: block;                 
    padding: 8px 5px;              
    width: 100px;
    height: 13px;
}
/* 3 */
li ul{
    position: absolute;
} 

li ul{
    position: absolute;
    /* 2 */
    display: none;
}

.sub-menu a{
    /* 1 */
    display: block;
    padding: 5px 5px;
    height: 13px;
}

li:hover ul{
    /* 3 */
    display: block;
}

/* EDITAR ESTAR PARTE PARA MODIFICAR LA APARIENCIA */
#menu-wrapper, li ul{
    background: #003333;
}

#hmenu {
    width: 700px;
    margin: 0 auto;
}

#hmenu a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#hmenu a:hover{
    color: #003333;
    text-decoration: none;
    font-weight: bold;
}

#hmenu li:hover{
    background: #888888;
    text-shadow: 0 0 2px #888; 
}

#softconten {width:600px;margin:auto;text-align:center;margin-top:20px;}
	#softconten .titulo {height:18px;font-family:Helvetica,Arial, Sans Serif;font-size:26px;line-height:20px;}
#soft {width:290px;height:200px;font-family: Helvetica,Sans serif;color:#000000;float:left;padding:5px;text-align:left;}
	#soft h1 {font-weight:bold;font-size:18px;color: #3f464a;text-decoration:underline;}
	#soft p {font-weight:lighter;height:20px;font-size:14px;color:#1b1b1b;padding-left:25px;}


</style>


      <?php
         if(isset($_SESSION['user'])) {
	   include "menulogueado.php";
	 }
         else{
	   include "menu.php";
         }
      ?></td>
  <tr>
    <td padding="10px" margin="3px" bgcolor="#FFFFFF" valign="top"><br><br>
	<div style="color:#003333; font-size:16pt;" id="softconten"><h1 class="titulo">Software</h1>
		<div id="soft">
			<h1>Compiladores</h1>
			<ul type="square"> 
			<li><p>gcc 4.3</p></li>
			<li><p>gfortran 4.3</p></li>
			<li><p>Intel Fortran 10.1.018, 11.0.081</p></li>
			<li><p>Intel C 10.1.018, 11.0.081 </p></li>
			</ul>
		</div>
		<div id="soft">
			<h1>Librerias matematicas/datos</h1>
			<ul type="square"> 
			<li><p>Intel mkl 11.0.081</p></li>
			<li><p>Gribex 2</p></li>
			<li><p>Netcdf 3.6.2, 4.1</p></li>
			</ul>
		</div>
		<div id="soft">
			<h1>Librerias MPI</h1>
			<ul type="square"> 
			<li><p>MPICH 2-1.0.7</p></li>
			<li><p>MPICH 1-2.7</p></li>
			<li><p>OpenMPI 1.4.2 </p></li>
			</ul>
		</div>
		<div id="soft">
			<h1>Software de administracion</h1>
			<ul type="square"> 
			<li><p>Torque 2.1.6</p></li>
			<li><p>Ganglia 3.1.2</p></li>
			</ul>
		</div>
			Detalles de la 
			<a style="color:#005555;" href="huayra_instalacion.php"> Instalacion de Huayra </a>
		<div style="clear:both;"></div>
     
    </div> 
      <p></p>

<br><br>
    </td>
  </tr>
  <tr>
      <tr >
    <td colspan="3" align="left" style="background-color:#003333;  padding:3px 5px; color:#ffffff; font-size:10px;">
      <a href="http://www.unne.edu.ar/"> Universidad Nacional del Nordeste </a>
      &nbsp; > &nbsp;
      <a href="http://exa.unne.edu.ar/"> FaCENA </a>
      &nbsp; > &nbsp;
      <a href=""> CECONEA </a>
    </td>
  </tr>
<tr bgcolor="#5C6350" > 
<td>
<br>
    </td>
  </tr>
  </tr>
</table>

</body>
</html>
