Skip to content

Commit

Permalink
This commit was manufactured by cvs2svn to create tag 'rel-5-0-4'.
Browse files Browse the repository at this point in the history
  • Loading branch information
cvs2svn committed Jan 15, 2010
1 parent 0921e0b commit 31c9235
Show file tree
Hide file tree
Showing 16 changed files with 539 additions and 374 deletions.
22 changes: 11 additions & 11 deletions Makefile.in
Expand Up @@ -40,7 +40,7 @@ MODULES = read_input gamma hybrid_update observables start \
measure_rectangles get_rectangle_staples \ measure_rectangles get_rectangle_staples \
test/check_geometry test/check_xchange \ test/check_geometry test/check_xchange \
invert_eo invert_doublet_eo dml DML_crc32 \ invert_eo invert_doublet_eo dml DML_crc32 \
polyakov_loop getopt sighandler \ polyakov_loop getopt sighandler reweighting_factor \
source_generation boundary io_utils io update_tm ranlxd \ source_generation boundary io_utils io update_tm ranlxd \
mpi_init linsolve deriv_Sb deriv_Sb_D_psi ranlxs \ mpi_init linsolve deriv_Sb deriv_Sb_D_psi ranlxs \
xchange_deri geometry_eo gauge_io\ xchange_deri geometry_eo gauge_io\
Expand All @@ -49,14 +49,14 @@ MODULES = read_input gamma hybrid_update observables start \
init_gauge_field init_geometry_indices init_spinor_field \ init_gauge_field init_geometry_indices init_spinor_field \
init_dirac_halfspinor xchange_halffield stout_smear \ init_dirac_halfspinor xchange_halffield stout_smear \
init_stout_smear_vars stout_smear_force \ init_stout_smear_vars stout_smear_force \
Nondegenerate_Matrix chebyshev_polynomial_nd Ptilde_nd \ Nondegenerate_Matrix \
chebyshev_polynomial_nd Ptilde_nd \
init_chi_spinor_field init_chi_copy reweighting_factor_nd \ init_chi_spinor_field init_chi_copy reweighting_factor_nd \
init_bispinor_field eigenvalues_bi D_psi reweighting_factor \ init_bispinor_field eigenvalues_bi D_psi \
xchange_lexicfield xchange_2fields online_measurement \ xchange_lexicfield xchange_2fields online_measurement \
monomial det_monomial detratio_monomial update_momenta \ monomial det_monomial detratio_monomial update_momenta \
integrator gauge_monomial ndpoly_monomial phmc \ integrator gauge_monomial ndpoly_monomial phmc \
little_D block little_D block



NOOPTMOD = test/check_xchange test/check_geometry NOOPTMOD = test/check_xchange test/check_geometry


Expand Down Expand Up @@ -121,18 +121,18 @@ install: Makefile
@mkdir -p $(bindir); \ @mkdir -p $(bindir); \
for p in hmc_tm invert invert_doublet; do \ for p in hmc_tm invert invert_doublet; do \
progname=`echo $$p | sed '$(program_transform_name)'`; \ progname=`echo $$p | sed '$(program_transform_name)'`; \
echo Installing $$p as $$progname in $(bindir)...; \ echo "Installing $$p as $$progname in $(bindir)..."; \
cp $$p $(bindir)/$$progname; \ cp $$p $(bindir)/$$progname; \
done \ done; \
echo done; echo "done";


uninstall: Makefile uninstall: Makefile
for p in hmc_tm invert invert_doublet; do \ for p in hmc_tm invert invert_doublet; do \
progname=`echo $$p | sed '$(program_transform_name)'`; \ progname=`echo $$p | sed '$(program_transform_name)'`; \
echo Un-Installing $$progname in $(bindir)...; \ echo "Un-Installing $$progname in $(bindir)..."; \
rm $(bindir)/$$progname; \ rm $(bindir)/$$progname; \
done \ done; \
echo done; echo "done";


compile-clean: compile-clean-recursive Makefile compile-clean: compile-clean-recursive Makefile
rm -f *.o *.d rm -f *.o *.d
Expand Down
2 changes: 2 additions & 0 deletions NEWS
@@ -1,3 +1,5 @@
04.06.2009: bug fixed in eigensolver for ND case

01.08.2008: online measurements implemented for 01.08.2008: online measurements implemented for
PP and PA correlators. Input variables are PP and PA correlators. Input variables are
PerformOnlineMeasurements = yes|no and PerformOnlineMeasurements = yes|no and
Expand Down

0 comments on commit 31c9235

Please sign in to comment.