Changeset 4494 for BOL


Ignore:
Timestamp:
Apr 4, 2023, 5:11:50 PM (14 months ago)
Author:
lguez
Message:

Do not remove bin and lib for parallel compile

The lines that we remove in this commit appeared in
revision r3044. They do not seem useful since we run `makeorchidee_fcm
-clean afterwards. Now that lib also contains libnetcdf95.a`, we
would have to save libnetcdf95.a and put it back to lib, just as we
did for IOIPSL. It is simpler not to remove lib. (Note that bin is
empty at this point.) Then we do not create ioipsl.tar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install_lmdz.sh

    r4457 r4494  
    788788    fi # of if [ $ioipsl = 1 ]
    789789fi
    790 # Saving ioipsl lib for possible parallel compile
    791 cd $MODEL/modipsl
    792 tar cf ioipsl.tar lib/ bin/
    793790
    794791#=========================================================================
     
    11291126    cd $MODEL/modipsl
    11301127    tar cf sequential.tar bin/ lib/
    1131     \rm -rf bin/ lib/
    1132     tar xf ioipsl.tar
    11331128    #
    11341129    # Orchidee
Note: See TracChangeset for help on using the changeset viewer.