Directory CCA/Components/MPM/ConstitutiveModel/Biswajit/

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

[root]/CCA/Components/MPM/ConstitutiveModel/Biswajit
                        directory in repo ElasticityModels (30 files, 2526 lines)
                        directory in repo Models (53 files, 8571 lines)

Lines of Code

CCA/Components/MPM/ConstitutiveModel/Biswajit/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 26 (100.0%) 25 (100.0%) 0.9
jas 20 (76.9%) 15 (60.0%) 0.7
ahumphrey 6 (23.1%) 10 (40.0%) 1.6

Most Recent Commits

ahumphrey 2016-06-21 13:57 Rev.: 55453

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.

2 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel/Biswajit: HyperelasticPlastic.cc (new)
ahumphrey 2016-06-14 21:26 Rev.: 55445

Revert -r55443, until folks can get compilers upgraded and buildbot MPI is updated.

2 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel/Biswajit: HyperelasticPlastic.cc (+2 -2)
ahumphrey 2016-06-14 13:47 Rev.: 55443

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.

2 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel/Biswajit: HyperelasticPlastic.cc (+2 -2)
ahumphrey 2016-06-10 12:31 Rev.: 55430

Revert r55429.

Still having an MPICH/OpenMPI compatibility problem.

2 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel/Biswajit: HyperelasticPlastic.cc (+2 -2)
ahumphrey 2016-06-10 11:38 Rev.: 55429

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.

2 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel/Biswajit: HyperelasticPlastic.cc (+2 -2)
jas 2016-03-15 18:24 Rev.: 55024

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

6 lines of code changed in 5 files:

  • CCA/Components/MPM/ConstitutiveModel/Biswajit: HyperelasticPlastic.cc (+2 -2), HyperelasticPlastic.h (+2 -2), SmallStrainPlastic.cc (new)
jas 2016-01-08 15:45 Rev.: 54640

Update copyright date to 2016.

9 lines of code changed in 15 files:

  • CCA/Components/MPM/ConstitutiveModel/Biswajit: Arena.cc (+1 -1), Arena.h (new), CamClay.cc (new), CamClay.h (new), HyperelasticPlastic.cc (+1 -1), HyperelasticPlastic.h (+1 -1), SmallStrainPlastic.cc (+1 -1), SmallStrainPlastic.h (new), sub.mk (+1 -1)
Generated by StatSVN 0.7.0