Skip to content

Commit

Permalink
- renamed observables.c|h into measure_gauge_action.c|h after the
Browse files Browse the repository at this point in the history
  function in that file

- the accept, heatbath and derivative functions get now a
  hamiltonian_field as parameter

- removed some broken bicgstab calls in det_monomial.c

- smearing/stout.ih currently got an #undef for SSE|2|3
  same in clover_leaf.c
  • Loading branch information
urbach committed Jan 19, 2012
1 parent 6992ab5 commit 791d7ae
Show file tree
Hide file tree
Showing 32 changed files with 1,862 additions and 5,699 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ COMPILE = ${CC} ${DEFS} ${INCLUDES} -o $@ ${CFLAGS}

SMODULES = Hopping_Matrix_nocom Hopping_Matrix tm_operators

MODULES = read_input gamma hybrid_update observables start \
MODULES = read_input gamma hybrid_update measure_gauge_action start \
expo get_staples update_backward_gauge \
measure_rectangles get_rectangle_staples \
test/check_geometry test/check_xchange \
Expand Down
2 changes: 1 addition & 1 deletion check_locallity.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include "linalg_eo.h"
#include "geometry_eo.h"
#include "start.h"
#include "observables.h"
#include "measure_gauge_action.h"
#ifdef MPI
#include "xchange.h"
#endif
Expand Down
10 changes: 10 additions & 0 deletions clover_leaf.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@
#ifdef HAVE_CONFIG_H
# include<config.h>
#endif
#ifdef SSE
# undef SSE
#endif
#ifdef SSE2
# undef SSE2
#endif
#ifdef SSE3
# undef SSE3
#endif

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
Expand Down
Loading

0 comments on commit 791d7ae

Please sign in to comment.