Ignore:
Timestamp:
10/15/19 11:37:29 (5 years ago)
Author:
yushan
Message:

Doc updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/doc/XIOS_testcase_user_guide.tex

    r1741 r1742  
    1919%   read geometry.pdf for detailed page layout information 
    2020 
    21 \usepackage{graphicx} % support the \includegraphics command and optionsi 
     21\usepackage{graphicx} % support the \includegraphics command and options 
    2222 
    2323% \usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent 
     
    2626\usepackage{booktabs} % for much better looking tables 
    2727\usepackage{array} % for better arrays (eg matrices) in maths 
    28 \usepackage{paralist} % very flexible & customisable lists (eg. enumerate/itemize, etc.) 
     28\usepackage{paralist} % very flexible & customizable lists (eg. enumerate/itemize, etc.) 
    2929\usepackage{verbatim} % adds environment for commenting out blocks of text & for better verbatim 
    3030\usepackage{subfig} % make it possible to include more than one captioned figure/table in a single float 
     
    3434\usepackage{fancyhdr} % This should be set AFTER setting up the page geometry 
    3535\pagestyle{fancy} % options: empty , plain , fancy 
    36 \renewcommand{\headrulewidth}{0pt} % customise the layout... 
     36\renewcommand{\headrulewidth}{0pt} % customize the layout... 
    3737\lhead{}\chead{}\rhead{} 
    3838\lfoot{}\cfoot{\thepage}\rfoot{} 
     
    117117 
    118118The XIOS generic testcase is a set of unit tests that test functionalities of  
    119 XIOS. It is reserved for XIOS developpers and it is designed to ensure that the  
     119XIOS. It is reserved for XIOS developers and it is designed to ensure that the  
    120120XIOS does not introduce errors after each code modification.  
    121121 
    122 \section{Orgnization of the testcase} 
     122\section{Organization of the testcase} 
    123123The XIOS generic testcase is located in the \verb|GENERIC_TESTCASE| folder inside  
    124124the XIOS directory. Inside the \verb|GENERIC_TESTCASE| folder, we have for the moment  
     
    157157 
    158158Besides of the default value, one can also set a temporal value for the configuration variables in the file \verb|user_params.def|. 
    159 In this file, each variable can have multiple values seperated by a semecolon. For example, \verb|NumberServers=2,4,6|. 
     159In this file, each variable can have multiple values separated by a semicolon. For example, \verb|NumberServers=2,4,6|. 
    160160From such definition, the testcase will generate 3 different configurations and tests will be run for each configuration. 
    161161 
    162162 
    163163\subsection{Define the output file check list} 
    164 The validation of the testcase is ensured by the comparaison between the newly generated output  
    165 \verb|NetCDF| files and the prestored reference results. In some cases, one maybe interested in only one or serveral output files. 
    166 It will not be necessary to compare all output files for this will slow down the whole test execuition. 
     164The validation of the testcase is ensured by the comparison between the newly generated output  
     165\verb|NetCDF| files and the pre-stored reference results. In some cases, one maybe interested in only one or several output files. 
     166It will not be necessary to compare all output files for this will slow down the whole test execution. 
    167167To specify the output files to compare with the reference, one can modify the \verb|checkfile.def| file. 
    168 If nothing is set in this file, or \verb|all| is set, then all output files will be examinated. 
     168If nothing is set in this file, or \verb|all| is set, then all output files will be examined. 
    169169 
    170170\section{How to launch XIOS testcase} 
     
    204204\end{lstlisting} 
    205205 
    206 This Ctest style summary report shows the overall execution status of all unit tests.  
     206This CTest style summary report shows the overall execution status of all unit tests.  
    207207Besides of this console output, we also have \verb|report.html| which can be viewed 
    208208by any web browser.  
Note: See TracChangeset for help on using the changeset viewer.