Directory StandAlone/tools/compare_mms/

Total Files:
11
Deleted Files:
0
Lines of Code:
1301

[root]/StandAlone/tools/compare_mms

Lines of Code

StandAlone/tools/compare_mms/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 30 (100.0%) 23 (100.0%) 0.7
jas 22 (73.3%) 12 (52.2%) 0.5
dav 2 (6.7%) 6 (26.1%) 3.0
ahumphrey 6 (20.0%) 5 (21.7%) 0.8

Most Recent Commits

ahumphrey 2016-07-11 18:02 Rev.: 55512

Some cleanup in the build system and also removing some sci_*.h files
Generate new configure script.

2 lines of code changed in 2 files:

  • StandAlone/tools/compare_mms: compare_mms.cc (+2 -2)
ahumphrey 2016-07-06 12:15 Rev.: 55486

Significant refactoring of Level and LoadBalancerCommon prior to adding in per-level max_ghost_cells machinery.

3 lines of code changed in 3 files:

  • StandAlone/tools/compare_mms: compare_mms.cc (+1 -1), compare_scalar.cc (+2 -2)
ahumphrey 2016-06-07 09:19 Rev.: 55420

Removal of src/Core/Thread and related refactoring throughout the code-base.

This is the first step in a series of infrastrucutre overhauls to modernize Uintah. Though this all passes local RT (both CPU and GPU tests), I expect some fallout we haven't considered and will be standing by to deal with any issues. Once the dust settles, we will move to replacing Core/Malloc with jemalloc.

* We are now using the standard library for all multi-threading needs within the infrastructure, e.g. std::atomic, std::thread, std::mutex, etc.

* The Unified Scheduler is now the only multi-threaded scheduler, e.g. ThreadedMPIScheduler no longer exists (though the source will soon be placed into an attic).

* Threads spawned by the Unified Scheduler are detached by default (not joinable), allowing for easy, clean and independent execution. There are no longer ConditionVariables used to signal worker threads, just a simple enum for thread-state.

* What was Core/Thread/Time.* is now Core/Util/Time.* - a next step will be to migrate all internal timers, etc to use std::chrono.

* NOTE: Though much cleanup has occurred with this commit, there is still significant cleanup and formatting to be done. The scope of this commit neccessitates a more incremental approach.

0 lines of code changed in 1 file:

  • StandAlone/tools/compare_mms: compare_mms.cc (-1)
dav 2016-03-28 17:49 Rev.: 55135

Link in PIDX for static builds.

6 lines of code changed in 2 files:

  • StandAlone/tools/compare_mms: sub.mk (+6 -6)
jas 2016-03-15 18:25 Rev.: 55029

More changes from SCIRun to Uintah. Delete unused SCIRun build_script files.

1 lines of code changed in 1 file:

  • StandAlone/tools/compare_mms: compare_scalar.cc (+1 -1)
jas 2016-03-15 18:24 Rev.: 55024

Move non-conflicting classes that were in SCIRun namespace to Uintah namespace.

0 lines of code changed in 2 files:

  • StandAlone/tools/compare_mms: compare_mms.cc (-1), compare_scalar.cc (-1)
jas 2016-01-08 15:45 Rev.: 54640

Update copyright date to 2016.

11 lines of code changed in 19 files:

  • StandAlone/tools/compare_mms: ExpMMS.cc (new), ExpMMS.h (new), LinearMMS.cc (+1 -1), LinearMMS.h (new), MMS.h (+1 -1), SineMMS.cc (new), SineMMS.h (new), compare_mms.cc (+1 -1), compare_scalar.cc (+1 -1), compare_scalar.h (+1 -1), sub.mk (+1 -1)
Generated by StatSVN 0.7.0