Changeset 1250 for LMDZ4/branches/LMDZ4-dev/makelmdz_fcm
- Timestamp:
- Oct 29, 2009, 2:55:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4-dev/makelmdz_fcm
r1249 r1250 162 162 # lecture des chemins propres à l'architecture de la machine # 163 163 ############################################################### 164 165 rm -f ./arch.path 166 ln -s ./arch/arch-${arch}.path ./arch.path 164 rm -f .void_file 165 echo > .void_file 166 rm -f arch.path 167 ln -s arch/arch-${arch}.path ./arch.path 167 168 source arch.path 168 169 … … 360 361 rm -f bin/${code}${SUFF_NAME}.e 361 362 rm -f arch.fcm 363 rm -f arch.opt 362 364 363 365 echo "%ARCH $arch" >> $config_fcm … … 380 382 381 383 ln -s arch/arch-${arch}.fcm arch.fcm 384 if test -f arch/arch-${arch}.opt && [ $compil_mod = "prod" ] 385 then 386 ln -s arch/arch-${arch}.opt arch.opt 387 else 388 ln -s .void_file arch.opt 389 fi 390 391 382 392 rm -f $LIBOGCM/${arch}${SUFF_NAME}/.config/fcm.bld.lock 383 393 ./build_gcm … … 387 397 ln -s $LIBOGCM/${arch}${SUFF_NAME}/.config config 388 398 ln -s $LIBOGCM/${arch}${SUFF_NAME}/.config/tmp tmp_src 389 #\rm -f $libf/grid/dimensions.h
Note: See TracChangeset
for help on using the changeset viewer.