Directory trunk/libf/filtrez/

Total Files:
21
Deleted Files:
0
Lines of Code:
3081

[root]/trunk/libf/filtrez

Lines of Code

trunk/libf/filtrez/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 56 (100.0%) 1253 (100.0%) 22.3
ymeurdesoif 2 (3.6%) 743 (59.3%) 371.5
fairhead 3 (5.4%) 347 (27.7%) 115.6
lguez 37 (66.1%) 130 (10.4%) 3.5
emillour 14 (25.0%) 33 (2.6%) 2.3

Most Recent Commits

emillour 2016-07-25 11:31 Rev.: 2603

Cleanup in the dynamics: turn logic.h into module logic_mod.F90
EM

1 lines of code changed in 1 file:

  • trunk/libf/filtrez: filtreg_mod.F90 (+1 -1)
emillour 2016-07-22 11:28 Rev.: 2598

Cleanup in the dynamics: turn serre.h into module serre_mod.F90
EM

10 lines of code changed in 2 files:

  • trunk/libf/filtrez: filtreg_mod.F90 (+6 -6), inifgn.F (+4 -5)
emillour 2015-02-09 09:13 Rev.: 2197

Added 'implicit none' statements and proper variable definitions where they were missing.
EM

10 lines of code changed in 2 files:

  • trunk/libf/filtrez: acc.F (+6 -1), eigen.F (+4 -2)
lguez 2013-11-26 15:10 Rev.: 1907

Added a copyright property to every file of the distribution, except
for the fcm files (which have their own copyright). Use svn propget on
a file to see the copyright. For instance:

$ svn propget copyright libf/phylmd/physiq.F90
Name of program: LMDZ
Creation date: 1984
Version: LMDZ5
License: CeCILL version 2
Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
See the license file in the root directory

Also added the files defining the CeCILL version 2 license, in French
and English, at the top of the LMDZ tree.

126 lines of code changed in 34 files:

  • trunk/libf/filtrez: acc.F (+6), coefils.h (+6), eigen.F (+6), eigen_sort.F (+6), filtreg.F (+6), filtreg_mod.F90 (+6), inifgn.F (new), jacobi.F90 (new), mkl_dft_type.f90 (+6), mkl_dfti.f90 (+6), mod_fft.F90 (+6), mod_fft_fftw.F90 (+6), mod_fft_mathkeisan.F90 (+6), mod_fft_mkl.F90 (+6), mod_fft_wrapper.F90 (+6), mod_filtre_fft.F90 (+6), mod_filtre_fft_loc.F90 (+6), parafilt.h (+6), parafilt.h_192x142x29 (+6), parafilt.h_96x71x19 (+6), timer_filtre.F90 (new)
lguez 2013-08-09 15:53 Rev.: 1840

Allow not to compile FFT files for the sequential version.

4 lines of code changed in 1 file:

  • trunk/libf/filtrez: filtreg_mod.F90 (+4 -1)
emillour 2013-07-31 12:38 Rev.: 1823

Remplacement de parallel.F90 (en conflit avec orchidée) par parallel_lmdz.F90.
UG
.........................................
Renaming parallel.F90 (conflicting with orchidée) into parallel_lmdz.F90.
UG

6 lines of code changed in 3 files:

  • trunk/libf/filtrez: mod_filtre_fft.F90 (+3 -3), mod_filtre_fft_loc.F90 (+3 -3)
ymeurdesoif 2013-07-19 15:59 Rev.: 1801

Add interface header for FFT-MKL required for compiling.
Intel give only .f90 file and not .mod for the module interface

YM

743 lines of code changed in 2 files:

  • trunk/libf/filtrez: mkl_dft_type.f90 (new 221), mkl_dfti.f90 (new 522)
emillour 2013-01-08 17:38 Rev.: 1705

Added arch files for ADA (IDRIS IBMx3750) and made the following code modifications:
phylmd/printflag.F : removed "print" of unset variable (radpas0)
dyn3dmem/integrd_loc.F : removed unecessary "include mpif.h"
dyn3dmem/leapfrog_loc.F : removed unecessary "include mpif.h" and allocate saved variables at first call
dyn3dmem/mod_filtreg_p.F : added matmul() alternatives to call to BLAS routine SGEMM (which was incorectly set as DGEMM; which would fail if running with -r4)
filtrez/filtreg.F: changed calls to DGEMM into calls to SGEMM, so that code works with either -r4 or -r8 (the later being used in conjunction with "BLAS SGEMV=DGEMV SGEMM=DGEMM" preprocessing statements)
EM

6 lines of code changed in 2 files:

  • trunk/libf/filtrez: filtreg.F (+6 -6)
fairhead 2012-12-21 16:25 Rev.: 1701

Spécifications non nécessaires

------------

Unnecessary specifications

3 lines of code changed in 1 file:

  • trunk/libf/filtrez: mod_filtre_fft_loc.F90 (+3 -5)
lguez 2012-12-10 17:48 Rev.: 1691

"#elif" is not a standard C preprocessor directive. It is not
understood by makedepf90. Replace it with "#ifdef" and "#else".

0 lines of code changed in 2 files:

  • trunk/libf/filtrez: mod_fft.F90 (changed)
fairhead 2012-11-21 17:00 Rev.: 1685

Suite du phasage de la dynamique localisée

--------

Continuing the phasing of the localised dynamics

5 lines of code changed in 1 file:

  • trunk/libf/filtrez: filtreg_mod.F90 (+5 -3)
fairhead 2012-11-12 16:52 Rev.: 1679

Module manquant pour dynamique localisée

------------

Missing module for localised dynamic

339 lines of code changed in 1 file:

  • trunk/libf/filtrez: mod_filtre_fft_loc.F90 (new 339)
emillour 2011-11-25 11:12 Rev.: 1591

Minor corrections in filter: some arrays were oversized and the computation of the indexes from which the filter is applied could go wrong (in extreme cases, e.g. with very little grid points combined to a zoom).
EM

0 lines of code changed in 4 files:

  • trunk/libf/filtrez: coefils.h (changed), filtreg_mod.F90 (new)
Generated by StatSVN 0.7.0