[cig-commits] [commit] devel: Fix grammar mistake. (37cbf64)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu May 1 00:50:54 PDT 2014


Repository : ssh://geoshell/specfem3d

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d/compare/cb32c88d6155d7974561a6f72fc17aea596e2c4d...50aa953c1db3f565d76415f5305410a529996b75

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

commit 37cbf6437be1f15a26bd2e11f76d08cb6f2592c3
Author: Elliott Sales de Andrade <esalesde at physics.utoronto.ca>
Date:   Tue Apr 29 03:56:19 2014 -0400

    Fix grammar mistake.


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

37cbf6437be1f15a26bd2e11f76d08cb6f2592c3
 src/shared/adios_manager_stubs.f90 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/shared/adios_manager_stubs.f90 b/src/shared/adios_manager_stubs.f90
index c4040d5..0715de0 100644
--- a/src/shared/adios_manager_stubs.f90
+++ b/src/shared/adios_manager_stubs.f90
@@ -40,8 +40,8 @@ subroutine no_adios_err()
   call world_rank(myrank)
   if (myrank == 0) then
     print *, "----------------------------------------------------"
-    print *, "Not configure to be compile with ADIOS."
-    print *, "Check your par_file and set ADIOS_ENABLED to .false."
+    print *, "Not configured to compile or run with ADIOS."
+    print *, "Check your Par_file and set ADIOS_ENABLED to .false."
     print *, "or reconfigure using --with-adios."
     print *, "----------------------------------------------------"
   endif



More information about the CIG-COMMITS mailing list