Directory StandAlone/tools/pfs/

Total Files:
5
Deleted Files:
0
Lines of Code:
1728

[root]/StandAlone/tools/pfs

Lines of Code

StandAlone/tools/pfs/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 17 (100.0%) 8 (100.0%) 0.4
jas 8 (47.1%) 5 (62.5%) 0.6
ahumphrey 9 (52.9%) 3 (37.5%) 0.3

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 6 files:

  • StandAlone/tools/pfs: pfs.cc (new), pfs2.cc (new), rawToUniqueGrains.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.

3 lines of code changed in 3 files:

  • StandAlone/tools/pfs: pfs.cc (+1 -1), pfs2.cc (+1 -1), rawToUniqueGrains.cc (+1 -1)
jas 2016-03-15 18:24 Rev.: 55024

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

0 lines of code changed in 1 file:

  • StandAlone/tools/pfs: rawToUniqueGrains.cc (-1)
jas 2016-01-08 15:45 Rev.: 54640

Update copyright date to 2016.

5 lines of code changed in 7 files:

  • StandAlone/tools/pfs: ImageFromGeom.cc (+1 -1), pfs.cc (+1 -1), pfs2.cc (+1 -1), rawToUniqueGrains.cc (+1 -1), sub.mk (+1 -1)
Generated by StatSVN 0.7.0