
<!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>

<style type="text/css">
table.ex2 {table-layout:fixed}
</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
	 include "menu.php";
      ?>
    </td>
  <tr>
    <td bgcolor="#FFFFFF" valign="top">
      <table class="ex2" width="652" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
<tr>
<td width="100%" style="padding-left: 15px; padding-right: 5px;">

<div id="content">
<h1 class="title"> Performance WRF en Huayra </h1>


<div id="outline-container-1" class="outline-3">
<h3 id="sec-1"><span class="section-number-3">1</span> Sistema</h3>
<div class="outline-text-3" id="text-1">


<p>
 ARM R2206 Server
</p>
<p>
 Micros (2): Intel XEON QUADCORE 5620
</p>
<p>
 Motherboard: S5500BC
</p>
<p>
 Memory: 32 GB. DDR3 ECC 1333Mhz
</p>
<p>
 Placa infiniband: HCA IB Mellanox QDR 40Gbs 
</p>

</div>

</div>



WRF benchmarks en huayra.

<p>
<img src="times_1.png" width="650" alt="times_1.png" />
</p>
<p>
Tiempo medio obtenido por paso de tiempo con el WRF CONUS 12 km caso de estudio. Las curvas infiniband y ethernet usan openmpi. El asterisco corresponde a una simulacion con intelmpi con 8 tiles.
</p>
<p>
<img src="times_2.png" width="650"  alt="times_2.png" />
</p>
<p>
Cantidad de procesos por segundo  con el WRF CONUS 12 km caso de estudio.  Las curvas infiniband y ethernet usan openmpi.
</p></div>
</div>
</div>
</div>

</td>
</tr>
</table>
    <?php
       include "bottom.php";
    ?>
</table>
</body>
</html>
