Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 103 (100.0%) | 1563 (100.0%) | 15.1 |
jas | 86 (83.5%) | 1503 (96.2%) | 17.4 |
dav | 4 (3.9%) | 43 (2.8%) | 10.7 |
luitjens | 13 (12.6%) | 17 (1.1%) | 1.3 |
Updates to the WAIT_FOR_DEBUGGER code
0 lines of code changed in 4 files:
Cosmetics
0 lines of code changed in 2 files:
Remove circular dependency by moving WAIT_FOR_DEBUGGER stuff to Core/Exceptions
43 lines of code changed in 2 files:
Possible fix for circular dependency.
1 lines of code changed in 2 files:
Added a new SCI_DEBUG called WaitForDebugger.
This will cause sus to wait for a debugger if it crashes or throws an exception.
To use add WaitForDebugger:+ to your SCI_DEBUG line. When a crash occurs you will see a message that contains
hostname and the pid. Then open a terminal on the host and attach gdb using `gdb --pid <pid>`.
13 lines of code changed in 6 files:
Added the pid to the beginning of each stack trace line. This should make it easier to identify which stack trace belongs to which processor.
3 lines of code changed in 1 file:
Remove sgi_stl_warnings include line
0 lines of code changed in 36 files:
Remove the Packages/Uintah/
19 lines of code changed in 23 files:
Move Uintah/Core/Exceptions to src/Core/Exceptions
1394 lines of code changed in 20 files:
Remove CMakeLists.txt
0 lines of code changed in 1 file:
Add the MIT License to every *.cc, *.h,*.F, and sub.mk file.
90 lines of code changed in 6 files: