[cig-commits] [commit] devel: updated two comments (bc58e57)

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


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

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

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

commit bc58e579b3b0838a0968725a076f5904845437ca
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Sun Nov 2 02:17:36 2014 +0100

    updated two comments


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

bc58e579b3b0838a0968725a076f5904845437ca
 src/specfem3D/write_output_ASCII.f90 | 2 +-
 src/specfem3D/write_seismograms.f90  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/specfem3D/write_output_ASCII.f90 b/src/specfem3D/write_output_ASCII.f90
index cb2d6c5..2dfba24 100644
--- a/src/specfem3D/write_output_ASCII.f90
+++ b/src/specfem3D/write_output_ASCII.f90
@@ -60,7 +60,7 @@
   write(sisname_2,"('/',a,'.ascii')") trim(sisname)
 
   ! save all seismograms in one large combined file instead of one file per seismogram
-  ! to avoid overloading shared non-local file systems such as GPFS for instance
+  ! to avoid overloading shared non-local file systems
 
   ! create one large file instead of one small file per station to avoid file system overload
   if (SAVE_ALL_SEISMOS_IN_ONE_FILE) then
diff --git a/src/specfem3D/write_seismograms.f90 b/src/specfem3D/write_seismograms.f90
index 18471b8..8ff543a 100644
--- a/src/specfem3D/write_seismograms.f90
+++ b/src/specfem3D/write_seismograms.f90
@@ -290,7 +290,7 @@ contains
       ! loop on all the slices
       do iproc = 0,NPROCTOT_VAL-1
 
-       ! communicates only with processes which contain local receivers (to minimize MPI chatter)
+       ! communicates only with processes that contain local receivers (to minimize MPI chatter)
        if (islice_num_rec_local(iproc) == 0 ) cycle
 
        ! receive except from proc 0, which is me and therefore I already have this value



More information about the CIG-COMMITS mailing list