[cig-commits] r22405 - seismo/3D/SPECFEM3D_GLOBE/branches/undo_att/src/shared

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Mon Jun 24 05:26:07 PDT 2013


Author: dkomati1
Date: 2013-06-24 05:26:07 -0700 (Mon, 24 Jun 2013)
New Revision: 22405

Modified:
   seismo/3D/SPECFEM3D_GLOBE/branches/undo_att/src/shared/read_parameter_file.f90
Log:
added a comment about parameters that need to be broadcast with MPI_Bcast()


Modified: seismo/3D/SPECFEM3D_GLOBE/branches/undo_att/src/shared/read_parameter_file.f90
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/branches/undo_att/src/shared/read_parameter_file.f90	2013-06-24 12:18:21 UTC (rev 22404)
+++ seismo/3D/SPECFEM3D_GLOBE/branches/undo_att/src/shared/read_parameter_file.f90	2013-06-24 12:26:07 UTC (rev 22405)
@@ -25,6 +25,14 @@
 !
 !=====================================================================
 
+!!!!!! VERY IMPORTANT
+!!!!!! VERY IMPORTANT
+!!!!!! VERY IMPORTANT if you add new parameters to DATA/Par_file, remember to also
+!!!!!! VERY IMPORTANT broadcast them with MPI_BCAST in src/shared/broadcast_compute_parameters.f90
+!!!!!! VERY IMPORTANT otherwise the code will *NOT* work
+!!!!!! VERY IMPORTANT
+!!!!!! VERY IMPORTANT
+
   subroutine read_parameter_file(OUTPUT_FILES,LOCAL_PATH,MODEL, &
                                 NTSTEP_BETWEEN_OUTPUT_SEISMOS,NTSTEP_BETWEEN_READ_ADJSRC,NTSTEP_BETWEEN_FRAMES, &
                                 NTSTEP_BETWEEN_OUTPUT_INFO,NUMBER_OF_RUNS, &



More information about the CIG-COMMITS mailing list