Ignore:
Timestamp:
02/02/22 12:00:39 (2 years ago)
Author:
jderouillat
Message:

Fix in the test suite to launch generic_testcase only if compile succeed. + Minor fix for ccc_mpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/my_run.sh

    r2281 r2292  
    3939 
    4040  i=0 
    41   output=$(ccc_mpp | grep ${jobid}) 
     41  output=$(ccc_mpp -n -u ${USER} | grep ${jobid}) 
    4242  while [ ! -z "$output" ] 
    4343  do 
     
    4545    sleep 30 
    4646    ((i+=30)) 
    47     output=$(ccc_mpp | grep ${jobid}) 
     47    output=$(ccc_mpp -n -u ${USER} | grep ${jobid}) 
    4848    if [[ $i -eq 300 ]]; then 
    4949      ccc_mdel $jobid 
Note: See TracChangeset for help on using the changeset viewer.