From ced921c204699a6827162d211b238ea0bc1dafb5 Mon Sep 17 00:00:00 2001 From: svn_bwardell Date: Sun, 7 Aug 2011 12:44:08 +0000 Subject: Add information about tests to README. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/Vectors/trunk@25 105869f7-3296-0410-a4ea-f4349344b45a --- README | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README') diff --git a/README b/README index 40a19a7..6803da9 100644 --- a/README +++ b/README @@ -52,3 +52,11 @@ slower code.) VECTORISE_EMULATE_AVX (default "no", experimental): Emulate AVX instructions with SSE2 instructions. This produces slower code, but can be used to test AVX code on systems that don't support AVX. + +3. Tests + +Correctness testing is run at startup (in CCTK_PARAMCHECK) provided the +Vectors thorn is in the list of ActiveThorns. This aims to test all vector +operations by comparing the results with the same operations done using a +scalar implementation. The number of passed tests is always reported. If any +test fails, the run is aborted immediately. -- cgit v1.2.3