Changeset 737
- Timestamp:
- Nov 22, 2006, 3:39:12 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/V3_test/makegcm
r736 r737 543 543 if ( "$veget" == 'true' ) then 544 544 set cppflags="$cppflags -DCPP_VEGET" 545 set link_veget=" -lsechiba -lparameters -lstomate "546 if ( $XNEC ) then547 set link_veget=" -lsxsechiba -lsxparameters -lsxstomate "545 set link_veget=" -lsechiba -lparameters -lstomate -lparallel" 546 if ( $XNEC || $X8BRODIE || $X6NEC) then 547 set link_veget=" -lsxsechiba -lsxparameters -lsxstomate -lsxparallel" 548 548 endif 549 549 endif … … 565 565 set opt_dep="$opt_dep chimie" 566 566 set libchimie="-lchimie" 567 if ( $XNEC || $X6NEC ) then567 if ( $XNEC || $X6NEC || $X8BRODIE ) then 568 568 set libchimie="-lsxchimie" 569 569 endif … … 961 961 set f90=sxmpif90 962 962 if $MODIPSL then 963 set opt_link="$opt_link Wl,-h lib_cyclic-L$MODIPSLDIR"963 set opt_link="$opt_link -L$MODIPSLDIR" 964 964 if ($veget == true) then 965 set opt_link="$opt_link -lsxsechiba -lsxparameters -lsxstomate"965 set opt_link="$opt_link $link_veget" 966 966 endif 967 967 if ($couple == true) then … … 988 988 set opt_link="$opt_link -float0 -Wf,-A dbl4 -L$MODIPSLDIR -lblas" 989 989 if ($veget == true) then 990 set opt_link="$opt_link -lsxsechiba -lsxparameters -lsxstomate"990 set opt_link="$opt_link $link_veget" 991 991 endif 992 992 if ($couple == true) then … … 1093 1093 else if $X6NEC then 1094 1094 set link="sxld $opt_link" 1095 set link="$f90 "1095 set link="$f90 -Wl,-hlib_cyclic " 1096 1096 else if $X8BRODIE then 1097 1097 set link="sxld $opt_link"
Note: See TracChangeset
for help on using the changeset viewer.