Directory CCA/Components/MPMArches/

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

[root]/CCA/Components/MPMArches
                directory in repo fortran (15 files, 3422 lines)

Lines of Code

CCA/Components/MPMArches/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 31 (100.0%) 40 (100.0%) 1.2
harman 1 (3.2%) 13 (32.5%) 13.0
jas 19 (61.3%) 12 (30.0%) 0.6
ahumphrey 8 (25.8%) 11 (27.5%) 1.3
allen 3 (9.7%) 4 (10.0%) 1.3

Most Recent Commits

allen 2016-08-16 14:33 Rev.: 55646

backed out sim state changes

2 lines of code changed in 2 files:

  • CCA/Components/MPMArches: MPMArches.cc (new)
allen 2016-08-15 17:14 Rev.: 55638

cleanup of the simulation state - most everything is now private

2 lines of code changed in 1 file:

  • CCA/Components/MPMArches: MPMArches.cc (+2 -2)
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 1 file:

  • CCA/Components/MPMArches: MPMArches.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/MPMArches: MPMArches.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/MPMArches: MPMArches.cc (+2 -2)
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).

1 lines of code changed in 1 file:

  • CCA/Components/MPMArches: MPMArches.cc (+1 -1)
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/MPMArches: MPMArches.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/MPMArches: MPMArches.cc (+2 -2)
ahumphrey 2016-06-07 09:19 Rev.: 55420

Removal of src/Core/Thread and related refactoring throughout the code-base.

This is the first step in a series of infrastrucutre overhauls to modernize Uintah. Though this all passes local RT (both CPU and GPU tests), I expect some fallout we haven't considered and will be standing by to deal with any issues. Once the dust settles, we will move to replacing Core/Malloc with jemalloc.

* We are now using the standard library for all multi-threading needs within the infrastructure, e.g. std::atomic, std::thread, std::mutex, etc.

* The Unified Scheduler is now the only multi-threaded scheduler, e.g. ThreadedMPIScheduler no longer exists (though the source will soon be placed into an attic).

* Threads spawned by the Unified Scheduler are detached by default (not joinable), allowing for easy, clean and independent execution. There are no longer ConditionVariables used to signal worker threads, just a simple enum for thread-state.

* What was Core/Thread/Time.* is now Core/Util/Time.* - a next step will be to migrate all internal timers, etc to use std::chrono.

* NOTE: Though much cleanup has occurred with this commit, there is still significant cleanup and formatting to be done. The scope of this commit neccessitates a more incremental approach.

0 lines of code changed in 2 files:

  • CCA/Components/MPMArches: sub.mk (-1)
harman 2016-06-02 15:23 Rev.: 55407

ICE, SerialMPM, MPMArches
- added machinery for calling AnalysisModule:outputProblemSpec()

OnTheFlyAnalysis (all modules)
- added virtual function outputProblemSpec
- added virtual function scheduleRestartInitialize()

ProblemSpec
- Added method findBlockWithAttributeValue()
<It should have been added years ago.>

Statistics.cc/h New Module:
Computes the 1st, 2nd, 3rd and 4th order moments over the entire domain

Computes u'v' u'w' v'w'

UPS spec:
<Module name = "statistics">
<timeStart> 0.001 </timeStart>
<timeStop> 100 </timeStop>
<material> Air </material>
<computeHigherOrderStats> true </computeHigherOrderStats>
<Variables>
<analyze label="press_CC" matl="0"/>
<analyze label="temp_CC" matl="1"/>
<analyze label="vel_CC" matl="1" computeReynoldsStress="true" />
</Variables> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
</Module>


13 lines of code changed in 1 file:

  • CCA/Components/MPMArches: MPMArches.cc (+13)
jas 2016-03-15 18:24 Rev.: 55024

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

3 lines of code changed in 5 files:

  • CCA/Components/MPMArches: CutCellInfo.h (-1), MPMArches.cc (+2 -2), MPMArches.h (new)
jas 2016-01-08 15:45 Rev.: 54640

Update copyright date to 2016.

9 lines of code changed in 14 files:

  • CCA/Components/MPMArches: CutCellInfo.cc (new), CutCellInfo.h (+1 -1), CutCellInfoP.h (+1 -1), MPMArches.cc (+1 -1), MPMArches.h (+1 -1), MPMArchesFort.h (new), MPMArchesLabel.cc (+1 -1), MPMArchesLabel.h (+1 -1), sub.mk (+1 -1)
Generated by StatSVN 0.7.0