[cig-commits] [commit] devel: updates file i/o units; prettifies code (52ced9a)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:33:24 PST 2014


Repository : https://github.com/geodynamics/specfem3d_globe

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d_globe/compare/bc58e579b3b0838a0968725a076f5904845437ca...be63f20cbb6f462104e949894dbe205d2398cd7f

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

commit 52ced9a61407732fd3f17a7e9c404f78019d5cdf
Author: daniel peter <peterda at ethz.ch>
Date:   Thu Nov 6 12:29:09 2014 +0100

    updates file i/o units; prettifies code


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

52ced9a61407732fd3f17a7e9c404f78019d5cdf
 src/auxiliaries/combine_AVS_DX.f90                 |  26 +--
 src/auxiliaries/combine_paraview_strain_data.f90   |  73 ++++----
 src/auxiliaries/combine_surf_data.f90              |  80 ++++-----
 src/auxiliaries/combine_vol_data.F90               |  38 ++--
 src/auxiliaries/combine_vol_data_adios_impl.f90    |  20 ++-
 src/auxiliaries/convolve_source_timefunction.f90   |  10 +-
 src/auxiliaries/create_movie_GMT_global.f90        |  14 +-
 .../boast/references/compute_acoustic_kernel.cu    |   2 +-
 .../boast/references/compute_ani_undoatt_kernel.cu |   4 +-
 .../compute_coupling_CMB_fluid_kernel.cu           |   4 +-
 .../compute_coupling_ICB_fluid_kernel.cu           |   4 +-
 .../compute_coupling_fluid_CMB_kernel.cu           |   2 +-
 .../compute_coupling_fluid_ICB_kernel.cu           |   2 +-
 .../boast/references/compute_iso_undoatt_kernel.cu |   4 +-
 .../compute_stacey_acoustic_backward_kernel.cu     |  30 ++--
 .../references/compute_stacey_acoustic_kernel.cu   |  32 ++--
 .../compute_stacey_elastic_backward_kernel.cu      |  26 +--
 .../references/compute_stacey_elastic_kernel.cu    |  26 +--
 src/gpu/boast/references/compute_strain_kernel.cu  |   4 +-
 .../boast/references/crust_mantle_impl_kernel.cu   |  38 ++--
 .../boast/references/get_maximum_scalar_kernel.cu  |   6 +-
 .../boast/references/get_maximum_vector_kernel.cu  |   2 +-
 src/gpu/boast/references/inner_core_impl_kernel.cu |  26 +--
 src/gpu/boast/references/outer_core_impl_kernel.cu |  18 +-
 src/meshfem3D/compute_coordinates_grid.f90         |  48 ++---
 src/meshfem3D/compute_volumes_and_areas.F90        |  16 +-
 src/meshfem3D/create_MPI_interfaces.f90            |  33 ++--
 src/meshfem3D/create_chunk_buffers.f90             |   6 +-
 src/meshfem3D/create_mass_matrices.f90             |  18 +-
 src/meshfem3D/create_meshes.f90                    |   8 +-
 src/meshfem3D/create_regions_mesh.F90              |  44 ++---
 src/meshfem3D/define_superbrick.f90                |  10 +-
 src/meshfem3D/get_MPI_1D_buffers.f90               |  48 ++---
 src/meshfem3D/get_MPI_cutplanes_eta.f90            |  26 ++-
 src/meshfem3D/get_MPI_cutplanes_xi.f90             |  27 ++-
 src/meshfem3D/get_MPI_interfaces.f90               |  98 +++++------
 src/meshfem3D/get_absorb.f90                       |  16 +-
 src/meshfem3D/meshfem3D_models.F90                 | 100 +++++------
 src/meshfem3D/model_aniso_inner_core.f90           |  16 +-
 src/meshfem3D/model_aniso_mantle.f90               |  54 +++---
 src/meshfem3D/model_atten3D_QRFSI12.f90            |  16 +-
 src/meshfem3D/model_crust_2_0.f90                  |  20 +--
 src/meshfem3D/model_crustmaps.f90                  |   6 +-
 src/meshfem3D/model_epcrust.f90                    |   8 +-
 src/meshfem3D/model_eucrust.f90                    |   8 +-
 src/meshfem3D/model_gapp2.f90                      |  24 +--
 src/meshfem3D/model_gll.f90                        |  48 ++---
 src/meshfem3D/model_heterogen_mantle.f90           |   6 +-
 src/meshfem3D/model_jp3d.f90                       |  14 +-
 src/meshfem3D/model_ppm.f90                        |  16 +-
 src/meshfem3D/model_s20rts.f90                     |  12 +-
 src/meshfem3D/model_s40rts.f90                     |  12 +-
 src/meshfem3D/model_sea99_s.f90                    |  21 +--
 src/meshfem3D/save_arrays_solver.f90               |   8 +-
 src/meshfem3D/setup_MPI_interfaces.f90             |  17 +-
 src/meshfem3D/setup_color_perm.f90                 | 160 ++++++++---------
 src/meshfem3D/setup_inner_outer.f90                |   8 +-
 src/meshfem3D/test_MPI_interfaces.f90              |   8 +-
 src/meshfem3D/write_AVS_DX_global_data.f90         |  86 ++++-----
 src/meshfem3D/write_AVS_DX_global_faces_data.f90   |  84 ++++-----
 src/meshfem3D/write_AVS_DX_surface_data.f90        |  34 ++--
 src/shared/create_serial_name_database.f90         |   6 +-
 src/shared/model_topo_bathy.f90                    |  12 +-
 src/shared/smooth_weights_vec.f90                  |   4 +-
 src/specfem3D/comp_source_time_function.f90        |  31 ++--
 src/specfem3D/compute_element.F90                  |  24 +--
 ...compute_forces_viscoelastic_calling_routine.F90 |  14 +-
 src/specfem3D/get_cmt.f90                          |  14 +-
 src/specfem3D/iterate_time_undoatt.F90             |   6 +-
 src/specfem3D/prepare_timerun.f90                  |  20 +--
 src/specfem3D/read_mesh_databases.F90              | 196 ++++++++++-----------
 src/specfem3D/write_movie_output.f90               |  18 +-
 src/specfem3D/write_seismograms.f90                |  26 +--
 src/specfem3D/write_specfem_adios_header.F90       | 154 +++++++++-------
 src/tomography/add_model_iso.f90                   |   4 +-
 src/tomography/add_model_tiso.f90                  |   4 +-
 src/tomography/add_model_tiso_cg.f90               |   4 +-
 src/tomography/add_model_tiso_iso.f90              |   4 +-
 src/tomography/difference_sem.f90                  |  14 +-
 src/tomography/get_gradient_cg.f90                 |   2 +-
 src/tomography/get_gradient_steepest.f90           |   4 +-
 src/tomography/read_kernels.f90                    |   4 +-
 src/tomography/read_kernels_cg.f90                 |   4 +-
 src/tomography/read_model.f90                      |  12 +-
 src/tomography/read_parameters_tomo.f90            |   2 +-
 src/tomography/smooth_sem.f90                      |   8 +-
 src/tomography/sum_kernels.f90                     |  28 +--
 src/tomography/sum_preconditioned_kernels.f90      |  50 +++---
 88 files changed, 1190 insertions(+), 1154 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 52ced9a61407732fd3f17a7e9c404f78019d5cdf


More information about the CIG-COMMITS mailing list