[cig-commits] [commit] devel,master: add (32f1080)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 16:49:37 PDT 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d/compare/6026e367984905ab133865f62fa6293b343759b9...47f703851338234f96397e7da9fbff63d8178b8a

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

commit 32f108062dae2add0a380e74ef37af380b7336bc
Author: Qinya Liu <liuqy at physics.utoronto.ca>
Date:   Thu Aug 2 08:59:14 2012 +0000

    add
    
    # set to true to use GPUs
    GPU_MODE                        = .false.
    
    to various old Par_file's.


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

32f108062dae2add0a380e74ef37af380b7336bc
 BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/in_data_files/Par_file | 2 ++
 BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/in_data_files/Par_file  | 2 ++
 Mount_StHelens/in_data_files/Par_file                       | 4 ++++
 meshfem3D_examples/socal1D/Par_file                         | 2 ++
 meshfem3D_examples/socal1D/example_utm/Par_file_utm         | 2 ++
 5 files changed, 12 insertions(+)

diff --git a/BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/in_data_files/Par_file b/BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/in_data_files/Par_file
index 379214b..3fd84f4 100644
--- a/BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/in_data_files/Par_file
+++ b/BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/in_data_files/Par_file
@@ -64,4 +64,6 @@ NTSTEP_BETWEEN_READ_ADJSRC      = 0      # 0 = read the whole adjoint sources at
 # print source time function
 PRINT_SOURCE_TIME_FUNCTION      = .true.
 
+# set to true to use GPUs 
+GPU_MODE                        = .false.
 
diff --git a/BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/in_data_files/Par_file b/BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/in_data_files/Par_file
index 6bec6ea..433ceb9 100644
--- a/BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/in_data_files/Par_file
+++ b/BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/in_data_files/Par_file
@@ -64,4 +64,6 @@ NTSTEP_BETWEEN_READ_ADJSRC      = 0      # 0 = read the whole adjoint sources at
 # print source time function
 PRINT_SOURCE_TIME_FUNCTION      = .true.
 
+# set to true to use GPUs 
+GPU_MODE                        = .false.
 
diff --git a/Mount_StHelens/in_data_files/Par_file b/Mount_StHelens/in_data_files/Par_file
index c07c992..d449604 100644
--- a/Mount_StHelens/in_data_files/Par_file
+++ b/Mount_StHelens/in_data_files/Par_file
@@ -63,3 +63,7 @@ NTSTEP_BETWEEN_READ_ADJSRC      = 0      # 0 = read the whole adjoint sources at
 
 # print source time function
 PRINT_SOURCE_TIME_FUNCTION      = .false.
+
+# set to true to use GPUs 
+GPU_MODE                        = .false.
+
diff --git a/meshfem3D_examples/socal1D/Par_file b/meshfem3D_examples/socal1D/Par_file
index a9ab9f4..d380526 100644
--- a/meshfem3D_examples/socal1D/Par_file
+++ b/meshfem3D_examples/socal1D/Par_file
@@ -65,4 +65,6 @@ NTSTEP_BETWEEN_READ_ADJSRC      = 0      # 0 = read the whole adjoint sources at
 # print source time function
 PRINT_SOURCE_TIME_FUNCTION      = .true.
 
+# set to true to use GPUs 
+GPU_MODE                        = .false.
 
diff --git a/meshfem3D_examples/socal1D/example_utm/Par_file_utm b/meshfem3D_examples/socal1D/example_utm/Par_file_utm
index f25397c..a203ab1 100644
--- a/meshfem3D_examples/socal1D/example_utm/Par_file_utm
+++ b/meshfem3D_examples/socal1D/example_utm/Par_file_utm
@@ -65,4 +65,6 @@ NTSTEP_BETWEEN_READ_ADJSRC      = 0      # 0 = read the whole adjoint sources at
 # print source time function
 PRINT_SOURCE_TIME_FUNCTION      = .true.
 
+# set to true to use GPUs 
+GPU_MODE                        = .false.
 



More information about the CIG-COMMITS mailing list