Changeset 1775 for XIOS


Ignore:
Timestamp:
11/21/19 10:30:47 (4 years ago)
Author:
yushan
Message:

dev_trunk_omp : solve browser compatibility issue.

Location:
XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE
Files:
1 added
1 deleted
3 edited

Legend:

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

    r1774 r1775  
    234234 
    235235 
    236     f=open("xios_table.html", "w") 
     236    f=open("xios_table.js", "w") 
     237    f.write("document.write(`\n") 
    237238    f.write("<html>\n") 
    238239    f.write("<head>\n") 
     
    338339    f.write("</body>\n") 
    339340    f.write("</html>\n") 
     341    f.write("`);\n") 
    340342 
    341343 
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/plein_report_example.txt

    r1774 r1775  
    3131test_function function@config_UsingSrv2=false_NbServers=4_ATMdomain=lmdz function@UsingSrv2=false_NbServers=4_ATMdomain=lmdz@atm_output.nc 1  
    3232test_function function@config_UsingSrv2=false_NbServers=2_ATMdomain=lmdz function@UsingSrv2=false_NbServers=2_ATMdomain=lmdz@atm_output.nc 1  
    33 test_axis_algo axis_algo@config_UsingSrv2=true_NbServers=2_ATMdomain=lmdz axis_algo@UsingSrv2=true_NbServers=2_ATMdomain=lmdz@atm_output_zoom.nc 1  
    34 test_axis_algo axis_algo@config_UsingSrv2=true_NbServers=4_ATMdomain=lmdz axis_algo@UsingSrv2=true_NbServers=4_ATMdomain=lmdz@atm_output_zoom.nc 1  
    35 test_grid_algo grid_algo@config_UsingSrv2=false_NbServers=2_ATMdomain=lmdz grid_algo@UsingSrv2=false_NbServers=2_ATMdomain=lmdz@atm_output.nc 1  
    36 test_grid_algo grid_algo@config_UsingSrv2=false_NbServers=2_ATMdomain=lmdz grid_algo@UsingSrv2=false_NbServers=2_ATMdomain=lmdz@atm_output_zoom.nc 1  
    37 test_grid_algo grid_algo@config_UsingSrv2=false_NbServers=4_ATMdomain=lmdz grid_algo@UsingSrv2=false_NbServers=4_ATMdomain=lmdz@atm_output.nc 1  
    38 test_grid_algo grid_algo@config_UsingSrv2=false_NbServers=4_ATMdomain=lmdz grid_algo@UsingSrv2=false_NbServers=4_ATMdomain=lmdz@atm_output_zoom.nc 1  
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/xios_report.html

    r1771 r1775  
    55        <link rel="stylesheet" href="xios-style.css"/> 
    66        <title>XIOS Unit Tests Report - Le Site Web</title> 
    7         <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> 
    8         <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"/> 
    9         <script> 
     7        <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> --> 
     8        <!-- <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"/> --> 
     9        <!-- <script> 
    1010            $(document).ready(function() 
    1111            { 
     
    1414                $('#txtcont').load("report.html"); 
    1515            }); 
    16         </script> 
     16        </script> --> 
    1717 
    1818<script> 
     
    140140        </nav>  
    141141        <section> 
    142             <h3 style="margin-left:25px;">If your FireFox browser does not show the result table, try the following steps:</h3> 
     142            <!-- <h3 style="margin-left:25px;">If your FireFox browser does not show the result table, try the following steps:</h3> 
    143143            <ol> 
    144144                <li>open <text style="font-weight: bold;">about:config</text> in the browser.</li> 
    145145                <li>Search <text style="font-weight: bold;">security.fileuri.strict_origin_policy</text>.</li> 
    146146                <li>Change the value to <text style="font-weight: bold;">false</text>.</li> 
    147             </ol> 
     147            </ol> --> 
    148148 
    149149            <h2>Results of unit tests</h2> 
     
    159159             
    160160 
    161             <div id="content"></div> 
     161            <!-- <div id="content"></div> --> 
     162            <script src="xios_table.js"></script> 
    162163             
    163164              
Note: See TracChangeset for help on using the changeset viewer.