Changeset 1499 for trunk/LMDZ.MARS/makegcm_gfortran
- Timestamp:
- Nov 19, 2015, 4:04:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/makegcm_gfortran
r1403 r1499 9 9 set phys="PHYS=$physique" 10 10 set include='-I$(LIBF)/grid -I$(LIBF)/misc -I. -I$(LIBF)/dynlonlat_phylonlat' 11 set cpp_def='' 11 12 set ntrac = 1 12 13 set filtre=filtrez … … 308 309 -O "compilation options" set of fortran compilation options to use 309 310 311 -cpp FLAG Add preprocessing definition of FLAG 312 310 313 -include path 311 314 Used if the subroutines contain #include files (ccp) that … … 357 360 case -include 358 361 set include="$include -I$2" ; shift ; shift ; goto top 362 363 case -cpp 364 set cpp_def="$cpp_def -D$2" ; shift ; shift ; goto top 359 365 360 366 case -adjnt … … 737 743 else if $LINUX then 738 744 # Ehouarn : adapt to gfortran 739 set optim="$optim -I${libo} "740 set optim90="$optim90 -I${libo} "741 set optimtru90="$optimtru90 -ffree-form -I${libo} "745 set optim="$optim -I${libo} $cpp_def" 746 set optim90="$optim90 -I${libo} $cpp_def" 747 set optimtru90="$optimtru90 -ffree-form -I${libo} $cpp_def" 742 748 # Ehouarn: remove set mod_loc_dir def below; mod_loc_dir=$localdir (set above) 743 749 # set mod_loc_dir=$libo
Note: See TracChangeset
for help on using the changeset viewer.