Changeset 870 for trunk/LMDZ.UNIVERSAL/README.aymeric
- Timestamp:
- Jan 24, 2013, 4:40:55 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.UNIVERSAL/README.aymeric
r862 r870 1 2 ***** en parallele dans LMDZ.UNIVERSAL 3 --> ciclad 4 makelmdz_fcm -d 64x48x20 -arch CICLADifort -parallel mpi -p generic gcm 5 makelmdz_fcm -d 64x48x20 -arch CICLADifort -parallel mpi -p generic -debug gcm 6 --> gnome 7 makelmdz_fcm -d 128x96x20 -arch GNOMEp -parallel mpi -p generic gcm 8 9 **** sequentiel dans LMDZ.UNIVERSAL 10 makelmdz_fcm -d 64x48x20 -arch CICLADifort-seq -p generic -debug gcm 11 12 **** pour comparer avec LMDZ.GENERIC (compiler dans le dossier de simu avec le lien absolu) 13 **** (attention il faut utiliser un traceur.def legerement different) 14 /home/spiga/MODELES/LMDZ.GENERIC/makegcm -d 64x48x20 -t 2 gcm 15 **** ou plutot pour ne pas s'embeter avec les traceurs et regler peu de bandes 16 /home/spiga/MODELES/LMDZ.GENERIC/makegcm -d 64x48x20 -t 0 -s 1 -b 3x2 gcm 17 **** (attention il faut utiliser un traceur.def legerement different) 18 19 **** ETAT INITIAUX 20 **** POUR LE MOMENT DANS LMDZ.GENERIC 21 --> pour start2archive (pas sur qu'il faille encore NOTRAC) 22 /home/spiga/MODELES/LMDZ.GENERIC/makegcm -d 64x48x20 -t 0 -debug -cpp NOTRAC start2archive > logcomp 23 --> pour newstart 24 /home/spiga/MODELES/LMDZ.GENERIC/makegcm -d 64x48x20 -t 0 newstart 25 /home/spiga/MODELES/LMDZ.GENERIC/makegcm -d 128x96x20 -t 0 -debug -cpp NOTRAC newstart 26 27 -------------------------------------------------- 28 FOR LARGE DOMAINS (sur gnome au dela de 256x192) 29 1. recompile netcdf (see below) 30 2. apply patches for large domains in LMDZ.GENERIC (this is for newstart) 31 3. compile with -arch GNOMEp_large 32 makelmdz_fcm -d 256x256x20 -arch GNOMEp_large -parallel mpi -p generic gcm 33 -------------------------------------------------- 34 35 -------------------------------------------------- 36 NETCDF RECOMPILE FOR LARGE DOMAINS 37 -------------------------------------------------- 38 39 40 >>> Prepare things for install: 41 gunzip netcdf.tar.gz 42 tar xf netcdf.tar 43 cd netcdf-4.0.1 44 45 export CPP="icc -E" 46 export F77=ifort 47 export FFLAGS="-O2 -ip -no-prec-div -mcmodel=large -shared-intel -fPIC" 48 export F90=ifort 49 export FCFLAGS="-O2 -ip -no-prec-div -mcmodel=large -shared-intel -fPIC" 50 export CC=icc 51 export CFLAGS="-O2 -ip -no-prec-div -mcmodel=large -shared-intel -fPIC" 52 export CXX=icpc 53 export CXXFLAGS="-O2 -ip -no-prec-div -mcmodel=large -shared-intel -fPIC" 54 #export LDFLAGS="-mcmodel=large -shared-intel -fPIC" 55 56 57 make clean 58 59 ./configure --prefix=/san/home/spiga/netcdf.4.0.1 --enable-shared > configure.log 2>&1 60 61 >>> go for it ! 62 make > make.log 2>&1 63 >>>> some warnings, but no errors 64 >> Tests: 65 make test > make_test.log 2>&1 66 >>>> Everything seems OK 67 68 make install > make_install.log 2>&1 69 70 71 -Wl,-rpath -Wl, 72 73 ---------------------------------------------------------------------- 74 Libraries have been installed in: 75 /san/home/spiga/netcdf.4.0.1/lib 76 77 If you ever happen to want to link against installed libraries 78 in a given directory, LIBDIR, you must either use libtool, and 79 specify the full pathname of the library, or use the `-LLIBDIR' 80 flag during linking and do at least one of the following: 81 - add LIBDIR to the `LD_LIBRARY_PATH' environment variable 82 during execution 83 - add LIBDIR to the `LD_RUN_PATH' environment variable 84 during linking 85 - use the `-Wl,-rpath -Wl,LIBDIR' linker flag 86 - have your system administrator add LIBDIR to `/etc/ld.so.conf' 87 88 See any operating system documentation about shared libraries for 89 more information, such as the ld(1) and ld.so(8) manual pages. 90 ---------------------------------------------------------------------- 91 92 93 94 vieilles notes lorsqu'on etait avec LMDZ5 et pas LMDZ.COMMON 1 95 2 96 faire descendre … … 14 108 15 109 16 penser àcompiler IOIPSL voir dans LMDZ.COMMON110 penser | compiler IOIPSL voir dans LMDZ.COMMON 17 111 puis modifier arch.path 18 112 et compiler et c'est bon … … 21 115 mais IL FAUT ENLEVER LES OPTIONS APRES NC_DOUBLE 22 116 23 24 117 makelmdz_fcm -d 48x36x19 -arch CICLADifort -parallel mpi -p dev gcm > log_makelmdz_fcm & 25 26 118 ou pas dev 27 28 29 119 makelmdz_fcm -d 48x36x19 -arch CICLADifort -parallel mpi -p dev gcm 30 31 makelmdz_fcm -d 64x48x20 -arch CICLADifort -parallel mpi -p generic gcm -debug32 33 34 makelmdz_fcm -d 64x48x20 -arch CICLADifort -parallel mpi -p generic -debug gcm35 makelmdz_fcm -d 64x48x20 -arch CICLADifort -parallel mpi -p generic gcm36 37 38 makelmdz_fcm -d 64x48x20 -arch CICLADifort-seq -p generic -debug gcm39 makegcm -d 64x48x20 -t 2 gcm40 41 120 makelmdz_fcm -d 128x96x20 -arch GNOMEp -parallel mpi -p generic gcm 42 121 122 pour initialisation idealisee, qqch comme iniaqua dans phyaqua ??? 43 123 44 /home/spiga/MODELES/LMDZ.GENERIC/makegcm -d 64x48x20 -t 0 -debug -cpp NOTRAC start2archive > logcomp45 46 /home/spiga/MODELES/LMDZ.GENERIC/makegcm -d 64x48x20 -t 0 newstart47 48 /home/spiga/MODELES/LMDZ.GENERIC/makegcm -d 128x96x20 -t 0 -debug -cpp NOTRAC newstart49 50 /home/spiga/MODELES/LMDZ.GENERIC/makegcm -d 64x48x20 -t 0 -s 1 -b 3x2 gcm51 52 53 pour initialisation idealisee, qqch comme iniaqua dans phyaqua ???
Note: See TracChangeset
for help on using the changeset viewer.