Changeset 1789 for XIOS


Ignore:
Timestamp:
12/16/19 17:32:29 (4 years ago)
Author:
yushan
Message:

trunk : add test suite scripts

Location:
XIOS/trunk
Files:
27 added
3 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/Compile/config_compile.py

    r1788 r1789  
    6767             
    6868            f.write("add_test( NAME "+build_dir_name+'\n') 
    69             f.write("          COMMAND bash -c \"source ../arch/arch-"+configs_arg[0][i]+".env && module load cmake && cd .. && ./make_xios --arch "+configs_arg[0][i]+" --"+configs_arg[1][j]+" --omp --job 4 --build_dir build_"+build_dir_name+" | tail -n 1 >> Compile/build_"+revision+"_"+machine+"_"+build_dir_name+".txt\")\n\n") 
     69            f.write("          COMMAND bash -c \"source ../arch/arch-"+configs_arg[0][i]+".env && module load cmake && cd .. && ./make_xios --arch "+configs_arg[0][i]+" --"+configs_arg[1][j]+" --job 4 --build_dir build_"+build_dir_name+" | tail -n 1 >> Compile/build_"+revision+"_"+machine+"_"+build_dir_name+".txt\")\n\n") 
    7070            f.write("set_tests_properties( "+build_dir_name+" PROPERTIES\n") 
    7171            f.write("                      FAIL_REGULAR_EXPRESSION \"failed\")\n\n") 
  • XIOS/trunk/Compile/job_compile_irene.sh

    r1788 r1789  
    4343mkdir -p ../html/build_${machine} 
    4444 
    45 mv build_*.txt ../html/build_${machine}/ 
     45cp build_*.txt ../html/build_${machine}/ 
    4646bash -c "cd ../html && python generate_compile.py" 
    4747 
  • XIOS/trunk/GENERIC_TESTCASE/iodef.xml

    r1704 r1789  
    11<?xml version="1.0"?> 
     2 
    23<simulation> 
    34 
     
    67 
    78      <variable id="timestep"> 1h </variable> 
    8       <variable id="domain"> lmdz </variable> 
     9      <variable id="domain"> atm::domain </variable> 
    910      <variable id="domain_mask"> true </variable> 
    1011      <variable id="axis_mask"> true </variable> 
     
    4546    <variable_definition> 
    4647      <variable_group id="buffer"> 
    47         <variable id="min_buffer_size" type="int">10000000</variable> 
    48         <variable id="optimal_buffer_size" type="string">performance</variable> 
    49         <variable id="buffer_factor_size" type="double">0.8</variable>  
     48  <variable id="min_buffer_size" type="int">10000000</variable> 
     49  <variable id="optimal_buffer_size" type="string">performance</variable> 
     50  <variable id="buffer_factor_size" type="double">0.8</variable>  
    5051      </variable_group> 
    5152 
     
    5455        <variable id="info_level" type="int">100</variable> 
    5556        <variable id="print_file" type="bool">true</variable> 
    56         <variable id="using_server2" type="bool">false</variable> 
    57         <variable id="ratio_server2" type="int">50</variable> 
     57        <variable id="using_server2" type="bool">xios::usingSrv2</variable> 
     58        <variable id="ratio_server2" type="int">xios::ratioSrv2</variable> 
     59        <variable id="number_pools_server2" type="int">xios::nbplSrv2</variable> 
    5860        <variable id="pure_one_sided" type="bool">false</variable> 
    5961        <variable id="check_event_sync" type="bool">true</variable> 
Note: See TracChangeset for help on using the changeset viewer.