[Commits] [Carpet] branch, master, updated. carpet-6-init-62-g6b5c318
Carpet git repositories
carpetgit at stellarcollapse.org
Thu Nov 22 09:02:07 CST 2012
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 6b5c318bb1057851d0ee1b5bba6e633c5cf31ca6 (commit)
via 4b29366c791d5fad2e10a1da1f1c20ecd91515a8 (commit)
via 722ed3ff29b6bf58649c56fac25ac11e8aecb6fd (commit)
via ec25e62821c80cfcdfeb5c6331899df8e655b34c (commit)
via 338b03b9e9254785aad9e506c66efdd6867cc188 (commit)
via 22f99d40d514e1b223b034cb9dfb928984451632 (commit)
via bf5e78ebd64631f6f92d2c239c5ae234cac8b49a (commit)
via 53a1c146bc09c67ea709c14dab4c73ebebed86dc (commit)
via df843816d07d18e2c0407915d1b8113bfe7ab720 (commit)
from 0daa31b71f78a8c07f7ef2401b2b4cf041be6c63 (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 6b5c318bb1057851d0ee1b5bba6e633c5cf31ca6
Author: Erik Schnetter <schnetter at gmail.com>
Date: Wed Nov 21 16:29:18 2012 -0500
CarpetLib: Support padding in enovol prolongation operator
commit 4b29366c791d5fad2e10a1da1f1c20ecd91515a8
Author: Erik Schnetter <schnetter at gmail.com>
Date: Wed Nov 21 12:09:54 2012 -0500
Carpet: Turn time level / prolongation operator warning into an info message
This warning has many false positives, and is informational only.
commit 722ed3ff29b6bf58649c56fac25ac11e8aecb6fd
Author: Erik Schnetter <schnetter at gmail.com>
Date: Wed Nov 21 12:08:51 2012 -0500
Carpet: Simplify code
commit ec25e62821c80cfcdfeb5c6331899df8e655b34c
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun Nov 18 17:43:00 2012 -0500
CarpetIOF5: Various improvements
commit 338b03b9e9254785aad9e506c66efdd6867cc188
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun Nov 18 17:41:45 2012 -0500
CarpetLib: Make th::time_interpolation_during_regridding public
commit 22f99d40d514e1b223b034cb9dfb928984451632
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sat Nov 17 20:37:15 2012 -0500
CarpetLib: Set up all timers on all processes all the time
Set up timers even on processes that won't use them, so that reducing timers across processes works.
commit bf5e78ebd64631f6f92d2c239c5ae234cac8b49a
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sat Nov 17 20:36:27 2012 -0500
CarpetLib: Re-enable OpenMP collapse clauses
commit 53a1c146bc09c67ea709c14dab4c73ebebed86dc
Author: Erik Schnetter <schnetter at gmail.com>
Date: Fri Nov 16 18:55:47 2012 -0500
Allow padding in transport operators
Rewrite padding infrastructure.
Add padded array extents to transport operator APIs.
commit df843816d07d18e2c0407915d1b8113bfe7ab720
Author: Erik Schnetter <schnetter at gmail.com>
Date: Fri Nov 16 18:50:30 2012 -0500
CarpetIONirvana: Require MPI
-----------------------------------------------------------------------
Summary of changes:
Carpet/Carpet/interface.ccl | 1 +
Carpet/Carpet/src/Storage.cc | 22 +-
Carpet/Carpet/src/modes.cc | 6 +-
Carpet/CarpetIOHDF5/src/Input.cc | 12 +-
Carpet/CarpetIOHDF5/src/Output.cc | 40 ++-
Carpet/CarpetInterp2/interface.ccl | 1 +
Carpet/CarpetInterp2/src/fasterp.cc | 150 ++++---
Carpet/CarpetInterp2/src/fasterp.hh | 45 ++-
Carpet/CarpetLib/configuration.ccl | 2 +-
Carpet/CarpetLib/interface.ccl | 1 +
Carpet/CarpetLib/param.ccl | 111 +++++-
Carpet/CarpetLib/src/cacheinfo.cc | 162 +++++++
Carpet/CarpetLib/src/cacheinfo.hh | 158 +++++++
Carpet/CarpetLib/src/copy_3d.cc | 26 +-
Carpet/CarpetLib/src/copy_4d.cc | 29 +-
Carpet/CarpetLib/src/data.cc | 442 +++++++++++---------
Carpet/CarpetLib/src/dh.cc | 62 ++--
Carpet/CarpetLib/src/gdata.cc | 40 +-
Carpet/CarpetLib/src/gdata.hh | 18 +-
Carpet/CarpetLib/src/interpolate_3d_2tl.cc | 54 ++-
Carpet/CarpetLib/src/interpolate_3d_3tl.cc | 58 ++--
Carpet/CarpetLib/src/interpolate_3d_4tl.cc | 62 ++--
Carpet/CarpetLib/src/interpolate_3d_5tl.cc | 66 ++--
Carpet/CarpetLib/src/interpolate_eno_3d_3tl.cc | 30 +-
Carpet/CarpetLib/src/make.code.defn | 1 +
Carpet/CarpetLib/src/mem.cc | 25 +-
Carpet/CarpetLib/src/mem.hh | 6 +
Carpet/CarpetLib/src/operator_prototypes_3d.hh | 173 +++------
Carpet/CarpetLib/src/operator_prototypes_4d.hh | 9 +-
Carpet/CarpetLib/src/prolongate_3d_cc_eno_rf2.cc | 42 ++-
.../CarpetLib/src/prolongate_3d_cc_enovol_rf2.cc | 123 +++---
.../CarpetLib/src/prolongate_3d_cc_real8_tvd.F90 | 13 +-
Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc | 50 ++-
Carpet/CarpetLib/src/prolongate_3d_dgfe_rf2.cc | 62 ++-
.../CarpetLib/src/prolongate_3d_o5_monotone_rf2.cc | 22 +-
Carpet/CarpetLib/src/prolongate_3d_real8_eno.F90 | 13 +-
Carpet/CarpetLib/src/prolongate_3d_real8_tvd.F90 | 13 +-
Carpet/CarpetLib/src/prolongate_3d_real8_weno.F90 | 13 +-
Carpet/CarpetLib/src/prolongate_3d_rf2.cc | 45 ++-
Carpet/CarpetLib/src/prolongate_4d_o1_rf2.cc | 29 +-
Carpet/CarpetLib/src/restrict_3d_cc_o3_rf2.cc | 63 ++--
Carpet/CarpetLib/src/restrict_3d_cc_o5_rf2.cc | 62 ++--
Carpet/CarpetLib/src/restrict_3d_cc_rf2.cc | 47 ++-
Carpet/CarpetLib/src/restrict_3d_dgfe_rf2.cc | 41 ++-
Carpet/CarpetLib/src/restrict_3d_rf2.cc | 21 +-
Carpet/CarpetLib/src/restrict_3d_vc_rf2.cc | 37 ++-
Carpet/CarpetLib/src/restrict_4d_rf2.cc | 25 +-
Carpet/CarpetLib/src/th.cc | 18 +-
Carpet/CarpetLib/src/th.hh | 6 +-
CarpetDev/CarpetIOF5/interface.ccl | 1 +
CarpetDev/CarpetIOF5/par/iof5-array.par | 8 +-
.../par/iof5-multipatch-kerrschild-input.par | 2 +
.../CarpetIOF5/par/iof5-multipatch-kerrschild.par | 2 +
CarpetDev/CarpetIOF5/param.ccl | 11 +-
CarpetDev/CarpetIOF5/schedule.ccl | 28 --
CarpetDev/CarpetIOF5/src/distribute.cc | 129 +++++-
CarpetDev/CarpetIOF5/src/distribute.hh | 26 +-
CarpetDev/CarpetIOF5/src/input.cc | 54 ++-
CarpetDev/CarpetIOF5/src/iof5.cc | 90 ++--
CarpetDev/CarpetIOF5/src/iof5.hh | 8 +-
CarpetDev/CarpetIOF5/src/output.cc | 34 ++-
CarpetDev/CarpetIOF5/src/util.cc | 221 ++++++++++-
CarpetDev/CarpetIONirvana/configuration.ccl | 4 +-
63 files changed, 2158 insertions(+), 1017 deletions(-)
create mode 100644 Carpet/CarpetLib/src/cacheinfo.cc
create mode 100644 Carpet/CarpetLib/src/cacheinfo.hh
hooks/post-receive
--
Carpet â Adaptive Mesh Refinement for the Cactus Framework <http://carpetcode.org/>
More information about the Commits
mailing list