Changeset 1136 for LMDZ4/trunk
- Timestamp:
- Mar 27, 2009, 4:54:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/makegcm_fcm
r1039 r1136 28 28 set io=ioipsl 29 29 set LIBPREFIX="" 30 set fcm_path=none 30 31 31 32 set LMDGCM=`/bin/pwd` … … 73 74 [-filtre NOMFILTRE] : prend le filtre dans libf/NOMFILTRE (def: filtrez) 74 75 [-link LINKS] : liens optionels avec d'autres librairies 76 [-fcm_path path] : chemin pour fcm (def: le chemin est suppose deja exister dans le PATH) 75 77 -m arch : nom de l'architecture cible 76 78 exec : exécutable généré … … 133 135 set LIB="$LIB $2" ; shift ; shift ; goto top 134 136 137 case -fcm_path 138 set fcm_path=$2 ; shift ; shift ; goto top 139 135 140 case -m 136 141 set arch=$2 ; shift ; shift ; goto top … … 142 147 endif 143 148 149 ############################################################### 150 # mettre le chemin du fcm dans le path 151 ############################################################### 152 if ( "$fcm_path" != 'none' ) then 153 setenv PATH ${fcm_path}:${PATH} 154 endif 155 156 echo "Chemin du fcm utlise :" 157 which fcm 144 158 145 159 ###############################################################
Note: See TracChangeset
for help on using the changeset viewer.