Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 32 (100.0%) | 40 (100.0%) | 1.2 |
jas | 24 (75.0%) | 34 (85.0%) | 1.4 |
ahumphrey | 6 (18.8%) | 6 (15.0%) | 1.0 |
dav | 2 (6.3%) | 0 (0.0%) | 0.0 |
More concurrency work on MPI recv engine - also moving to straight mutex sync on task queues (no CrowdMonitor). Ultimately these queues need to be lock-free data structures.
Cleaned up ProcesorGroup, along with some other misc formatting/cleanup while under the hood.
Updates to tsan_suppression file
1 lines of code changed in 2 files:
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).
5 lines of code changed in 3 files:
Remove final remnants of Core/Thread
0 lines of code changed in 1 file:
Fix for: At least with gcc 4.7.2 on Vulcan, when using c++11, '__linux' is not defined.
0 lines of code changed in 2 files:
Add Uintah namespace.
0 lines of code changed in 2 files:
Add using namespace Uintah.
2 lines of code changed in 1 file:
More changes from SCIRun to Uintah. Delete unused SCIRun build_script files.
1 lines of code changed in 2 files:
Move non-conflicting classes that were in SCIRun namespace to Uintah namespace.
23 lines of code changed in 10 files:
Update copyright date to 2016.
8 lines of code changed in 9 files: