[cig-commits] [commit] master: Increase number of tests to 21 (f404e46)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Sat Oct 18 00:39:16 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/axisem/compare/459699a5b4140fa6c7acdb7ab1af5839b8dd90f8...f404e465d87a1c16f432915994bd53e70708631c

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

commit f404e465d87a1c16f432915994bd53e70708631c
Author: Simon Stähler <staehler at geophysik.uni-muenchen.de>
Date:   Sat Oct 18 09:11:07 2014 +0200

    Increase number of tests to 21
    
     - New test with Portland compiler


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

f404e465d87a1c16f432915994bd53e70708631c
 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 c294c85..c48aa72 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,21), type=int)
+                    choices=range(1,22), type=int)
 parser.add_argument('-a', '--all', help='run all tests', action='store_const',
                     const=True, default=False)
 args = parser.parse_args()
@@ -51,14 +51,17 @@ else:
               '14. test14: explosion\n' + \
               '15. test15: dipole (mxz)\n' + \
               '16. test16: quadpole (mxy)\n' + \
+              'Test for external 1D model (PREM)\n' + \
               '17. test17: external mesh (PREM)\n' + \
+              'Test for Compiler compatibility\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' + \
+              '21. test21: like test05, but with Portland \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,18,19,20'
+      test_no = '1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21'
 
 print '=========================================='
 print 'Requested Test numbers:'



More information about the CIG-COMMITS mailing list