Directory StandAlone/tools/makedot/

Total Files:
2
Deleted Files:
0
Lines of Code:
239

[root]/StandAlone/tools/makedot

Lines of Code

StandAlone/tools/makedot/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 6 (100.0%) 7 (100.0%) 1.1
ahumphrey 4 (66.7%) 5 (71.4%) 1.2
jas 2 (33.3%) 2 (28.6%) 1.0

Most Recent Commits

ahumphrey 2016-06-13 11:46 Rev.: 55440

Replace usage of NULL macro (type int) with nullptr (pointer literal of type: nullptr_t).

nullptr is implicitly convertible and comparable to any pointer type or pointer-to-member type, but is not implicitly comparable to integral types, except that it is convertible to bool (explicitly).

4 lines of code changed in 2 files:

  • StandAlone/tools/makedot: makedot.cc (new)
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.

1 lines of code changed in 2 files:

  • StandAlone/tools/makedot: sub.mk (new)
jas 2016-01-08 15:45 Rev.: 54640

Update copyright date to 2016.

2 lines of code changed in 2 files:

  • StandAlone/tools/makedot: makedot.cc (+1 -1), sub.mk (+1 -1)
Generated by StatSVN 0.7.0