Ignore:
Timestamp:
01/02/20 16:07:39 (4 years ago)
Author:
yushan
Message:

dev_trunk_omp : add hierarchical inputs(user_param.json). simplify post-processing scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/user_config.py

    r1771 r1838  
    4141        f.write("                   COMMAND rm -f report.txt\n") 
    4242        f.write("                   COMMAND rm -f report.html\n") 
    43  
    44          
    45         for folder in test_list: 
    46                 f.write("                   COMMAND cat "+folder+"/report.txt >> report.txt\n") 
    47                 f.write("                   COMMAND cat "+folder+"/report.html >> report.html\n") 
    48          
    4943        f.write("                   )\n\n") 
    5044        f.close 
Note: See TracChangeset for help on using the changeset viewer.