[cig-commits] [commit] devel: fixed all the warnings given by the Portland and Cray compilers on a Cray at ORNL. In particular, renamed all the variables or functions that had the same name as Fortran intrinsics (although that is correct in Fortran, it can be confusing and it also confuses syntax highlighting, and the Portland compiler prints a warning for each of them) (398ae1b)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon Apr 7 14:14:15 PDT 2014


Repository : ssh://shell.geodynamics.org/specfem3d_globe

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d_globe/compare/ed8f2b408a69c881ba6c9c30679c13620724d637...98bda060593a30fd7fb79306c4dc1acd09990e94

>---------------------------------------------------------------

commit 398ae1ba687e83a2e8e6a12038ff2157ff4300c2
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Mon Apr 7 23:12:40 2014 +0200

    fixed all the warnings given by the Portland and Cray compilers on a Cray at ORNL.
    In particular, renamed all the variables or functions that had the same name as Fortran intrinsics
    (although that is correct in Fortran, it can be confusing and it also confuses syntax highlighting,
    and the Portland compiler prints a warning for each of them)


>---------------------------------------------------------------

398ae1ba687e83a2e8e6a12038ff2157ff4300c2
 src/auxiliaries/combine_surf_data.f90              |  6 +-
 src/auxiliaries/combine_vol_data.F90               |  2 +-
 src/auxiliaries/combine_vol_data_adios_impl.f90    |  6 +-
 src/auxiliaries/combine_vol_data_shared.f90        |  8 +--
 src/auxiliaries/convolve_source_timefunction.f90   | 18 ++---
 src/auxiliaries/create_movie_AVS_DX.f90            | 16 ++---
 src/auxiliaries/rules.mk                           |  4 +-
 src/cuda/initialize_cuda.cu                        |  0
 src/cuda/specfem3D_gpu_cuda_method_stubs.c         |  0
 src/meshfem3D/get_global.f90                       | 10 +--
 src/meshfem3D/model_aniso_mantle.f90               |  4 +-
 src/meshfem3D/model_atten3D_QRFSI12.f90            |  6 +-
 src/meshfem3D/model_attenuation.f90                | 12 ++--
 src/meshfem3D/model_crust.f90                      |  0
 src/meshfem3D/model_crust_1_0.f90                  |  0
 src/meshfem3D/model_gll.f90                        | 74 +++++++++----------
 src/meshfem3D/model_ppm.f90                        | 10 +--
 src/meshfem3D/model_s362ani.f90                    | 14 ++--
 src/meshfem3D/sort_array_coordinates.f90           | 10 +--
 src/shared/adios_helpers_definitions.f90           |  0
 src/shared/adios_method_stubs.c                    |  0
 src/shared/asdf_helpers.f90                        |  0
 src/shared/asdf_helpers_definitions.f90            | 42 +++++------
 src/shared/asdf_helpers_writers.f90                |  4 +-
 src/shared/force_ftz.c                             |  4 ++
 src/shared/intgrl.f90                              |  8 +--
 src/shared/parallel.f90                            | 82 +++++++++++-----------
 src/specfem3D/asdf_data.f90                        |  0
 src/specfem3D/check_stability.f90                  | 12 ++--
 .../compute_forces_acoustic_calling_routine.F90    | 16 ++---
 src/specfem3D/compute_forces_outer_core_Dev.F90    |  8 +--
 src/specfem3D/compute_forces_outer_core_noDev.f90  |  8 +--
 src/specfem3D/convert_time.f90                     | 20 +++---
 src/specfem3D/file_io_threads.c                    |  2 +-
 src/specfem3D/iterate_time.F90                     |  2 +-
 src/specfem3D/netlib_specfun_erf.f90               | 28 ++++----
 src/specfem3D/read_adjoint_sources.f90             |  0
 src/specfem3D/setup_sources_receivers.f90          | 22 +++---
 src/specfem3D/write_output_ASCII.f90               | 14 ++--
 src/specfem3D/write_output_ASDF.F90                | 26 +++----
 src/specfem3D/write_seismograms.f90                |  0
 41 files changed, 253 insertions(+), 245 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 398ae1ba687e83a2e8e6a12038ff2157ff4300c2


More information about the CIG-COMMITS mailing list