Ignore:
Timestamp:
09/17/19 11:03:53 (5 years ago)
Author:
yushan
Message:

Generic_testcase : Tests can be launched via job script now. llsubmit job.sh in root or test folder

File:
1 edited

Legend:

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

    r1694 r1716  
    2929module load intel/2018.2 
    3030module load gcc/6.4.0 
     31module load cdo 
     32module load cmake 
    3133 
    3234# The LOADL_STEP_INITDIR vaiable is automatically set by 
     
    4042 
    4143# Execution of a parallel hybrid program (MPI + threads). 
    42 mpirun -np $NB_TASKS ../../build_prod/bin/generic_testcase.exe 
     44 
     45cmake . 
     46 
     47make test 
     48 
     49make subreport 
    4350 
    4451 
    45  
Note: See TracChangeset for help on using the changeset viewer.