[cig-commits] [commit] master: Introduce tests 18-20 (gfortran) (607f803)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Oct 17 04:55:42 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/axisem/compare/7c5362c8e832b62486b3f0b7d862134bedcd7133...607f803cf074063627513d235f9ed0837fc1dd44

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

commit 607f803cf074063627513d235f9ed0837fc1dd44
Author: Simon Stähler <staehler at geophysik.uni-muenchen.de>
Date:   Fri Oct 17 13:55:51 2014 +0200

    Introduce tests 18-20 (gfortran)


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

607f803cf074063627513d235f9ed0837fc1dd44
 TESTING/test_nightly_axisem.py | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/TESTING/test_nightly_axisem.py b/TESTING/test_nightly_axisem.py
index 8007b3c..dd7b251 100644
--- a/TESTING/test_nightly_axisem.py
+++ b/TESTING/test_nightly_axisem.py
@@ -17,7 +17,7 @@ parser = argparse.ArgumentParser(description=
     'Run nightly tests for the axisem solver.')
 
 parser.add_argument('-t', '--test', help='run only selected tests',
-                    choices=range(1,17), type=int)
+                    choices=range(1,20), type=int)
 parser.add_argument('-a', '--all', help='run all tests', action='store_const',
                     const=True, default=False)
 args = parser.parse_args()
@@ -52,10 +52,13 @@ else:
               '15. test15: dipole (mxz)\n' + \
               '16. test16: quadpole (mxy)\n' + \
               '17. test17: external mesh (PREM)\n' + \
+              '18. test18: like test05, but with Gfortran 4.7\n' + \
+              '19. test19: like test05, but with Gfortran 4.8\n' + \
+              '20. test20: like test05, but with Gfortran 4.9\n' + \
               '\n(format = 01,02 OR 1,2,3)' + \
               '\n')
   else:
-      test_no = '1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17'
+      test_no = '1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20'
 
 print '=========================================='
 print 'Requested Test numbers:'



More information about the CIG-COMMITS mailing list