Changeset 742 for LMDZ4/branches/IPSL-CM4_IPCC_patches/create_make_gcm
- Timestamp:
- Dec 11, 2006, 2:46:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/IPSL-CM4_IPCC_patches/create_make_gcm
r540 r742 20 20 if [ "$machine" = "mercure" ] ; then 21 21 X6NEC=1 22 fi 23 X8BRODIE=0 24 if [ "$machine" = "brodie" ] ; then 25 X8BRODIE=1 22 26 fi 23 27 VPP=0 … … 58 62 echo '# Les differentes librairies pour l"edition des liens:' 59 63 echo 60 if ( [ "$XNEC" = '1' ] || [ "$X6NEC" = '1' ] ) ; then64 if ( [ "$XNEC" = '1' ] || [ "$X6NEC" = '1' ] || [ "$X8BRODIE" = '1' ] ) ; then 61 65 echo 'dyn3d = $(LIBO)/libsxdyn3d.a $(LIBO)/libsx$(FILTRE).a' 62 66 echo 'dyn2d = $(LIBO)/libsxdyn2d.a' … … 221 225 fi 222 226 fi 223 if ( [ "$XNEC" -eq '1' ] || [ "$X6NEC" = '1' ] ) ; then227 if ( [ "$XNEC" -eq '1' ] || [ "$X6NEC" = '1' ] || [ "$X8BRODIE" = '1' ] ) ; then 224 228 echo ' sxar r $(LIBO)/libsx'$diri'.a '$fili'.o ; \' 225 229 fi
Note: See TracChangeset
for help on using the changeset viewer.