Changeset 1085 for trunk/LMDZ.MARS/makegcm_ifort
- Timestamp:
- Oct 29, 2013, 2:24:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/makegcm_ifort
r1036 r1085 14 14 set dyntype="dyn" 15 15 set scatterers="1" 16 set full="" 16 17 ######################################################################## 17 18 # path a changer contenant les sources et les objets du modele … … 333 334 there is no need to specify -Ldirn. 334 335 336 -full Full (re)compilation (from scratch) 337 335 338 eod 336 339 exit … … 366 369 case -olddyn 367 370 set dyntype="olddyn" ; shift; goto top 371 372 case -full 373 set full="full" ; shift ; goto top 368 374 369 375 case -filtre … … 607 613 608 614 echo "dimc $dimc" 615 616 #cleanup for a full recompilation, if requested 617 if ("$full" == "full") then 618 # remove makefile and $libo 619 cd $model 620 \rm -f makefile 621 \rm -rf $libo/* 622 endif 609 623 610 624 ########################################################################
Note: See TracChangeset
for help on using the changeset viewer.