[Commits] [Carpet] branch, master, updated. carpet-6-init-312-g7119df4

Carpet git repositories carpetgit at stellarcollapse.org
Sat Aug 3 23:27:45 CDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Carpet — Adaptive Mesh Refinement for the Cactus Framework <http://carpetcode.org/>".

The branch, master has been updated
       via  7119df45e3bd7e7ad353719f7b41a71ebb604912 (commit)
       via  3a4bc5a1416ea920644f3e0850920898f52459aa (commit)
       via  60860682850aca790187e17d7f2badd34a22345d (commit)
       via  9166952a1e2571bf5656345d7f8f1d1246e033d7 (commit)
       via  dbe1636f5ed6ec4859719ff08f731735e123c59e (commit)
      from  25b21b980e695c15c23b106c28a562822ae4bbf9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7119df45e3bd7e7ad353719f7b41a71ebb604912
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Sun Aug 4 00:27:34 2013 -0400

    Carpet: Add aliased function Driver_TotalMemoryUsed
    
    Add aliased function Driver_TotalMemoryUsed that calculates the total amount of memory currently used by Carpet.

commit 3a4bc5a1416ea920644f3e0850920898f52459aa
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Sun Aug 4 00:26:46 2013 -0400

    CarpetLib: Remove some outdated, commented-out code

commit 60860682850aca790187e17d7f2badd34a22345d
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Sun Aug 4 00:26:13 2013 -0400

    CarpetLib: Add comment in gdata class

commit 9166952a1e2571bf5656345d7f8f1d1246e033d7
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Sun Aug 4 00:25:49 2013 -0400

    CarpetLib: Store registered gh, dh, th, gf, data etc. via sets, not via lists
    
    Use set instead of list to store registered gh, dh, th, gf, data.
    Do not store an iterator as handle for de-registering.
    This corrects some memory corruption with the Intel compiler; the previous code may have been illegal.

commit dbe1636f5ed6ec4859719ff08f731735e123c59e
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Sun Aug 4 00:21:21 2013 -0400

    Carpet: Do not use dynamic_cast

-----------------------------------------------------------------------

Summary of changes:
 Carpet/Carpet/interface.ccl                        |   13 +++
 Carpet/Carpet/src/helpers.cc                       |   97 ++++++++++++++++++++
 Carpet/CarpetLib/src/data.cc                       |    9 +-
 Carpet/CarpetLib/src/defs.cc                       |   16 ++-
 Carpet/CarpetLib/src/dh.cc                         |   44 ++++-----
 Carpet/CarpetLib/src/dh.hh                         |   13 +--
 Carpet/CarpetLib/src/gdata.cc                      |    8 +-
 Carpet/CarpetLib/src/gdata.hh                      |    7 +-
 Carpet/CarpetLib/src/gf.cc                         |   31 ------
 Carpet/CarpetLib/src/gf.hh                         |   14 ---
 Carpet/CarpetLib/src/ggf.cc                        |   18 +---
 Carpet/CarpetLib/src/ggf.hh                        |   14 +--
 Carpet/CarpetLib/src/gh.cc                         |   46 +++++-----
 Carpet/CarpetLib/src/gh.hh                         |   19 ++--
 Carpet/CarpetLib/src/th.cc                         |   16 ++--
 Carpet/CarpetLib/src/th.hh                         |    4 +-
 Carpet/CarpetRegrid/src/automatic.cc               |    8 +-
 .../CarpetIOF5_standalone/src/coordinate_system.cc |    4 +-
 18 files changed, 215 insertions(+), 166 deletions(-)


hooks/post-receive
--
Carpet — Adaptive Mesh Refinement for the Cactus Framework <http://carpetcode.org/>


More information about the Commits mailing list