- Timestamp:
- Dec 5, 2018, 2:55:12 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/install_lmdz.sh
r3386 r3417 332 332 333 333 ## if also compiling XIOS, cosp must be activate to define axis in *.xml 334 if [ "$with_xios" = "y" -a "$cosp" != "1" ] ; then 334 if [ "$with_xios" = "y" ] ; then 335 if [ ! "$cosp" = 1 -o "$cosp2" = 1 ] ; then 335 336 echo "Error, you must use -cosp option when compiling with -xios" 336 337 echo "You need to call Cosp in physical first step to define axis variables" 337 338 exit 338 fi 339 if [ "$with_xios" = "y" -a "$cosp2" != "1" ] ; then 340 echo "Error, you must use -cosp2 option when compiling with -xios" 341 echo "You need to call Cosp in physical first step to define axis variables" 342 exit 343 fi 344 345 if [ "$with_xios" = "y" ] ; then 339 fi 346 340 opt_makelmdz_xios="-io xios" 347 341 fi … … 747 741 ./makeorchidee_fcm -j 8 -noxios -prod -parallel none -arch $arch > $orchideelog 2>&1 748 742 echo ./makeorchidee_fcm -j 8 -noxios -prod -parallel none -arch $arch 749 echo Fin de la premiere compilationorchidee ; pwd743 echo End of the first compilation of orchidee ; pwd 750 744 else 751 745 if [ -d src_parallel ] ; then … … 934 928 fi # of if [ $parallel != "none" ] 935 929 936 echo LLLLLLLLLLLLLLLLLLLLLLLLLLL930 #echo LLLLLLLLLLLLLLLLLLLLLLLLLLL 937 931 if [ "$gfortran" = "gfortran44" ] ; then 938 932 echo Your gfortran compiler was too old so that the model was automatically … … 976 970 \rm -rf BENCH${grid_resolution} 977 971 bench=bench_lmdz_${grid_resolution} 978 echo install.sh avant_chargement_bench`date`972 echo install.sh before bench download `date` 979 973 #wget http://www.lmd.jussieu.fr/~lmdz/Distrib/$bench.tar.gz 980 974 myget 3DBenchs/$bench.tar.gz
Note: See TracChangeset
for help on using the changeset viewer.