[Commits] [Carpet] annotated tag, ET_2014_05_v0, created. ET_2014_05_v0

Carpet git repositories carpetgit at stellarcollapse.org
Wed May 21 11:01:49 CDT 2014


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 annotated tag, ET_2014_05_v0 has been created
        at  e9db878ad8982834679cc532c234a1b399c7304e (tag)
   tagging  4357322ccee0497e2d11fd35165b5029b37b7650 (commit)
  replaces  ET_2013_11_v0
 tagged by  Frank Löffler
        on  Wed May 21 11:01:38 2014 -0500

- Log -----------------------------------------------------------------
ET_2014_05_v0 release tag
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCAAGBQJTfM3iAAoJEOkzpip+I59kNX8P/A4TVbUqfvvTKGDX7sF5/bky
8psgi69PGFxL8FwXjYP0Ue091ZOzY/Ps7Rm6jm7o9yW52TrRTJTRcDDz4s4Txn4K
rHOUxOn2ziuG3fyMrRD+B+V15BdIjRKx1temmBVu0F9+7TMEUcgo8BX1vyfbsdXq
WObUN+88PxyWbuuwZlbXAH2RKpbt79YHikQ2NNlWfH6MAgrOioXnwI+8FICust1Y
lvKunr9oEdu+XIw4RORS2mxKNKsEk/bwWTE9AtLSoiwxmTW/4BLl57K9cZt9vQzU
8LcjHtvPrmCXxm04xlpVsfM5F8LVHgwxf9x5MCrzzgSla6bAv9ZF7LMMMgmAyHI4
2npjZvvYxgAJxF1GQVasy3HEvbwQSJq+q0TyFqkGksQbgj3hEpqYVFl9tVwutNKh
iOkuViM3iAZDvhxIb3DPTsXIwR/FTwb7oxQXwFPyMj5uhDwO/XXb/2KW8P10OoAi
gFLy3ABUHHm+Wjx9BLv4fJ5CD1yPl6uk+U7BLVAhf4SkC1lVrUKAWI8da845QTm2
b0JdkjROGft7CUB6/5BYyK51wAZID8zXQNIZbzkZbXu16x3ltB63uccCyJIJ/Lo8
2ReAlsPC3di3YK84sc/+AmvZewmLmDrm7hR48ftvwwZzykaixttCPcqzVEVxcTiW
xTiB8qqzcBsM/DS/5Kvp
=2pgC
-----END PGP SIGNATURE-----

Barry Wardell (1):
      Include string null terminator in HDF5 attributes

Erik Schnetter (37):
      CarpetLib: Restrict only to interior points, not to boundary points
      LoopControl: Avoid nans in statistics output
      CarpetLib: dh.cc: white space change
      Carpet: Re-add missing sync during restriction
      Merge branch 'apply-after-release'
      Merge commit '0fd9403c44dcc6dee4d8762d236c9146f0df92d1'
      Carpet: Apply boundary conditions during Restricting
      CarpetExtra/HighOrderWaveTest: Add test suite for higher order restriction operators
      Carpet: Correct calling higher-order restriction operators
      HighOrderWaveTest: Update output
      HighOrderWaveTest: Add example parameter file
      LoopControl: Set the default for settle_after_iteration to 0
      Nirvana: Take SYS_INC_DIRS into account when building
      Use #ifdef HAVE_CCTK_REAL8 instead of #ifdef CCTK_REAL8
      CarpetLib: Add missing #includes
      CarpetLib: Use "const char" in offsetof implementation to avoid compiler warning
      CarpetIOHDF5: Explicitly cast initialization expressions to hsize_t
      CarpetIOHDF5: Use also CXXFLAGS for linking utilities
      Carpet: Describe prolongation and cycling to accelerator
      Carpet: Correct variable index when describing prolongation to Accelerator
      CarpetLib: Remove accidental definition of "id"
      Carpet: Avoid integer overflow for large DISTRIB=constant arrays
      Carpet: Simplify calculating the extent for DISTRIB=constant arrays
      CarpetIOScalar: New parameter out_precision
      Carpet: Do not call postrestrictinitial if there is only a single level
      Replace many CCTK_BUILTIN_UNREACHABLE() by assert(0)
      CarpetLib: Correct comment in bboxset2
      Timers: Code cleanup
      TestTimers2: New thorn to test Carpet's TImer class
      Timers: More debug output
      Timers: Stop Cactus timer while reading its value
      TestTimers2: Reduce output
      CarpetInterp: Do not use init_three_timelevels for interpolation test
      CarpetInterp: Regenerate test output
      CarpetInterp: Do not check relative errors in test cases
      Carpet: Correct parameter range
      CarpetRegrid: Correct parameter range

Frank Löffler (3):
      CarpetIOASCII: add CPPFLAGS to make.configuration.deps, otherwise OPENMP flags might be missing
      CarpetIOASCII: change CPPFLAGS in LDFLAGS to CXXFLAGS
      Carpet: Cycle.cc: replace tabs with 8 spaces

Ian Hinder (13):
      Carpet: Remove outer-buffers test
      CarpetInterp: Correct syntax errors in test parameter files
      CarpetInterp: Don't try to set non-existent WaveMoL::num_timelevels in test parameter files
      Carpet: Add restriction sync test
      Carpet: Sync after restriction on each level
      Carpet, CarpetLib: Restrict into ghost zones and skip sync after restrict if not using higher order restriction
      CarpetProlongateTest test_interp: Regenerate test data after correction to test parameter file
      Revert "CarpetProlongateTest: update test data"
      CarpetIntegrateTest: Increase tolerance for carpetintegrate-linear test
      CarpetIntegrateTest: Disable buffer zones in integration tests
      CarpetIntegrateTest: Enable buffer zones in integration tests and regenerate test data
      CarpetProlongateTest test.ccl: Increase absolute and relative tolerance for test_o9 to 1e-11
      CarpetProlongateTest: Correct absolute tolerance for test_o9 to 1e-9

Roland Haas (11):
      CarpetIOHDF5: add comment that old versions did not store the NUL byte
      CarpetIOHDF5: add comment about the NUL byte to hdf5_slicer
      CarpetIOBasic: declare anonymous typed object static
      CarpetIOScalar: declare anonymous typed object static
      Carpet: fix handling of DISTRIB=constant arrays after 3fe72d9
      CarpetIOHDF5: do not attempt to read variables that have checkpoint=no
      Carpet: fix use of + vs. | in DEBUG code
      CarpetLib: comment on symmetric difference and symmetric union
      CarpetIOHDF5: regenerate test data for CarpetWaveToyRecover_test_4proc
      CarpetIOHDF5: fix handling of DISTRIB=constant arrays after 3fe72d9
      Carpet: fix handling of scalars after 3fe72d9

Yosef Zlochower (1):
      CarpetRegrid2: support Parity Symmetry thorn

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


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


More information about the Commits mailing list