Directory StandAlone/tools/extractors/

Total Files:
9
Deleted Files:
0
Lines of Code:
5833

[root]/StandAlone/tools/extractors

Lines of Code

StandAlone/tools/extractors/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 43 (100.0%) 51 (100.0%) 1.1
ahumphrey 24 (55.8%) 31 (60.8%) 1.2
jas 17 (39.5%) 11 (21.6%) 0.6
dav 2 (4.7%) 9 (17.6%) 4.5

Most Recent Commits

ahumphrey 2016-09-17 15:54 Rev.: 55755

Remove SingleProcessor Scheduler/LoadBalancer.

Most of the work here has been in removing the need for Parallel::determineIfRunningUnderMPI(), as running Uintah with MPI is now an invariant, even with only a single process. We ALWAYS run Uintah with MPI.

The last simple step will be to remove usage of Parallel::usingMPI() (which now simply returns true), and also do away with the "-mpi" command line option. Right now sus has been modified to silently ignore "-mpi" and once the nightly RT scripts have been modified, we can deprecate usage.

Note that the following examples of a single process run are synonymous and all use the MPI scheduler with 1 rank:

./sus input.ups
./sus -mpi input.ups
mpirun -np 1 ./sus input.ups
mpirun -np 1 ./sus -mpi input.ups

0 lines of code changed in 14 files:

  • StandAlone/tools/extractors: extractF.cc (new), extractS.cc (new), extractV.cc (new), faceextract.cc (-1), lineextract.cc (-1), partextract.cc (new), timeextract.cc (-1)
ahumphrey 2016-07-06 12:15 Rev.: 55486

Significant refactoring of Level and LoadBalancerCommon prior to adding in per-level max_ghost_cells machinery.

6 lines of code changed in 4 files:

  • StandAlone/tools/extractors: extractF.cc (+1 -1), extractS.cc (+1 -1), extractV.cc (+1 -1), partextract.cc (+3 -3)
ahumphrey 2016-06-13 11:46 Rev.: 55440

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).

25 lines of code changed in 6 files:

  • StandAlone/tools/extractors: faceextract.cc (+2 -2), lineextract.cc (+6 -6), partextract.cc (+5 -5), particle2tiff.cc (new), timeextract.cc (+5 -5)
dav 2016-03-28 17:49 Rev.: 55135

Link in PIDX for static builds.

9 lines of code changed in 2 files:

  • StandAlone/tools/extractors: sub.mk (+9 -9)
jas 2016-03-15 18:24 Rev.: 55024

Move non-conflicting classes that were in SCIRun namespace to Uintah namespace.

2 lines of code changed in 8 files:

  • StandAlone/tools/extractors: extractF.cc (-2), extractS.cc (-2), extractV.cc (-2), faceextract.cc (-1), lineextract.cc (-1), partextract.cc (+2 -3), particle2tiff.cc (-1), timeextract.cc (-1)
jas 2016-01-08 15:45 Rev.: 54640

Update copyright date to 2016.

9 lines of code changed in 9 files:

  • StandAlone/tools/extractors: extractF.cc (+1 -1), extractS.cc (+1 -1), extractV.cc (+1 -1), faceextract.cc (+1 -1), lineextract.cc (+1 -1), partextract.cc (+1 -1), particle2tiff.cc (+1 -1), sub.mk (+1 -1), timeextract.cc (+1 -1)
Generated by StatSVN 0.7.0