Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
script_install/ | 32 (100.0%) | 3713 (100.0%) | 116.0 |
Use NetCDF95-0.3 instead of NetCDF95-0.2
So we can compile LMDZ revision >= 4534. There should not be backward
compatibility problem.
5 lines of code changed in 1 file:
Do not remove bin and lib for parallel compile
The lines that we remove in this commit appeared in
revision r3044. They do not seem useful since we run `makeorchidee_fcm
-clean` afterwards. Now that lib also contains `libnetcdf95.a`, we
would have to save `libnetcdf95.a` and put it back to lib, just as we
did for IOIPSL. It is simpler not to remove lib. (Note that bin is
empty at this point.) Then we do not create `ioipsl.tar`.
0 lines of code changed in 1 file:
Modify paths to downloaded files
Following reorganization of <https://lmdz.lmd.jussieu.fr/pub>.
4 lines of code changed in 1 file:
Import `install_xios.bash`
We need it in `install_lmdz.sh` and the directory
<https://lmdz.lmd.jussieu.fr/pub/import> is going to disappear.
114 lines of code changed in 1 file:
Require m4 because it is needed for installation of NetCDF
1 lines of code changed in 1 file:
Remove verbose option of tar
This printed thousands of not very interesting lines. The option on
one of the tar commands was already removed in revision 4205 and
unvoluntarily put back in revision 4267.
4 lines of code changed in 1 file:
Polish
1 lines of code changed in 1 file:
Add test of compilation and execution with NetCDF
23 lines of code changed in 1 file:
Change default to installation of NetCDF
1 lines of code changed in 1 file:
Move install_lmdz_new.sh to install_lmdz.sh
1019 lines of code changed in 2 files:
Bug fix: use a more recent version of gfortran
LMDZ now requires a more recent version of gfortran than 4.4.7.
8 lines of code changed in 1 file:
Bug fix: load a recent version of svn
Otherwise the svn upgrade command, used later, is unknown.
1 lines of code changed in 1 file:
Define compiler variables for mpiifort
With mpiifort, we only need to add the definition of CC to compile
NetCDF95, but it is simpler to just merge the cases ifort and
mpiifort.
1 lines of code changed in 1 file:
Bug fix: we need the environment for some machines
On jean-zay for example.
6 lines of code changed in 1 file:
Polish
1 lines of code changed in 1 file:
Limit the length of lines
For readability.
236 lines of code changed in 1 file:
Bug fix: correct the name of NetCDF directory
4 lines of code changed in 1 file:
Polish
2 lines of code changed in 1 file:
Indent the whole file
821 lines of code changed in 1 file:
Do not re-create `arch-local`
We want to avoid useless recompilation if we need to run
`install_lmdz.sh` again.
1 lines of code changed in 1 file:
(11 more)