Ignore:
Timestamp:
Aug 5, 2020, 8:40:33 AM (4 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
b4ae1d6
Parents:
0a75335
Message:

updated unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Testing/Regression/Unit/Testfiles/compilejob.test

    rbe6c0a2 r8028176  
    2525
    2626set -x
    27 export VERSION=7.1
     27export VERSION=7.1.2
    2828case ${HOST} in
    2929  *ecg*)
    3030  module unload grib_api
    31   module unload eccodes
     31  module unload emos
     32  module load python3
    3233  module load eccodes
    33   module load python
    34   module unload emos
    3534  module load emos/455-r64
    3635  export FLEXPART_ROOT_SCRIPTS=fp_root_test_path
     
    3938  *cca*)
    4039  module switch PrgEnv-cray PrgEnv-intel
     40  module load python3
    4141  module load eccodes
    42   module load emos
    43   module load python
     42  module load emos/455-r64
    4443  echo ${GROUP}
    4544  echo ${HOME}
     
    5554cd ${FLEXPART_ROOT_SCRIPTS}/flex_extract_v${VERSION}   # if FLEXPART_ROOT is not set this means cd to the home directory
    5655tar -xvf ${HOME}/flex_extract_v${VERSION}.tar
    57 cd source/fortran
    58 \rm *.o *.mod CONVERT2
     56cd Source/Fortran
     57\rm *.o *.mod calc_etadot
    5958make -f ${MAKEFILE} >flexcompile 2>flexcompile
    6059
    61 ls -l CONVERT2 >>flexcompile
     60ls -l calc_etadot >>flexcompile
    6261if [ $? -eq 0 ]; then
    6362  echo 'SUCCESS!' >>flexcompile
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG