Ignore:
Timestamp:
09/26/19 17:13:09 (5 years ago)
Author:
yushan
Message:

Generic_testcase : Update for Jean-Zay

Location:
XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_axis_algo
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_axis_algo/checkfile.def

    r1714 r1725  
    1 #atm_output_1.nc 
    21 
    3 atm_output.nc 
    4 atm_output_copy.nc 
     2atm_output_zoom.nc 
     3#atm_output_inverse.nc 
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_axis_algo/context_atm.xml

    r1718 r1725  
    2626        <zoom_axis begin="0" n="5"/> 
    2727    </axis> 
     28 
    2829    <axis id="domain_X_zoom" axis_ref="domain_X"> 
    2930        <zoom_axis begin="0" n="10"/> 
    3031    </axis> 
     32 
    3133    <axis id="domain_Y_zoom" axis_ref="domain_Y"> 
    3234        <zoom_axis begin="3" n="5"/> 
    3335    </axis> 
     36 
    3437  </axis_definition> 
    3538 
     
    149152      <axis axis_ref="domain_X_zoom" /> 
    150153      <axis axis_ref="domain_Y" /> 
    151  
    152     </grid> 
    153  
    154   
    155   
     154    </grid> 
     155 
     156 
     157 
    156158  
    157159  
     
    387389   
    388390 
    389      <file id="atm_output" output_freq="1ts" enabled="true"> 
    390        <field id="fieldXY_zoomY" field_ref="field_XY" grid_ref="grid_XY_zoom_Y" operation="instant" enabled="true"/> 
    391     </file> 
    392    
    393     <file id="atm_output_copy" output_freq="1ts" enabled="true"> 
    394        <field id="fieldXY_zoomY_copy" field_ref="field_XY" grid_ref="grid_XY_zoom_Y" operation="once" enabled="true"/> 
    395        <field id="fieldXY_zoomX" field_ref="field_XY" grid_ref="grid_XY_zoom_X" operation="once" enabled="false"/> 
    396     </file> 
     391     <file id="atm_output_zoom" output_freq="1ts" enabled="true"> 
     392       <field field_ref="field_XY" grid_ref="grid_XY_zoom_Y" operation="instant" enabled="true"/> 
     393     </file> 
    397394 
    398395 
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_axis_algo/run_sub_test.sh

    r1723 r1725  
    3535touch report.html 
    3636> report.html 
    37 echo "<p> </p> " >> report.html 
    38 echo "<p> </p> " >> report.html 
     37echo "<br> " >> report.html 
     38echo "<br> " >> report.html 
     39echo "<br> " >> report.html 
    3940echo "<p>testing  <font color="blue">axis</font> algorithms...</p>" >> report.html  
    40 echo "<p> </p> " >> report.html 
     41echo "<br> " >> report.html 
    4142 
    4243nb_config=$(python sub_config1.py 2>&1)                                                                                                                     
     
    5455 
    5556nb_proc=$(python sub_config2.py 2>&1)  
     57nb_jz=$(($nb_proc-1)) 
    5658 
    57 if [$machine_name == irene] 
     59if [[ ($machine_name == irene) ]] 
    5860then 
    5961    ccc_mprun -n $nb_proc ../../build_prod/bin/generic_testcase.exe 
     62elif [[($machine_name == ada)]] 
     63then 
     64    echo "Testing on ADA" 
     65    mpirun -np $nb_proc ../../build_prod/bin/generic_testcase.exe 
     66elif [[($machine_name == jeanzay)]] 
     67then 
     68    echo "Testing on Jean-Zay"  
     69    # touch srun.conf 
     70    # > srun.conf 
     71    # echo "0-"$nb_jz " ../../build_prod/bin/generic_testcase.exe">> srun.conf 
     72    # srun --mpi=pmi2 -K1 --multi-prog -m cyclic ./srun.conf  
     73    srun -n $nb_proc --mpi=pmi2 ../../build_prod/bin/generic_testcase.exe 
    6074else 
    61     mpirun -np $nb_proc ../../build_prod/bin/generic_testcase.exe 
     75    echo "other machine" 
    6276fi 
    6377 
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_axis_algo/user_params.def

    r1713 r1725  
    1111# e.g. NumberServers = 2, 4, 8   
    1212 
    13 NumberServers = 2, 4 
     13NumberServers = 2 
    1414ATMdomain='lmdz' 
    15 UsingServer2 = 'false', 'true' 
     15UsingServer2 = 'true' 
    1616# Duration = '1d', '2d' 
    1717# NumberPoolsServer2 = 1 
Note: See TracChangeset for help on using the changeset viewer.