Directory Core/

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

[root]/Core
        directory in repo Containers (12 files, 6691 lines)
        directory in repo DataArchive (3 files, 2611 lines)
        directory in repo Datatypes (18 files, 5241 lines)
        directory in repo Disclosure (5 files, 797 lines)
        directory in repo Exceptions (38 files, 2859 lines)
        directory in repo Geometry (15 files, 2954 lines)
        directory in repo GeometryPiece (53 files, 9254 lines)
        directory in repo Grid (61 files, 21935 lines)
            directory in repo BoundaryConditions (31 files, 6268 lines)
            directory in repo PatchBVH (9 files, 821 lines)
            directory in repo Variables (94 files, 13597 lines)
        directory in repo IO (6 files, 707 lines)
        Folder removed from repo Labels (0 files, 0 lines)
        directory in repo Lockfree (3 files, 870 lines)
            directory in repo impl (4 files, 1007 lines)
        directory in repo Malloc (8 files, 2375 lines)
        directory in repo Math (53 files, 9416 lines)
            directory in repo TntJama (26 files, 7810 lines)
            directory in repo doc (2 files, 99 lines)
        directory in repo OS (6 files, 1211 lines)
        directory in repo Parallel (16 files, 3592 lines)
        directory in repo ProblemSpec (4 files, 2207 lines)
        directory in repo Util (36 files, 4327 lines)
            directory in repo Timers (1 files, 328 lines)

Lines of Code

Core/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 4 (100.0%) 2 (100.0%) 0.5
jas 1 (25.0%) 1 (50.0%) 1.0
ahumphrey 1 (25.0%) 1 (50.0%) 1.0
allen 2 (50.0%) 0 (0.0%) 0.0

Most Recent Commits

allen 2017-12-20 11:02 Rev.: 57484

Broke the large libs into smaller libraries allowing of the removal the ModelFactory Component and moved all application code from core

0 lines of code changed in 2 files:

  • Core: sub.mk (-1)
ahumphrey 2017-12-19 15:29 Rev.: 57481

* Finish repairs and cleanup in Core/Malloc, specifically the Uintah default Allocator (when SCI_MALLOC is enabled). Remove legacy pthread code, recursive locks, etc. Use std::mutex, no need for recursive mutex.

* Remove sci_system, use std:system

* Remove all remaining pthread remnants (including THREAD_LIBRARY references). Only use and rely on std::thread. Should have never been mixing pthreads with std::thread. Can't bank on what the underlying thread impl is.

* Generate new configure script.

* Lastly, fix issue with MPM PetscSolver include. Now Uintah compiles without Petsc (e.g. --without-petsc), as it should be able to.

1 lines of code changed in 1 file:

  • Core: sub.mk (+1 -2)
jas 2017-04-20 13:18 Rev.: 56452

Update copyright.

1 lines of code changed in 1 file:

  • Core: sub.mk (+1 -1)
Generated by StatSVN 0.7.0