Directory CCA/Components/MPM/ConstitutiveModel/PortableTongeRamesh/

Total Files:
2
Deleted Files:
0
Lines of Code:
1620

[root]/CCA/Components/MPM/ConstitutiveModel/PortableTongeRamesh
                        directory in repo TongeRameshPTRCalcs (3 files, 4469 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 10 (100.0%) 12 (100.0%) 1.2
ahumphrey 6 (60.0%) 10 (83.3%) 1.6
jas 3 (30.0%) 2 (16.7%) 0.6
guilkey 1 (10.0%) 0 (0.0%) 0.0

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/PortableTongeRamesh: TongeRameshPTR.cc (+2 -2)
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/PortableTongeRamesh: TongeRameshPTR.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/PortableTongeRamesh: TongeRameshPTR.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/PortableTongeRamesh: TongeRameshPTR.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/PortableTongeRamesh: TongeRameshPTR.cc (+2 -2)
guilkey 2016-01-15 17:27 Rev.: 54664

Merging code in from the ARL branch.

0 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel/PortableTongeRamesh: TongeRameshPTR.cc (-2)
jas 2016-01-08 15:45 Rev.: 54640

Update copyright date to 2016.

2 lines of code changed in 3 files:

  • CCA/Components/MPM/ConstitutiveModel/PortableTongeRamesh: TongeRameshPTR.cc (+1 -1), TongeRameshPTR.h (+1 -1)
Generated by StatSVN 0.7.0