[cig-commits] [commit] devel, master: changed NSEIS to large values in all the Par_file* in order to save seismograms only once at the end of the simulation to avoid NFS problems (3275095)

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


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

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

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

commit 32750951ef33983ecccc0a9fd3e192cb32534368
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Wed Jul 14 11:38:43 2004 +0000

    changed NSEIS to large values in all the Par_file* in order to save
    seismograms only once at the end of the simulation to avoid NFS problems


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

32750951ef33983ecccc0a9fd3e192cb32534368
 Par_file                  | 2 +-
 Par_file_160_25sec_90x90  | 2 +-
 Par_file_240_20sec_90x90  | 2 +-
 Par_file_480_10sec_90x90  | 2 +-
 Par_file_sebastien        | 2 +-
 Par_file_tsuboi_movie_320 | 2 +-
 Par_file_vinnik_140x60    | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Par_file b/Par_file
index dedee33..8fbb200 100644
--- a/Par_file
+++ b/Par_file
@@ -61,7 +61,7 @@ LOCAL_PATH               = /scratch/DATABASES_MPI_JEROEN
 MACHINE_FILE             = mymachines
 
 ! interval in time steps for temporary writing of seismograms
-NSEIS                    = 5000
+NSEIS                    = 5000000
 
 ! number of point sources
 NSOURCES                 = 1
diff --git a/Par_file_160_25sec_90x90 b/Par_file_160_25sec_90x90
index 33a18fd..c3ebb85 100644
--- a/Par_file_160_25sec_90x90
+++ b/Par_file_160_25sec_90x90
@@ -60,7 +60,7 @@ LOCAL_PATH               = /scratch/DATABASES_MPI_JEROEN
 MACHINE_FILE             = mymachines
 
 ! interval in time steps for temporary writing of seismograms
-NSEIS                    = 50000
+NSEIS                    = 500000
 
 ! number of point sources
 NSOURCES                 = 1
diff --git a/Par_file_240_20sec_90x90 b/Par_file_240_20sec_90x90
index 89f2d4f..568a89a 100644
--- a/Par_file_240_20sec_90x90
+++ b/Par_file_240_20sec_90x90
@@ -60,7 +60,7 @@ LOCAL_PATH               = DATABASES_MPI_DIMITRI
 MACHINE_FILE             = mymachines
 
 ! interval in time steps for temporary writing of seismograms
-NSEIS                    = 5000
+NSEIS                    = 5000000
 
 ! number of point sources
 NSOURCES                 = 1
diff --git a/Par_file_480_10sec_90x90 b/Par_file_480_10sec_90x90
index a6918d6..8fd43ee 100644
--- a/Par_file_480_10sec_90x90
+++ b/Par_file_480_10sec_90x90
@@ -60,7 +60,7 @@ LOCAL_PATH               = DATABASES_MPI_DIMITRI
 MACHINE_FILE             = mymachines
 
 ! interval in time steps for temporary writing of seismograms
-NSEIS                    = 5000
+NSEIS                    = 5000000
 
 ! number of point sources
 NSOURCES                 = 1
diff --git a/Par_file_sebastien b/Par_file_sebastien
index b81a5b7..8602769 100755
--- a/Par_file_sebastien
+++ b/Par_file_sebastien
@@ -60,7 +60,7 @@ LOCAL_PATH               = /scratch/DATABASES_MPI_DIMITRI
 MACHINE_FILE             = mymachines
 
 ! interval in time steps for temporary writing of seismograms
-NSEIS                    = 50000
+NSEIS                    = 5000000
 
 ! number of point sources
 NSOURCES                 = 1
diff --git a/Par_file_tsuboi_movie_320 b/Par_file_tsuboi_movie_320
index f813252..374407e 100644
--- a/Par_file_tsuboi_movie_320
+++ b/Par_file_tsuboi_movie_320
@@ -60,7 +60,7 @@ LOCAL_PATH               = /scratch/DATABASES_MPI_DIMITRI
 MACHINE_FILE             = mymachines
 
 ! interval in time steps for temporary writing of seismograms
-NSEIS                    = 50000
+NSEIS                    = 5000000
 
 ! number of point sources
 NSOURCES                 = 1
diff --git a/Par_file_vinnik_140x60 b/Par_file_vinnik_140x60
index 25b1b0a..6bc2ffa 100644
--- a/Par_file_vinnik_140x60
+++ b/Par_file_vinnik_140x60
@@ -60,7 +60,7 @@ LOCAL_PATH               = DATABASES_MPI_DIMITRI
 MACHINE_FILE             = mymachines
 
 ! interval in time steps for temporary writing of seismograms
-NSEIS                    = 5000
+NSEIS                    = 5000000
 
 ! number of point sources
 NSOURCES                 = 1



More information about the CIG-COMMITS mailing list