[root]/CCA/Components/MPM/ConstitutiveModel/UnusedCM
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 121 (100.0%) | 125 (100.0%) | 1.0 |
ahumphrey | 46 (38.0%) | 74 (59.2%) | 1.6 |
jas | 75 (62.0%) | 51 (40.8%) | 0.6 |
Some cleanup in the build system and also removing some sci_*.h files
Generate new configure script.
4 lines of code changed in 4 files:
Redirect all MPI calls through the lightweight wrapper (header only)
This allows for standardized error checking and easy collection of runtime stats. All MPI funtions can be called from the wrapper by replacing:
MPI_ with Uintah::MPI::
e.g.
Uintah::MPI::Isend(...)
Uintah::MPI::Reduce(...)
Also enables MPI3 wrappers when MPI3 is available and protects against these when not. Will want MPI3 for non-blocking collectives. MPI3 is availalbe on Mira but not Titan yet.
* Note src/scripts/wrap_mpi_calls.sh has been added to the src tree. This has the sed foo to do this replacement src tree-wide.
* Have tested this with OpenMPI, MPICH, IntelMPI and also built on Titan and Mira.
14 lines of code changed in 14 files:
Revert -r55443, until folks can get compilers upgraded and buildbot MPI is updated.
14 lines of code changed in 7 files:
Redirect all MPI calls through the lightweight wrapper (header only)
This allows for standardized error checking and easy collection of runtime stats. All MPI funtions can be called from the wrapper by replacing:
MPI_ with Uintah::MPI::
e.g.
Uintah::MPI::Isend(...)
Uintah::MPI::Reduce(...)
Also enables MPI3 wrappers when MPI3 is available and protects against these when not. Will want MPI3 for non-blocking collectives. MPI3 is availalbe on Mira but not Titan yet.
* Note src/scripts/wrap_mpi_calls.sh has been added to the src tree. This has the sed foo to do this replacement src tree-wide.
* Have tested this with OpenMPI, MPICH, IntelMPI and also built on Titan and Mira.
14 lines of code changed in 7 files:
Revert r55429.
Still having an MPICH/OpenMPI compatibility problem.
14 lines of code changed in 7 files:
Redirect all MPI calls through the lightweight wrapper (header only)
This allows for standardized error checking and easy collection of runtime stats. All MPI funtions can be called from the wrapper by replacing:
MPI_ with Uintah::MPI::
e.g.
Uintah::MPI::Isend(...)
Uintah::MPI::Reduce(...)
Also enables MPI3 wrappers when MPI3 is available and protects against these when not. Will want MPI3 for non-blocking collectives. MPI3 is availalbe on Mira but not Titan yet.
* Note src/scripts/wrap_mpi_calls.sh has been added to the src tree. This has the sed foo to do this replacement src tree-wide.
14 lines of code changed in 7 files:
Move non-conflicting classes that were in SCIRun namespace to Uintah namespace.
12 lines of code changed in 11 files:
Update copyright date to 2016.
39 lines of code changed in 64 files: