Changes between Version 15 and Version 16 of TestSuite
- Timestamp:
- 06/30/11 12:33:49 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TestSuite
v15 v16 1 1 = AstroBEAR Test Suite = 2 2 Any living code base requires checks to make sure that its continued development does not introduce any new bugs. AstroBEAR's developers are working to create a comprehensive lists of tests (the ''test suite'') which runs a set of simulations in order to ensure the fundamental behavior of the code is robust and unchanged. 3 4 5 == Current testing (new) 6 At the moment we do post-processing tests of astroBEAR2.0. Test related files and directories are located in modules/tests/. Each test has its own directory which contains: 7 - the problem's data files (global.data, modules.data, problem.data, profile.data, solver.data, communication.data, io.data and physics.data), 8 - the problem's module (problem.f90), 9 - bear2fix.data, bear2fix.data.test and bear2fix.data.img which are BearToFix data files (see below), 10 - a "ref" directory which has the file chombo00001.hdf (see below). 11 12 13 14 15 ---- 3 16 4 17 The basic design philosophy is as follows: