Ignore:
Timestamp:
Jul 12, 2024, 4:19:11 PM (2 months ago)
Author:
fhourdin
Message:

Comportemnt de makelmdz* quand on compile deja

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/makelmdz_fcm

    r5036 r5048  
    576576    if [[ $force_compile == true ]]
    577577    then
    578         \rm -f $LIBFGCM/grid/dimensions.h
     578        \rm -f $LIBFGCM/grid/dimensions.h
    579579    else
    580         echo "WARNING: you are probably already compiling the model somewhere else."
    581         echo "Wait until the first compilation is finished before launching this one."
    582         echo "If you are sure that you are not compiling elsewhere, "
    583         echo "run makelmdz_fcm with option -force_compile"
    584         exit 1
     580        echo "WARNING: you are probably already compiling the model somewhere else."
     581        echo "Wait until the first compilation is finished before launching this one."
     582        echo "If you are sure that you are not compiling elsewhere, "
     583        echo "If you are sure that you are not compiling elsewhere, then"
     584        echo rm -f $LIBFGCM/grid/dimensions.h
     585        echo "before reruning the compilation"
     586        echo "or run makelmdz_fcm with option -force_compile"
     587        exit 1
    585588    fi
    586589fi
     590
    587591
    588592
Note: See TracChangeset for help on using the changeset viewer.