[cig-commits] [commit] devel, master: fixed a compilation problem introduced by Kevin Pouget's OpenCL modification: the solver did not compile without GPUs any more. My modification works fine for CPUs, regarding GPUs I am not sure (I am not familiar enough with how the Makefile works for GPU routines) (7582c07)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:16:27 PST 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d_globe/compare/bc58e579b3b0838a0968725a076f5904845437ca...be63f20cbb6f462104e949894dbe205d2398cd7f

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

commit 7582c073b182f6ca9a8ee93688bca9befab9ea47
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Sat May 17 01:41:46 2014 +0200

    fixed a compilation problem introduced by Kevin Pouget's OpenCL modification: the solver did not compile without GPUs any more.
    My modification works fine for CPUs, regarding GPUs I am not sure (I am not familiar enough with how the Makefile works for GPU routines)


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

7582c073b182f6ca9a8ee93688bca9befab9ea47
 src/specfem3D/rules.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/specfem3D/rules.mk b/src/specfem3D/rules.mk
index 45577a6..79394a2 100644
--- a/src/specfem3D/rules.mk
+++ b/src/specfem3D/rules.mk
@@ -157,7 +157,7 @@ specfem3D_SHARED_OBJECTS = \
 ###
 
 gpu_specfem3D_STUBS = \
-	$O/specfem3D_gpu___gpu___method_stubs.o \
+	$O/specfem3D_gpu_method_stubs.cc.o \
 	$(EMPTY_MACRO)
 
 ifdef NO_GPU  



More information about the CIG-COMMITS mailing list