Ignore:
Timestamp:
11/18/19 16:40:02 (5 years ago)
Author:
yushan
Message:

dev_trunk_omp : add xios_report.html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/job_jz.sh

    r1745 r1771  
    66#SBATCH --hint=nomultithread 
    77#SBATCH -t 00:10:00              # Temps elapsed maximum d'exécution 
    8 #SBATCH -o Test_client.out     # Nom du fichier de sortie 
    9 #SBATCH -e Test_client.err     # Nom du fichier d'erreur 
     8#SBATCH -o output.out     # Nom du fichier de sortie 
     9#SBATCH -e error.err     # Nom du fichier d'erreur 
    1010##SBATCH -p cpu_port             # Nom de la partition d'exécution 
    1111##SBATCH -A sos@cpu 
     
    3737# python user_config.py 
    3838 
     39rm -f plein_report.txt 
     40 
    3941rm -f setup.sh 
    4042touch setup.sh 
     
    4446  cp setup.py ${i%%/}       
    4547  cp run_sub_test.sh ${i%%/}       
    46   echo "bash -c \"cd " ${i%%/} " && python setup.py\" ">> setup.sh 
     48  echo "bash -c \"cd " ${i%%/} " && python setup.py \" ">> setup.sh 
    4749  echo "echo \"setup.py called from " ${i%%/} "\"">> setup.sh 
    4850done 
     
    6062 
    6163cmake . 
    62 #ctest -V  
    63 ctest --output-on-failure 
     64ctest -V  
     65#ctest --output-on-failure 
    6466make report 
    6567 
    66 echo "Generic testcase report" | mailx -s "report" -a report.html yushan.wang@lsce.ipsl.fr 
     68#echo "Generic testcase report" | mailx -s "report" -a report.html yushan.wang@lsce.ipsl.fr 
    6769 
    6870rm -f test_*/setup.py 
     
    8082#srun --mpi=pmi2 ../bin/test_client.exe 
    8183 
    82  
     84python generate_table.py 
Note: See TracChangeset for help on using the changeset viewer.