Skip to content

Commit

Permalink
Distinguish precision in test files
Browse files Browse the repository at this point in the history
  • Loading branch information
detar committed Sep 1, 2006
1 parent d502bd1 commit 0fc50b8
Show file tree
Hide file tree
Showing 25 changed files with 58 additions and 29 deletions.
2 changes: 1 addition & 1 deletion arb_dirac_eigen/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

PROJS = su3_arb_cg_eig

MACROLIST = ""
PRECLIST = 1

PATTERNS = END RUNNING
TOL = 5e-5
Expand Down
2 changes: 1 addition & 1 deletion arb_dirac_invert/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

PROJS = su3_fp_cl_bi su3_fp_cl_bi_h su3_fp_cl_bi_n su3_fp_cl_eig su3_fp_cg_eig

MACROLIST = ""
PRECLIST = 1

PATTERNS = BEGIN RUNNING
TOL = 1e-5
Expand Down
2 changes: 1 addition & 1 deletion clover_dynamical/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ PROJS = su3_hmc su3_hmc_bi su3_hmc_bi_spectrum su3_hmc_screen su3_rmd su3_rmd_bi
# We haven't tested all the other combinations:
# su3_phi su3_hmc_spectrum su3_rmd_spectrum su3_hmc_bi_screen

MACROLIST = ""
PRECLIST = 1

PATTERNS = START RUNNING
TOL = 1e-4
Expand Down
2 changes: 1 addition & 1 deletion clover_hybrids/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

PROJS = hyb_bicg_clover hyb_cg_clover_for

MACROLIST = ""
PRECLIST = 1

PATTERNS = STARTPROP RUNNING
TOL = 1e-4
Expand Down
2 changes: 1 addition & 1 deletion clover_invert/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

PROJS = su3_clov_cg su3_clov_bi su3_clov_hop su3_clhl_cg su3_clhl_bi su3_clhl_hop

MACROLIST = ""
PRECLIST = 1

PATTERNS = POINTPION RUNNING
TOL = 1e-4
Expand Down
2 changes: 1 addition & 1 deletion dense_static_su3/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

PROJS = dense_su3 dense_eff_su3 halfdense_su3 dense_axial_su3 halfdense_axial_su3 dense_su3_lpbp

MACROLIST = ""
PRECLIST = 1

PATTERNS = WARMUPS RUNNING
TOL = 1e-6
Expand Down
4 changes: 2 additions & 2 deletions file_utilities/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ PROJS = \
ksprop_2ksprop \
wprop_2wprop

MACROLIST = ""
ADDMACRO = "WANTQIO=true"
PRECLIST = 1

PATTERNS = BEGIN RUNNING
MAKEMACROS = "PRECISION=1"

include ../Make_test_template

Expand Down
31 changes: 31 additions & 0 deletions gluon_prop/Make_test
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Makefile for testing code by comparing test output with sample output
# For gluon_prop

#------------------------------------------------------------
# Examples:

# make -f Make_test check
# or, for a specific project or projects
# make -f Make_test "PROJS=su3_rmd" check

# Edit the Makefile for the appropriate architecture and the file
# ../Make_test_template to select the appropriate LAUNCH.

# Results are in the files out.test.diff.*
#------------------------------------------------------------

# For comparing test output with sample output

PROJS = \
su3_asqtad_quark_prop\
su3_asqtad_renorm

PRECLIST = 1 2

PATTERNS = "CHECK PLAQ" RUNNING

include ../Make_test_template

check: test

clean: test_clean
2 changes: 1 addition & 1 deletion h_dibaryon/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

PROJS = su3_Hcl_bi su3_Hcl_cg

MACROLIST = ""
PRECLIST = 1

PATTERNS = F_NRNUC RUNNING
TOL = 1e-4
Expand Down
2 changes: 1 addition & 1 deletion heavy/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

PROJS = su3_hev_mr su3_hev_cg

MACROLIST = ""
PRECLIST = 1

PATTERNS = BEGIN_ALL END_ALL
TOL = 1e-5
Expand Down
2 changes: 1 addition & 1 deletion hqet_heavy_to_light/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

PROJS = w_mr_hqet_form.x cl_bicg_hqet_form.x

MACROLIST = ""
PRECLIST = 1

PATTERNS = "HQET-->" xxxxxxx
TOL = 1e-5
Expand Down
2 changes: 1 addition & 1 deletion hvy_qpot/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# For comparing test output with sample output

PROJS = su3_hqp
MACROLIST = ""
PRECLIST = 1

PATTERNS = CHECK RUNNING
TOL = 1e-5
Expand Down
2 changes: 1 addition & 1 deletion ks_dynamical/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
PROJS = su3_rmd su3_phi su3_hmc su3_rmd_spectrum su3_rmd_nlspec \
su3_rmd_screen su3_rmd_screenfunc

MACROLIST = ""
PRECLIST = 1

PATTERNS = WARMUPS RUNNING
TOL = 1e-5
Expand Down
2 changes: 1 addition & 1 deletion ks_eigen/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

PROJS = su3_eigen_asqtad

MACROLIST = ""
PRECLIST = 1

PATTERNS = BEGIN RUNNING
TOL = 1e-4
Expand Down
6 changes: 3 additions & 3 deletions ks_hl_spectrum/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ PROJS = \

PATTERNS = BEGIN RUNNING

MACROLIST = \
"PRECISION=1" "WANTQIO=true" \
"PRECISION=2"
ADDMACRO = "WANTQIO=true"

PRECLIST = 1 2

include ../Make_test_template

Expand Down
2 changes: 1 addition & 1 deletion propagating_form_factor/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

PROJS = w_mr_prop_form.x cl_bicg_prop_form.x

MACROLIST = ""
PRECLIST = 1

PATTERNS = P--Momentum RUNNING
TOL = 3e-6
Expand Down
2 changes: 1 addition & 1 deletion pure_gauge/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#------------------------------------------------------------

PROJS = su3_rmd su3_hmc su3_ora
MACROLIST = ""
PRECLIST = 1

PATTERNS = WARMUPS RUNNING
TOL = 1e-4
Expand Down
4 changes: 1 addition & 3 deletions rg_shamir/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ PROJS = \
su3_rmd_plaq_fat7naik1 \
su3_rmd_naive

MACROLIST = \
"PRECISION=1" \
"PRECISION=2"
PRECLIST = 1 2

PATTERNS = WARMUPS RUNNING

Expand Down
2 changes: 1 addition & 1 deletion schroed_cl_inv/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

PROJS = su3_schr_cl_cg su3_schr_cl_bi su3_schr_cl_mr

MACROLIST = ""
PRECLIST = 1

PATTERNS = FORW_PION RUNNING
TOL = 1e-5
Expand Down
2 changes: 1 addition & 1 deletion schroed_ks_dyn/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
PROJS = su3_schr_rmd su3_schr_phi su3_schr_hmc \
su3_schr_sw_hmc su3_schr_rmd_ph su3_schr_rw_rmd

MACROLIST = ""
PRECLIST = 1

PATTERNS = WARMUPS RUNNING
TOL = 1e-5
Expand Down
2 changes: 1 addition & 1 deletion schroed_pg/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

PROJS = su3_schr_rmd su3_schr_hmc su3_schr_ora

MACROLIST = ""
PRECLIST = 1

PATTERNS = WARMUPS RUNNING
TOL = 1e-5
Expand Down
2 changes: 1 addition & 1 deletion smooth_inst/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# For comparing test output with sample output

PROJS = su3_ape su3_fat su3_hyp
MACROLIST = ""
PRECLIST = 1

PATTERNS = CHECK RUNNING
TOL = 1e-4
Expand Down
2 changes: 1 addition & 1 deletion string_break/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

PROJS = su3_str_brk

MACROLIST = ""
PRECLIST = 1

PATTERNS = SMEARING RUNNING
TOL = 1e-4
Expand Down
2 changes: 1 addition & 1 deletion symanzik_sl32/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

PROJS = su3_hmc_symzk1 su3_ora_symzk1

MACROLIST = ""
PRECLIST = 1

PATTERNS = WARMUPS RUNNING
TOL = 1e-5
Expand Down
2 changes: 1 addition & 1 deletion wilson_dynamical/Make_test
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

PROJS = su3_rmd su3_phi su3_hmc su3_rmd_spectrum su3_rmd_screen

MACROLIST = ""
PRECLIST = 1

PATTERNS = WARMUPS RUNNING
TOL = 1e-5
Expand Down

0 comments on commit 0fc50b8

Please sign in to comment.