Skip to content

Commit

Permalink
Merge pull request kostrzewa#7 from etmc/quda_work_hmc_more_debugging
Browse files Browse the repository at this point in the history
synch up with quda_work and quda_work_add_actions branches
  • Loading branch information
Marcogarofalo authored Jul 29, 2021
2 parents 36904bd + f3260a3 commit 63cc201
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ddalphaamg-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo "Number of cores ${nb_cores}"

- name: get_packages
run: sudo apt-get update && sudo apt install openmpi-bin openmpi-common numdiff
run: sudo apt update && sudo apt install openmpi-bin openmpi-common numdiff

- name: get_lime
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qphix-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: echo "Number of cores ${nb_cores}"

- name: get_packages
run: sudo apt-get update && sudo apt install openmpi-bin openmpi-common numdiff
run: sudo apt update && sudo apt install openmpi-bin openmpi-common numdiff

- name: get_lime
uses: actions/checkout@v2
Expand Down
11 changes: 0 additions & 11 deletions block.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,6 @@ _Complex float * little_A_eo_32 = NULL;
int * block_idx;
int * block_evenidx;
int * block_oddidx;
enum{
NONE = 0,
T_UP = 1,
T_DN = 2,
X_UP = 3,
X_DN = 4,
Y_UP = 5,
Y_DN = 6,
Z_UP = 7,
Z_DN = 8
} Direction;

static void (*boundary_D[8])(spinor * const r, spinor * const s, su3 *u) =
{boundary_D_0, boundary_D_1, boundary_D_2, boundary_D_3, boundary_D_4, boundary_D_5, boundary_D_6, boundary_D_7};
Expand Down
2 changes: 1 addition & 1 deletion solver/eigenvalues.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ double * eigenvls = NULL;
double max_eigenvalue;
double * inv_eigenvls = NULL;
int eigenvalues_for_cg_computed = 0;
int no_eigenvalues, evlength;
int evlength;

/* the folowing two are needed for the overlap */
double ev_minev=-1., ev_qnorm=-1.;
Expand Down

0 comments on commit 63cc201

Please sign in to comment.