[Commits] [svn:einsteintoolkit] www/release-info/ (Rev. 347)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Fri Oct 29 11:14:20 CDT 2010


User: knarf
Date: 2010/10/29 11:14 AM

Added:
 /release-info/
  index.php

Log:
 add description how to run testsuites

File Changes:

Directory: /release-info/
=========================

File [added]: index.php
Delta lines: +20 -0
===================================================================
--- release-info/index.php	                        (rev 0)
+++ release-info/index.php	2010-10-29 16:14:19 UTC (rev 347)
@@ -0,0 +1,20 @@
+<?php $title='Release status information';
+include_once($_SERVER['DOCUMENT_ROOT'].'/global/header.php');?>
+
+<!--might want to move this into header.php-->
+<!--[if IE]><script type="text/javascript" src="/global/css3-multi-column.js"></script><![endif]--> 
+<h1>Testsuite status</h1>
+<p>
+The latest information about the submitted (committed) testsuite status can be found
+<a href="parse_testsuite_results.php">here</a>.
+</p>
+<p>
+In order to create those results, the following two short scripts might be helpful:
+ <ul>
+  <li><a href="compile_tests">compile_tests</a> to download and compile the latest ET version</li>
+  <li><a href="run_tests">run_tests</a> to run the testsuites for one and two MPI processes, saving the resulting log files. This should typically be done within an interactive job, but should otherwise not require user interaction. The resulting log files will be located in the directory run_tests was run from (outside of the Cactus source tree). Copy them into this
+<a href="https://svn.einsteintoolkit.org/www/release-info">repository</a> with the naming scheme
+MACHINE__PROCESSES.log where you should choose short names for MACHINE.</li>
+</p>
+
+<?php include_once($_SERVER['DOCUMENT_ROOT'].'/global/footer.php');?>



More information about the Commits mailing list