Ignore:
Timestamp:
Mar 21, 2019, 11:46:23 AM (6 years ago)
Author:
jgipsl
Message:

According to common agrement between icmc models, adapted to store folders created during compilation in build directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/IOIPSL/makeioipsl_fcm

    r4134 r4136  
    119119if [[ "$full_defined" == "TRUE" ]]
    120120then
    121   ./build --job $job --full
     121  ./build.sh --job $job --full
    122122else
    123   ./build --job $job
     123  ./build.sh --job $job
    124124fi
     125
     126# Link folders created during compilation to the base directory
     127rm -f bin lib inc
     128#ln -s build/bin bin
     129ln -s build/lib lib
     130ln -s build/inc inc
Note: See TracChangeset for help on using the changeset viewer.