Ignore:
Timestamp:
08/12/20 16:17:53 (4 years ago)
Author:
dubos
Message:

testing : allow different arch for XIOS and DYNAMICO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configs/testing/setup.sh

    r1036 r1041  
    2525EOF 
    2626          exit;; 
    27       "-arch") 
    28           arch=$2 ; arch_defined="TRUE"; shift ; shift ;; 
    29       "-job") 
     27      "--arch") 
     28          arch=$2 ; arch_XIOS=$2 ; arch_defined="TRUE"; shift ; shift ;; 
     29      "--arch-XIOS") 
     30          arch_XIOS=$2 ; shift ; shift ;; 
     31      "--job") 
    3032          job=$2 ; shift ; shift;; 
    31       "-project") 
     33      "--project") 
    3234          project=$2 ; proj_defined="TRUE"; shift; shift;; 
    33       "-full") 
     35      "--full") 
    3436          full_defined="TRUE" ; shift ;; 
    3537      *) 
     
    4749ROOT="$ROOT" 
    4850arch="$arch" 
     51arch_XIOS="$arch_XIOS" 
    4952job="$job" 
    5053project="$project" 
Note: See TracChangeset for help on using the changeset viewer.