[cig-commits] [commit] devel: added a comment about GPUs (76d972f)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Jan 23 08:17:37 PST 2015


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

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d_globe/compare/906a04e97181b78ac330553f9b638d433bd2e1cc...76d972f086a6f917c37ccef39b775d0eb139d346

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

commit 76d972f086a6f917c37ccef39b775d0eb139d346
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Fri Jan 23 16:44:04 2015 +0100

    added a comment about GPUs


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

76d972f086a6f917c37ccef39b775d0eb139d346
 doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.tex | 2 +-
 src/meshfem3D/meshfem3D.f90                | 2 +-
 src/specfem3D/specfem3D.F90                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.tex b/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.tex
index 1a36379..d10497a 100644
--- a/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.tex
+++ b/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.tex
@@ -3526,7 +3526,7 @@ by the Free Software Foundation (see Appendix \ref{cha:License}).\\
      slight changes in code structure (see also trivia at program start).\\
 
  v. 4.0 David Mich\'ea and Dimitri Komatitsch, University of Pau, France, February 2008:
-      new doubling brick in the mesh, new perfectly load-balanced mesh,
+      first port to GPUs using CUDA, new doubling brick in the mesh, new perfectly load-balanced mesh,
       more flexible routines for mesh design, new inflated central cube
       with optimized shape, far fewer mesh files saved by the mesher,
       global arrays sorted to speed up the simulation, seismograms can be
diff --git a/src/meshfem3D/meshfem3D.f90 b/src/meshfem3D/meshfem3D.f90
index 03bfa46..97477bc 100644
--- a/src/meshfem3D/meshfem3D.f90
+++ b/src/meshfem3D/meshfem3D.f90
@@ -232,7 +232,7 @@
 !     slight changes in code structure
 !
 ! v. 4.0 David Michea and Dimitri Komatitsch, University of Pau, France, February 2008:
-!      new doubling brick in the mesh, new perfectly load-balanced mesh,
+!      first port to GPUs using CUDA, new doubling brick in the mesh, new perfectly load-balanced mesh,
 !      more flexible routines for mesh design, new inflated central cube
 !      with optimized shape, far fewer mesh files saved by the mesher,
 !      global arrays sorted to speed up the simulation, seismos can be
diff --git a/src/specfem3D/specfem3D.F90 b/src/specfem3D/specfem3D.F90
index cf41171..30eee1f 100644
--- a/src/specfem3D/specfem3D.F90
+++ b/src/specfem3D/specfem3D.F90
@@ -313,7 +313,7 @@
 !     slight changes in code structure (see also trivia at program start)
 !
 ! v. 4.0 David Michea and Dimitri Komatitsch, University of Pau, France, February 2008:
-!      new doubling brick in the mesh, new perfectly load-balanced mesh,
+!      first port to GPUs using CUDA, new doubling brick in the mesh, new perfectly load-balanced mesh,
 !      more flexible routines for mesh design, new inflated central cube
 !      with optimized shape, far fewer mesh files saved by the mesher,
 !      global arrays sorted to speed up the simulation, seismos can be



More information about the CIG-COMMITS mailing list