Ignore:
Timestamp:
09/27/19 12:59:26 (5 years ago)
Author:
yushan
Message:

Generic_testcase : a Ada job script bug corrected

Location:
XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_scalar_algo
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_scalar_algo/job.sh

    r1716 r1727  
    4242 
    4343# Execution of a parallel hybrid program (MPI + threads). 
    44  
     44export machine_name=ada 
    4545cmake . 
    46 make test 
     46ctest -V 
    4747 
    4848 
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_scalar_algo/run_sub_test.sh

    r1726 r1727  
    2727echo " " >> report.txt 
    2828echo " " >> report.txt 
    29 echo -e "testing ${Color}axis${NC} algorithms..." >> report.txt 
     29echo -e "testing ${Color}scalar${NC} algorithms..." >> report.txt 
    3030echo " " >> report.txt 
    3131 
     
    3535echo "<br> " >> report.html 
    3636echo "<br> " >> report.html 
    37 echo "<p>testing  <font color="blue">axis</font> algorithms...</p>" >> report.html  
     37echo "<p>testing  <font color="blue">scalar</font> algorithms...</p>" >> report.html  
    3838echo "<br> " >> report.html 
    3939 
Note: See TracChangeset for help on using the changeset viewer.