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

GENERIC_TESTCASE: add build_dir for job scripts

File:
1 edited

Legend:

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

    r1739 r1743  
    2525then 
    2626    echo "Testing on Irene" 
    27     ccc_mprun -n $nb_proc ../../build_prod/bin/generic_testcase.exe 
     27    ccc_mprun -n $nb_proc $xios_dir/$build_dir/bin/generic_testcase.exe 
    2828elif [[($machine_name == ada)]] 
    2929then 
    3030    echo "Testing on ADA" 
    31     mpirun -np $nb_proc ../../build_prod/bin/generic_testcase.exe 
     31    mpirun -np $nb_proc $xios_dir/$build_dir/bin/generic_testcase.exe 
    3232elif [[($machine_name == jeanzay)]] 
    3333then 
    3434    echo "Testing on Jean-Zay"  
    35     srun -n $nb_proc --mpi=pmi2 ../../build_prod/bin/generic_testcase.exe 
     35    srun -n $nb_proc --mpi=pmi2 $xios_dir/$build_dir/bin/generic_testcase.exe 
    3636    if [ $? -ne 0 ] 
    3737        then 
Note: See TracChangeset for help on using the changeset viewer.