[root]/Packages/Uintah/Core
DataArchive
(2 files, 1854 lines)
Datatypes
(3 files, 816 lines)
Disclosure
(4 files, 625 lines)
Exceptions
(9 files, 431 lines)
GeometryPiece
(25 files, 4593 lines)
Grid
(23 files, 9524 lines)
BoundaryConditions
(26 files, 3673 lines)
PatchBVH
(9 files, 32 lines)
Variables
(44 files, 4644 lines)
IO
(3 files, 38 lines)
Labels
(7 files, 1840 lines)
Math
(10 files, 3103 lines)
TntJama
(9 files, 2945 lines)
Parallel
(12 files, 1368 lines)
ProblemSpec
(2 files, 1233 lines)
Tracker
(7 files, 461 lines)
Util
(1 files, 76 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
dav | 3 (100.0%) | 13 (100.0%) | 4.3 |
Initial framework for in-simulation Uintah tracking system. Messages
will be sent from sus (from each and every process sus is using) to a
simulation tracking server. This will help track the state of
simulations and where/when they fail.
M Core/Util/Socket.h
- BOLD comment about important return condition. (Hopefully gets the
users attention.)
- Added info function.
M Core/Util/Socket.cc
Accept() should be using the new socket (I believe). (Note, I think
both the old and new socket (at this point) are the same, but
still...) Displays an error message if the accept'ance fails.
Implemented the getSocketInfo() function.
M Packages/Uintah/CCA/Components/SimulationController/sub.mk
- Use the tracker.
- Alphabetize. Led to removal of duplicate DataArchiver listing.
M Packages/Uintah/CCA/Components/SimulationController/AMRSimulationController.cc
- Start using the tracker. (Currently only tracks the beginning of each timestep.)
- Better ordering of #includes.
M Packages/Uintah/StandAlone/sub.mk
Use tracker.
A Packages/Uintah/StandAlone/tools/tracker
A Packages/Uintah/StandAlone/tools/tracker/sub.mk
A Packages/Uintah/StandAlone/tools/tracker/TrackerProgram.cc
Very basic simulation tracking server. Needs to be updated to handle
a threaded server library (which needs to be implemented soon, see below.)
M Packages/Uintah/StandAlone/tools/sub.mk
- Build tracker server.
- Untabify.
M Packages/Uintah/StandAlone/sus.cc
- Add '-track' option.
M Packages/Uintah/Core/sub.mk
Use tracker.
A Packages/Uintah/Core/Tracker
A Packages/Uintah/Core/Tracker/sub.mk
A Packages/Uintah/Core/Tracker/Tracker.cc
A Packages/Uintah/Core/Tracker/TrackerClient.h
A Packages/Uintah/Core/Tracker/Tracker.h
A Packages/Uintah/Core/Tracker/TrackerServer.cc
A Packages/Uintah/Core/Tracker/TrackerServer.h
A Packages/Uintah/Core/Tracker/TrackerClient.cc
Initial commit of tracker libraries (for server and client). Server
needs to be updated to use Threads (so that a server program can query
the server library to ask about status etc (without blocking).
Currently only a few messages are sent... most of the code needs to be
updated to send tracking messages.
1 lines of code changed in 2 files:
M CCA/Components/Models/test/ArchesTable.h
M CCA/Components/Models/test/ArchesTable.cc
Added in the zlib functions for reading a compressed Arches table.
Removed tabs; did some coding standard clean ups.
M CCA/Components/Arches/Mixing/sub.mk
M CCA/Components/Arches/Mixing/NewStaticMixingTable.cc
M Core/sub.mk
M Core/IO/sub.mk
12 lines of code changed in 1 file: