Commit graph

3297 commits

Author SHA1 Message Date
Bryan Herman
ba9d5753db put source sep test back to 10 batches 2013-10-22 09:21:43 -04:00
Bryan Herman
ed3de400e6 change where source separate is specified in tests 2013-10-21 17:21:22 -04:00
Bryan Herman
d31cd9585b merged branch develop into xml 2013-10-17 09:59:30 -04:00
Bryan Herman
9025c729c7 removed Popen wait and use communicate then get return code 2013-10-16 23:03:40 -04:00
Sterling Harper
17dab66fba Merge branch 'develop' into lost_particle_plotting01
Conflicts:
	man/man1/openmc.1
	src/output.F90
	src/source.F90
2013-10-11 03:37:52 -04:00
Sterling Harper
c1d5725d41 Removed error file from teardown scope
Also removed scaffold code
2013-10-11 03:18:46 -04:00
Sterling Harper
bfc172f264 Added track output test.
Also fixed a typo in track.py
2013-10-10 00:02:26 -04:00
Paul Romano
1bfbde7cf0 PEP8 fixes on Python scripts. 2013-10-09 19:42:40 -04:00
Bryan Herman
3f47b31784 added more info if compiler is not found 2013-10-09 16:20:19 -04:00
Bryan Herman
260d051167 changed dummy runtests to nosetests and fixed exception handling 2013-10-09 16:13:59 -04:00
Bryan Herman
f1780faea2 dont add compile test when specifying all-omp 2013-09-29 17:31:44 -04:00
Bryan Herman
99d9118eca updated omp tests for all combinations 2013-09-29 17:21:10 -04:00
Bryan Herman
02d7679b89 merged 'develop' into 'xml' 2013-09-25 14:43:32 -04:00
Bryan Herman
61f94289e6 updated cmfd test cases for tighter tolerances 2013-09-25 12:56:50 -04:00
Bryan Herman
0355341247 can now set G-S tolerance, updated tests 2013-09-24 19:18:42 -04:00
Paul Romano
c67423342e PEP8 fixes in run_tests.py and test_compile.py. 2013-09-21 16:51:00 -04:00
Paul Romano
60168dffc7 Merge branch 'develop' into cmfd_clean
Conflicts:
	src/cmfd_data.F90
	tests/run_tests.py
	tests/test_compile/test_compile.py
2013-09-21 16:20:12 -04:00
Bryan Herman
6154c4db60 added more options for running test suite 2013-09-10 15:31:12 -04:00
Bryan Herman
93af53d634 rename python test 2013-09-09 16:24:27 -04:00
Bryan Herman
5af64724f4 added PETSc JFNK solver test 2013-09-09 16:22:09 -04:00
Bryan Herman
8500207b84 dominance ratio precision is loosened due to some precision difference when running with MPI 2013-09-09 14:07:12 -04:00
Bryan Herman
576b45ef23 updated statepoint utility and cmfd results to handle printing more detalied cmfd results 2013-09-09 10:00:17 -04:00
Paul Romano
d44dfd20d9 Add OpenMP tests (also fix PEP8 compliance in test_compile.py). 2013-09-07 20:29:18 -04:00
Paul Romano
975fd21284 Allow test suite to be run with compiler other than gfortran. 2013-09-07 15:02:46 -04:00
Bryan Herman
fb93135e96 Merge branch 'develop' into xml 2013-09-03 11:24:29 -04:00
Bryan Herman
9be2cc7907 reset global variable skipAll between compiler tests 2013-09-03 11:21:05 -04:00
Bryan Herman
c79e21f191 Merge branch 'develop' into xml 2013-09-03 08:46:04 -04:00
Paul Romano
a8f6d194f8 Skip CMFD tests rather than excluding them. 2013-09-02 20:13:53 -04:00
Paul Romano
c40b22fab1 Renamed test_cmfd_feed/test_cmfd_nofeed.py 2013-09-02 20:06:47 -04:00
Paul Romano
d9dd03dcb7 Fix previous commit. 2013-09-02 18:57:49 -04:00
Paul Romano
71296f4dd3 Make sure tests run if none are specified. 2013-09-02 18:52:42 -04:00
Paul Romano
421b6cf976 Show header for compilation tests. 2013-09-02 18:50:27 -04:00
Paul Romano
e0aacecbea Ability to pass command-line flags to nose. 2013-09-02 18:45:40 -04:00
Paul Romano
d0a468eb53 Refactored run_tests.py to make it a bit more Pythonic. 2013-09-02 17:13:55 -04:00
Paul Romano
a8bc52e07a PEP8 fixes on convert_precision.py 2013-09-02 17:11:30 -04:00
Bryan Herman
a522e0d040 removed setup script and added plugins to run_tests script 2013-09-02 10:45:11 -04:00
Paul Romano
4f10114774 PEP8 fixes on run_tests.py 2013-09-02 01:51:03 -04:00
Bryan Herman
c11711424d Merge branch 'develop' into xml 2013-08-29 10:30:20 -04:00
Bryan Herman
4e041356f3 path to mpiexec can be easily changed 2013-08-29 10:18:30 -04:00
Bryan Herman
61f730449b append current working directory to path to find nose_mpi.py 2013-08-29 09:40:36 -04:00
Bryan Herman
074de5e144 only process statepoint if run was successful 2013-08-28 22:52:21 -04:00
Bryan Herman
7ab30a2926 exclude cmfd cases when not compiling with PETSc 2013-08-28 22:51:47 -04:00
Bryan Herman
c4a10e63b3 added no feedback and feedback CMFD tests 2013-08-28 17:18:32 -04:00
Bryan Herman
5449dd8770 merged develop into test_suite 2013-08-28 17:03:37 -04:00
Bryan Herman
2dcc6e666c updated results from change in nu 2013-08-28 11:28:50 -04:00
Bryan Herman
58d5222b14 analog fission tallies now tracked with fission logical due to new implicit fission model, updated test suite to reflect this 2013-08-27 22:25:15 -04:00
Bryan Herman
3d3c5e4455 fixed opt string mistake 2013-08-27 15:03:45 -04:00
Bryan Herman
67e16a9e93 extended run tests script to be able to run compilation tests and compiler configuration tests separately 2013-08-27 14:00:56 -04:00
Bryan Herman
e958268b03 fixed run tests python error and now copy executable openmc back to openmc-[ext] 2013-08-26 15:49:44 -04:00
Bryan Herman
a334a0d685 Merge remote-tracking branch 'origin/develop' into xml 2013-08-23 12:06:44 -04:00