Changeset 4136 for dynamico_lmdz/aquaplanet/IOIPSL/makeioipsl_fcm
- Timestamp:
- Mar 21, 2019, 11:46:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/IOIPSL/makeioipsl_fcm
r4134 r4136 119 119 if [[ "$full_defined" == "TRUE" ]] 120 120 then 121 ./build --job $job --full121 ./build.sh --job $job --full 122 122 else 123 ./build --job $job123 ./build.sh --job $job 124 124 fi 125 126 # Link folders created during compilation to the base directory 127 rm -f bin lib inc 128 #ln -s build/bin bin 129 ln -s build/lib lib 130 ln -s build/inc inc
Note: See TracChangeset
for help on using the changeset viewer.