[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) (6c8aa4e)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon Apr 7 10:27:33 PDT 2014


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

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d/compare/fd49f35362ec48fd3749613f8efd374c59c8d266...e4139e0f94f6809b388dcfa8788475e41293c003

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

commit 6c8aa4ee8f2f9e653e00422f164318f98d9cc603
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Mon Apr 7 19:25:57 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)


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

6c8aa4ee8f2f9e653e00422f164318f98d9cc603
 flags.guess                                        |   4 +-
 src/auxiliaries/combine_surf_data.f90              |   8 +-
 src/auxiliaries/combine_vol_data.f90               |   2 +-
 src/auxiliaries/convolve_source_timefunction.f90   |  18 +--
 .../create_movie_shakemap_AVS_DX_GMT.f90           |  18 +--
 src/auxiliaries/model_update.f90                   |  26 ++--
 src/auxiliaries/smooth_vol_data.f90                |   8 +-
 src/auxiliaries/sum_kernels.f90                    |   6 +-
 src/cuda/initialize_cuda.cu                        |   0
 src/decompose_mesh/fault_scotch.f90                |   8 +-
 src/generate_databases/create_regions_mesh.f90     |  42 +++---
 .../fault_generate_databases.f90                   |   6 +-
 src/generate_databases/finalize_databases.f90      |   6 +-
 src/generate_databases/generate_databases.f90      |   2 +-
 src/generate_databases/get_MPI.f90                 |  16 +-
 src/generate_databases/get_absorbing_boundary.f90  |  82 +++++-----
 src/generate_databases/get_global.f90              |  10 +-
 .../pml_set_local_dampingcoeff.f90                 |   2 +-
 src/generate_databases/read_partition_files.f90    |  18 +--
 .../read_partition_files_adios.F90                 |   2 +-
 src/generate_databases/save_arrays_solver.f90      |   2 +-
 .../save_arrays_solver_adios.F90                   |  24 +--
 src/generate_databases/setup_color_perm.f90        |   2 +-
 src/generate_databases/setup_mesh.f90              |   4 +-
 src/meshfem3D/check_mesh_quality.f90               |   2 +-
 src/meshfem3D/create_visual_files.f90              |   2 +-
 src/meshfem3D/get_global.f90                       |  10 +-
 src/meshfem3D/meshfem3D.f90                        |   6 +-
 src/meshfem3D/save_databases_adios.F90             |  12 +-
 src/shared/adios_manager.F90                       |   2 +-
 src/shared/detect_surface.f90                      |  20 +--
 src/shared/get_attenuation_model.f90               |  12 +-
 src/shared/netlib_specfun_erf.f90                  |  28 ++--
 src/shared/parallel.f90                            |  54 +++----
 src/shared/serial.f90                              |   4 +-
 src/shared/sort_array_coordinates.f90              |  10 +-
 .../compute_forces_acoustic_calling_routine.f90    |   4 +
 ...compute_forces_viscoelastic_calling_routine.F90 |   4 +
 src/specfem3D/create_color_image.f90               |  20 +--
 src/specfem3D/fault_solver_dynamic.f90             |  35 +++--
 src/specfem3D/fault_solver_kinematic.f90           |   8 +-
 src/specfem3D/finalize_simulation.f90              |   2 +-
 src/specfem3D/initialize_simulation.f90            |   4 +-
 src/specfem3D/iterate_time.F90                     |   2 +-
 src/specfem3D/locate_receivers.f90                 |   6 +-
 src/specfem3D/make_gravity.f90                     |   8 +-
 src/specfem3D/pml_compute_accel_contribution.f90   |  50 +++----
 src/specfem3D/pml_compute_memory_variables.f90     | 166 ++++++++++-----------
 src/specfem3D/prepare_timerun.F90                  |  12 +-
 src/specfem3D/setup_sources_receivers.f90          |   6 +-
 src/specfem3D/write_seismograms.f90                |  26 ++--
 51 files changed, 424 insertions(+), 407 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 6c8aa4ee8f2f9e653e00422f164318f98d9cc603


More information about the CIG-COMMITS mailing list