[cig-commits] [commit] devel, master: Allow setting an unlimited NUMBER_OF_RUNS. (e9fca3c)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:06:00 PST 2014


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

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

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

commit e9fca3c773fc8fdbafb9a7ea30aa91c55d6a2961
Author: Elliott Sales de Andrade <esalesde at physics.utoronto.ca>
Date:   Tue Jan 22 23:21:29 2013 +0000

    Allow setting an unlimited NUMBER_OF_RUNS.
    
    The limit to a maximum of just 3 NUMBER_OF_RUNS appears to be completely
    arbitrary, and not required by any code. I set the upper limit as NSTEP,
    though I think doing one run per time step is not a good idea. I don't
    know what the largest calculation time per step is, so maybe that would
    be useful for someone.


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

e9fca3c773fc8fdbafb9a7ea30aa91c55d6a2961
 Par_file | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Par_file b/Par_file
index 539f457..e93af4c 100644
--- a/Par_file
+++ b/Par_file
@@ -82,7 +82,7 @@ MOVIE_STOP                      = 40000
 # save mesh files to check the mesh
 SAVE_MESH_FILES                 = .false.
 
-# restart files (number of runs can be 1, 2 or 3, choose 1 for no restart files)
+# restart files (number of runs can be 1 or higher, choose 1 for no restart files)
 NUMBER_OF_RUNS                  = 1
 NUMBER_OF_THIS_RUN              = 1
 



More information about the CIG-COMMITS mailing list