[ET Trac] [Einstein Toolkit] #1230: Make Cactus test suite mechanism independent of Carpet's domain decomposition
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Sun Jan 20 14:43:24 CST 2013
#1230: Make Cactus test suite mechanism independent of Carpet's domain
decomposition
-------------------------+--------------------------------------------------
Reporter: eschnett | Owner:
Type: enhancement | Status: new
Priority: major | Milestone:
Component: Cactus | Version:
Keywords: |
-------------------------+--------------------------------------------------
I recently used this line to look for differences:
diff -u <(grep '^[^#]'
arrangements/EinsteinEvolve/GRHydro/test/balsara1_2d/grhydro\:\:bcons.y.asc
| sort -u) <(grep '^[^#]'
TEST/sim/GRHydro/balsara1_2d/grhydro\:\:bcons.y.asc | sort -u)
This removes all comments and empty lines, then sorts the output and
removes duplicate lines (from different processes). The result is rather
easy to interpret.
If one also deleted column 5 (?) containing the component number, then
this would make the self-test independent of Carpet's process
decomposition.
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/1230>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list