Directory testprograms/

Total Files:
3
Deleted Files:
0
Lines of Code:
455

[root]/testprograms
        Folder removed from repo BNRRegridder (0 files, 0 lines)
        directory in repo CubeRootTest (1 files, 52 lines)
        directory in repo IteratorTest (2 files, 127 lines)
        directory in repo Malloc (15 files, 1000 lines)
        directory in repo PatchBVH (2 files, 262 lines)
        directory in repo RegionTest (3 files, 310 lines)
        directory in repo Regridders (6 files, 953 lines)
        directory in repo SFCTest (2 files, 273 lines)
        directory in repo TestBoxGrouper (9 files, 743 lines)
        directory in repo TestConsecutiveRangeSet (3 files, 382 lines)
        directory in repo TestFastMatrix (3 files, 376 lines)
        directory in repo TestMatrix3 (3 files, 644 lines)
        directory in repo TestRangeTree (4 files, 655 lines)
        directory in repo TestSuite (7 files, 655 lines)
        directory in repo Thread (4 files, 532 lines)

Lines of Code

testprograms/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 10 (100.0%) 16 (100.0%) 1.6
dav 1 (10.0%) 10 (62.5%) 10.0
jas 4 (40.0%) 3 (18.8%) 0.7
ahumphrey 4 (40.0%) 2 (12.5%) 0.5
harman 1 (10.0%) 1 (6.3%) 1.0

Most Recent Commits

ahumphrey 2014-08-01 15:41 Rev.: 52254

Remove Heirarchical and BNR regridder and supporting classes, tests, etc.

* NOTE: It has been shown these do not scale, and in the case of ICE these regridders have undesired side effects WRT fine level solution, and in fact are disallowed by ICE.

* The only input file found to be using the Heirarchical regridder was /inputs/Examples/wave.ups (Similar to AMRWaveEquation test problem from Chombo), and has been changed to have the appropriate <Regridder> attributes.

* This commit also enables clean support for GPUPerPatch variables need by Wasatch with CUDA enabled.

1 lines of code changed in 2 files:

  • testprograms: sub.mk (+1 -2)
dav 2014-06-19 00:35 Rev.: 51998

Fixes for the CUDA linking for non-static builds. For CUDA builds, we
need to link in all libraries for executables (eg: sus, test programs,
etc) because Core_Util has CUDA in it and thus the extra dlink object
file must be linked against anything that uses Core/Util, but the
dlink file also has code from many other libraries (they all have to link
together to get the full dlink file). It might be possible to
separate all the CUDA linking out, but at least for now this will work.

Created ALL_STATIC_PSE_LIBS and ALL_PSE_LIBS variables in Makefile.in
that can be used to link executables.

Placed a list of all cuda files (.o version) in the variable
DLINK_FILES (it is added to in each sub.mk). Then, once all libraries
are built, this list of files is linked with -dlink (previously was
just linking all the archive (.a) files together, but nvcc won't let
you do this with shared (.so) libs.

Updated a number of sub.mk files to specify the complete list of libs
necessary to link and added in the CUDA_LIBRARY.

Alphabetized and removed duplicates in a lot of sub.mk files.

M CCA/Components/Models/ModelFactory.cc

- Don't use the RadiationDriver if radation was not turned on.

M Makefile.in
M CCA/Components/Models/Radiation/RMCRT/sub.mk
M CCA/Components/Models/Radiation/sub.mk
M CCA/Components/MPM/sub.mk
M CCA/Components/Wasatch/Transport/sub.mk
M CCA/Components/Wasatch/sub.mk
M CCA/Components/Wasatch/Expressions/sub.mk
M CCA/Components/Wasatch/Expressions/Turbulence/sub.mk
M CCA/Components/Wasatch/Operators/sub.mk
M CCA/Components/sub.mk
M CCA/Components/Schedulers/sub.mk
M CCA/Components/Arches/sub.mk
M CCA/Components/Examples/sub.mk
M Core/Util/sub.mk
M StandAlone/sub.mk
M StandAlone/tools/mpi_test/sub.mk
M StandAlone/tools/pfs/sub.mk
M StandAlone/tools/fsspeed/sub.mk
M StandAlone/tools/puda/sub.mk
M StandAlone/tools/tracker/sub.mk
M StandAlone/tools/dumpfields/sub.mk
M StandAlone/tools/graphview/sub.mk
M StandAlone/tools/extractors/sub.mk
M StandAlone/tools/sub.mk
M StandAlone/tools/compare_mms/sub.mk
M StandAlone/Benchmarks/sub.mk
M testprograms/CubeRootTest/sub.mk
M testprograms/TestFastMatrix/sub.mk
M testprograms/RegionTest/sub.mk
M testprograms/TestMatrix3/sub.mk
M testprograms/IteratorTest/sub.mk
M testprograms/Regridders/sub.mk
M testprograms/sub.mk
M testprograms/PatchBVH/sub.mk
M testprograms/Malloc/sub.mk
M testprograms/Thread/sub.mk
M testprograms/BNRRegridder/sub.mk


10 lines of code changed in 1 file:

  • testprograms: sub.mk (+10 -9)
ahumphrey 2014-05-15 15:03 Rev.: 51844

Excise last bits of Windows support from src/testprograms

1 lines of code changed in 2 files:

  • testprograms: RunTests.cc (new)
harman 2014-03-25 14:08 Rev.: 51672

House cleaning. Removed dependency on libpng.


1 lines of code changed in 1 file:

  • testprograms: sub.mk (+1 -1)
jas 2014-01-16 00:47 Rev.: 51467

Updated copyright information.

3 lines of code changed in 4 files:

  • testprograms: RunTests.cc (+1 -1), primes.cc (+1 -1), sub.mk (+1 -1)
Generated by StatSVN 0.7.0