[Commits] [Carpet] branch, ET_2014_05, created. ET_2013_11_v0-66-g4357322
Carpet git repositories
carpetgit at stellarcollapse.org
Tue May 13 10:28:10 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 branch, ET_2014_05 has been created
at 4357322ccee0497e2d11fd35165b5029b37b7650 (commit)
- Log -----------------------------------------------------------------
commit 4357322ccee0497e2d11fd35165b5029b37b7650
Author: Roland Haas <rhaas at tapir.caltech.edu>
Date: Sun May 4 16:21:36 2014 -0700
Carpet: fix handling of scalars after 3fe72d9
scalars are seens as zero dimensional arrays, however they store their
size (1) in cctk_lsh[0] as if they were 1d arrays with one element
commit 56d5d70785357eb18c158cd37f693c75a20f5125
Author: Roland Haas <rhaas at tapir.caltech.edu>
Date: Sun May 4 14:14:42 2014 -0700
CarpetIOHDF5: fix handling of DISTRIB=constant arrays after 3fe72d9
commit 77e5342fb97d18c28632133879346b027fd4f0a1
Author: Roland Haas <rhaas at tapir.caltech.edu>
Date: Sun May 4 21:04:43 2014 -0700
CarpetIOHDF5: regenerate test data for CarpetWaveToyRecover_test_4proc
this test is not normally run since it requires 4 processes and we only
run with 1 and 2.
The test is affected by a change of grid structure due to 1258f552.
I have verified that the test passes with the old data if I revert
1258f552. I have verified that -- at least for iteration 64 -- the
differences are just moving of data around in the output files.
commit 7963e442b6d58af5bee796b0af3193432cc0bda5
Author: Erik Schnetter <schnetter at gmail.com>
Date: Thu May 1 11:07:02 2014 -0400
CarpetRegrid: Correct parameter range
commit 6a698dcf7a11fab8d7c85c4e5e4c239d9091fcca
Author: Erik Schnetter <schnetter at gmail.com>
Date: Thu May 1 11:06:47 2014 -0400
Carpet: Correct parameter range
commit baf2333c5b909d6daa93056b1c63b35040796b66
Author: Ian Hinder <ian.hinder at aei.mpg.de>
Date: Wed Apr 30 17:28:02 2014 +0200
CarpetProlongateTest: Correct absolute tolerance for test_o9 to 1e-9
The previous commit incorrectly changed it to 1e-11.
commit f73efa0164d8296c361e486fabdd95c88469766a
Author: Ian Hinder <ian.hinder at aei.mpg.de>
Date: Wed Apr 30 16:04:09 2014 +0200
CarpetProlongateTest test.ccl: Increase absolute and relative tolerance for test_o9 to 1e-11
See https://trac.einsteintoolkit.org/ticket/1603. High order
prolongation is more sensitive to roundoff error than low order, and
on some machines, the current tolerances are slightly larger than the
differences we see.
commit 4eb42d62c2196356b2037bbb27ca730ea81ef48f
Author: Erik Schnetter <schnetter at gmail.com>
Date: Wed Apr 30 06:36:59 2014 -0400
CarpetInterp: Do not check relative errors in test cases
commit 05962f0ffa846fbf6e8d391a0350b5c92735b767
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sat Apr 26 18:18:16 2014 +0200
CarpetInterp: Regenerate test output
commit 26d45bed2c5e03a867babf7a7228b87ffca6491f
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sat Apr 26 17:48:30 2014 +0200
CarpetInterp: Do not use init_three_timelevels for interpolation test
commit e812ca2f8e1239fe46816a5608aa5cb588ee56d9
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sat Apr 26 00:00:56 2014 +0200
TestTimers2: Reduce output
commit 2106a8e13457d206ca75385ac451f00e8dca6c91
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sat Apr 26 00:00:36 2014 +0200
Timers: Stop Cactus timer while reading its value
This is necessary for correctness.
commit a74e5ead7d3a6e113969c6cdfd0e805abfca9fe9
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sat Apr 26 00:00:12 2014 +0200
Timers: More debug output
commit 0315cf576bd033192f13c2ddbb1bfaafbcea10f6
Author: Erik Schnetter <schnetter at gmail.com>
Date: Fri Apr 25 22:54:44 2014 +0200
TestTimers2: New thorn to test Carpet's TImer class
commit 5bb668030b9189d01689e34567907d95023c7303
Author: Erik Schnetter <schnetter at gmail.com>
Date: Fri Apr 25 22:54:20 2014 +0200
Timers: Code cleanup
No (intended) functionality change.
commit e18c62a39d70394704450f01ed6a1401bff40697
Author: Erik Schnetter <schnetter at gmail.com>
Date: Thu Apr 24 22:40:35 2014 +0200
CarpetLib: Correct comment in bboxset2
commit 0d17588fccdb2e4882d3e0edb4ce0e29544c20d8
Author: Roland Haas <rhaas at tapir.caltech.edu>
Date: Thu Apr 24 09:56:09 2014 -0700
CarpetLib: comment on symmetric difference and symmetric union
equivalence
commit 60183e2b8852ad6f6261ac6cdb0d6ffc9cd4dcb4
Author: Roland Haas <rhaas at tapir.caltech.edu>
Date: Thu Apr 24 00:09:13 2014 -0700
Carpet: fix use of + vs. | in DEBUG code
commit dcd0afee1d6ce0572a789be017ccdd5b0d1824d3
Author: Roland Haas <rhaas at tapir.caltech.edu>
Date: Wed Apr 23 23:49:05 2014 -0700
CarpetIOHDF5: do not attempt to read variables that have checkpoint=no
but are nevertheless present in checkpoint file (since the tag changed)
commit a1452d6958d955725f85959ff49f9d058825fcc6
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sat Apr 19 20:19:39 2014 +0200
Replace many CCTK_BUILTIN_UNREACHABLE() by assert(0)
CCTK_BUILTIN_UNREACHABLE() may not actually abort at run time when an error is detected.
commit 720fc445668c9c5524c2e5000494e722d772c5e5
Author: Roland Haas <rhaas at tapir.caltech.edu>
Date: Fri Apr 18 18:00:02 2014 -0700
Carpet: fix handling of DISTRIB=constant arrays after 3fe72d9
most likely only affected the result of GroupDynamicData
commit 2ede3e9156b91bb5061802cdf9e50dca2bb2114d
Author: Roland Haas <rhaas at tapir.caltech.edu>
Date: Tue Apr 1 13:12:25 2014 -0700
CarpetIOScalar: declare anonymous typed object static
This avoids a compiler warning since the object was
globally visible but had no globally visible type.
commit 9e2ddc8e19613d96178c0ad968c67b9a6a5efb71
Author: Roland Haas <rhaas at tapir.caltech.edu>
Date: Tue Apr 1 13:12:09 2014 -0700
CarpetIOBasic: declare anonymous typed object static
This avoids a compiler warning since the object was
globally visible but had no globally visible type.
-----------------------------------------------------------------------
hooks/post-receive
--
Carpet â Adaptive Mesh Refinement for the Cactus Framework <http://carpetcode.org/>
More information about the Commits
mailing list