[Commits] [Carpet] branch, master, updated. carpet-6-init-299-ge6d4320

Carpet git repositories carpetgit at stellarcollapse.org
Sat Jul 27 19:19:19 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  e6d432076b3f84d8920eaccecf72f7b1c9e60180 (commit)
       via  b369f71cb6c6f39a861077a7ad827c0792769b0c (commit)
       via  2c954388dd07afc1715839dad9720e0c7df99207 (commit)
      from  c4ed131c8190db169ae911e9ec65f8ad0e5a8d55 (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 e6d432076b3f84d8920eaccecf72f7b1c9e60180
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Sat Jul 27 17:19:12 2013 -0700

    LoopControl: Declare some variables as potentially unused

commit b369f71cb6c6f39a861077a7ad827c0792769b0c
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Sat Jul 27 17:18:48 2013 -0700

    CarpetLib: Use OpenMP collapse clause in Fortran transport operators

commit 2c954388dd07afc1715839dad9720e0c7df99207
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Sat Jul 27 17:18:16 2013 -0700

    CarpetLib: New parameter use_loopcontrol_in_operators
    
    When this parameters is set, then (some) prolongation/restriction operators are parallelized via LoopControl instead of in dh.cc.

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

Summary of changes:
 Carpet/CarpetLib/param.ccl                        |    6 +
 Carpet/CarpetLib/src/data.cc                      |    8 +
 Carpet/CarpetLib/src/interpolate_3d_2tl.cc        |    4 +-
 Carpet/CarpetLib/src/interpolate_3d_3tl.cc        |    4 +-
 Carpet/CarpetLib/src/interpolate_3d_4tl.cc        |    4 +-
 Carpet/CarpetLib/src/interpolate_3d_5tl.cc        |    4 +-
 Carpet/CarpetLib/src/interpolate_eno_3d_3tl.cc    |    4 +-
 Carpet/CarpetLib/src/prolongate_3d_cc_eno_rf2.cc  |   82 +++++++++
 Carpet/CarpetLib/src/prolongate_3d_real8_eno.F90  |   14 +-
 Carpet/CarpetLib/src/prolongate_3d_real8_tvd.F90  |   12 +-
 Carpet/CarpetLib/src/prolongate_3d_real8_weno.F90 |   14 +-
 Carpet/CarpetLib/src/restrict_3d_cc_o3_rf2.cc     |  191 +++++++++++----------
 Carpet/CarpetLib/src/restrict_3d_cc_o5_rf2.cc     |   65 ++++----
 Carpet/CarpetLib/src/restrict_3d_cc_rf2.cc        |   41 +++---
 Carpet/CarpetLib/src/restrict_3d_rf2.cc           |   20 ++-
 Carpet/CarpetLib/src/restrict_3d_vc_rf2.cc        |   59 +++----
 Carpet/LoopControl/src/loopcontrol.h              |    4 +-
 17 files changed, 317 insertions(+), 219 deletions(-)


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


More information about the Commits mailing list