Ignore:
Timestamp:
02/03/22 10:48:49 (2 years ago)
Author:
jderouillat
Message:

Replace ccc_mpp by squeue in the test suite. ccc_mpp generates in the test suite from a few days the error 'ccc_mpp[717]: printf: warning: invalid argument of type T'

File:
1 edited

Legend:

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

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