[cig-commits] [commit] devel, master: par_file has options that were created by the opencl dev. (c285e06)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:22:39 PST 2014


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

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

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

commit c285e06f8d4adf41d94f7d0246ef3340377fcbe8
Author: Matthieu Lefebvre <ml15 at princeton.edu>
Date:   Sat Jun 21 18:35:51 2014 -0400

    par_file has options that were created by the opencl dev.


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

c285e06f8d4adf41d94f7d0246ef3340377fcbe8
 DATA/Par_file | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/DATA/Par_file b/DATA/Par_file
index 1d3e910..3047934 100644
--- a/DATA/Par_file
+++ b/DATA/Par_file
@@ -209,6 +209,11 @@ SAVE_REGULAR_KL                 = .false.
 
 # set to true to use GPUs
 GPU_MODE                        = .false.
+# Only used if GPU_MODE = .true. :
+GPU_RUNTIME                     = 1 
+# 2 (OpenCL), 1 (Cuda) ou 0 (Compile-time -- does not work if configured with --with-cuda *AND* --with-opencl)
+GPU_PLATFORM                    = NVIDIA
+GPU_DEVICE                      = Tesla
 
 # set to true to use the ADIOS library for I/Os
 ADIOS_ENABLED                   = .false.



More information about the CIG-COMMITS mailing list