Changeset 2244 in lmdz_wrf for trunk/tools
- Timestamp:
- Nov 19, 2018, 7:57:10 PM (6 years ago)
- Location:
- trunk/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/Makefile.llamp
r2242 r2244 4 4 ## Compilation 5 5 # make >& run_make.log 6 # NOTE: One will not be able to compile all the set of programs within an anaconda environment 7 # due to problems with anaconda. Installation of netcdf4 colides with installed libnetcdff 8 # - netcdf4 9 # The following packages will be downloaded: 10 # 11 # package | build 12 # ---------------------------|----------------- 13 # libnetcdf-4.6.1 | h10edf3e_2 1.3 MB 14 # 15 # The following NEW packages will be INSTALLED: 16 # 17 # netcdf4: 1.4.2-py27h4b4f87f_0 18 # 19 # The following packages will be REMOVED: 20 # 21 # libnetcdff: 4.4.4-0 matthewharrison 22 # 23 # The following packages will be UPDATED: 24 # 25 # libnetcdf: 4.4.0-hf6ef953_0 matthewharrison --> 4.6.1-h10edf3e_2 26 ##### 27 # Because of that, Makefile is splitted in two compilation sub-sets 28 ## 29 # $ make pymods: compilation of Fortran modules used in the python scripts 30 # $ make NCfortran: compiation of Fortran modules and main programs which require 31 # netCDF-fortran interface: (for: DistriCorrection and trajectories_overlap) 32 # $ make: compiles all components 33 ## 6 34 7 35 FC = gfortran -
trunk/tools/Makefile.tupa.anaconda2
r2243 r2244 1 # L. Fita, LMD. January 2017 2 # Compilation of all required Fortran modules in `llamp' (debian 9) with gcc compilers 1 # L. Fita, CIMA. November 2018 2 # Compilation of all required Fortran modules in CIMA's `tupa' with gcc compilers and anaconda environment 3 # NOTE: One will not be able to compile all the set of programs within an anaconda environment 4 # due to problems with anaconda. Installation of netcdf4 colides with installed libnetcdff 5 # - netcdf4 6 # The following packages will be downloaded: 7 # 8 # package | build 9 # ---------------------------|----------------- 10 # libnetcdf-4.6.1 | h10edf3e_2 1.3 MB 11 # 12 # The following NEW packages will be INSTALLED: 13 # 14 # netcdf4: 1.4.2-py27h4b4f87f_0 15 # 16 # The following packages will be REMOVED: 17 # 18 # libnetcdff: 4.4.4-0 matthewharrison 19 # 20 # The following packages will be UPDATED: 21 # 22 # libnetcdf: 4.4.0-hf6ef953_0 matthewharrison --> 4.6.1-h10edf3e_2 23 ##### 24 # Because of that, Makefile is splitted in two compilation sub-sets 25 ## 26 # $ make pymods: compilation of Fortran modules used in the python scripts 27 # $ make NCfortran: compiation of Fortran modules and main programs which require 28 # netCDF-fortran interface: (for: DistriCorrection and trajectories_overlap) 29 # $ make: compiles all components 30 ## 31 3 32 # A following python 'library' creation is required 4 33 ## Compilation
Note: See TracChangeset
for help on using the changeset viewer.