Changeset 1567
- Timestamp:
- Jun 16, 2016, 8:53:50 AM (8 years ago)
- Location:
- trunk/LMDZ.COMMON/ioipsl
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/ioipsl/install_ioipsl_gfortran.bash
r1245 r1567 19 19 cd modipsl/util 20 20 21 ./model IOIPSL 21 ./model IOIPSL_PLUS 22 22 23 23 # 2. Set correct settings: … … 34 34 cd ../modeles/IOIPSL/src 35 35 make 36 ## Compile the rebuild tool: 37 cd ../tools 38 make 36 39 37 40 if [[ -f ${whereami}/modipsl/lib/libioipsl.a ]] -
trunk/LMDZ.COMMON/ioipsl/install_ioipsl_gnome.bash
r840 r1567 11 11 cd modipsl/util 12 12 13 ./model IOIPSL 13 ./model IOIPSL_PLUS 14 14 15 15 # 2. Set correct settings: … … 46 46 cd ../modeles/IOIPSL/src 47 47 make 48 ## Compile the rebuild tool: 49 cd ../tools 50 make 48 51 49 52 if [[ -f ${whereami}/modipsl/lib/libioipsl.a ]] -
trunk/LMDZ.COMMON/ioipsl/install_ioipsl_ifort.bash
r847 r1567 48 48 49 49 ## 3. build ioipsl: 50 #cd ../modeles/IOIPSL/src 51 cd ../modeles/IOIPSL/tools/ 50 cd ../modeles/IOIPSL/src 51 make 52 ## Compile the rebuild tool: 53 cd ../tools 52 54 make 53 55 -
trunk/LMDZ.COMMON/ioipsl/install_ioipsl_occigen.bash
r1449 r1567 18 18 cd modipsl/util 19 19 20 ./model IOIPSL 20 ./model IOIPSL_PLUS 21 21 22 22 # 2. Set correct settings: … … 53 53 cd ../modeles/IOIPSL/src 54 54 make 55 ## Compile the rebuild tool: 56 cd ../tools 57 make 55 58 56 59 if [[ -f ${whereami}/modipsl/lib/libioipsl.a ]] -
trunk/LMDZ.COMMON/ioipsl/install_ioipsl_pgf90.bash
r456 r1567 16 16 cd modipsl/util 17 17 18 ./model IOIPSL 18 ./model IOIPSL_PLUS 19 19 20 20 # 2. Set correct settings: … … 31 31 cd ../modeles/IOIPSL/src 32 32 make 33 ## Compile the rebuild tool: 34 cd ../tools 35 make 33 36 34 37 if [[ -f ${whereami}/modipsl/lib/libioipsl.a ]]
Note: See TracChangeset
for help on using the changeset viewer.