Directory Packages/Uintah/Core/

Total Files:
1
Deleted Files:
0
Lines of Code:
19

[root]/Packages/Uintah/Core
                directory in repo DataArchive (2 files, 1854 lines)
                directory in repo Datatypes (3 files, 816 lines)
                directory in repo Disclosure (4 files, 625 lines)
                directory in repo Exceptions (9 files, 431 lines)
                directory in repo GeometryPiece (25 files, 4593 lines)
                directory in repo Grid (23 files, 9524 lines)
                    directory in repo BoundaryConditions (26 files, 3673 lines)
                    directory in repo PatchBVH (9 files, 32 lines)
                    directory in repo Variables (44 files, 4644 lines)
                directory in repo IO (3 files, 38 lines)
                directory in repo Labels (7 files, 1840 lines)
                directory in repo Math (10 files, 3103 lines)
                    directory in repo TntJama (9 files, 2945 lines)
                directory in repo Parallel (12 files, 1368 lines)
                directory in repo ProblemSpec (2 files, 1233 lines)
                directory in repo Tracker (7 files, 461 lines)
                directory in repo Util (1 files, 76 lines)

Lines of Code

Packages/Uintah/Core/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
dav 3 (100.0%) 13 (100.0%) 4.3

Most Recent Commits

dav 2008-11-24 17:52 Rev.: 42574

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:

  • Packages/Uintah/Core: sub.mk (new)
dav 2008-03-19 15:06 Rev.: 40521


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:

  • Packages/Uintah/Core: sub.mk (+12 -11)
Generated by StatSVN 0.4.0