Changeset 4138
- Timestamp:
- Apr 15, 2019, 9:29:30 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/IOIPSL/makeioipsl_fcm
r4136 r4138 69 69 then 70 70 ln -s $arch_default_path/arch-${arch}.path arch.path 71 else 72 echo No arch.path is found. Exit now. 73 exit 1 71 74 fi 72 75 … … 123 126 ./build.sh --job $job 124 127 fi 128 err=$? 129 130 # Check error message from fcm build 131 if [ $err != 0 ] ; then 132 # Error found 133 echo makeioipsl_fcm: Error in compiling IOIPSL : $err 134 exit 1 135 fi 125 136 126 137 # Link folders created during compilation to the base directory … … 129 140 ln -s build/lib lib 130 141 ln -s build/inc inc 142
Note: See TracChangeset
for help on using the changeset viewer.