Skip to content

Commit

Permalink
Some cleanup of the clover force reference computation (some changes …
Browse files Browse the repository at this point in the history
…suggested in review, and sprinkle in some more OMP for more speedup
  • Loading branch information
maddyscientist committed Dec 14, 2023
1 parent 461f1b6 commit c0fdc7b
Show file tree
Hide file tree
Showing 8 changed files with 269 additions and 308 deletions.
2 changes: 1 addition & 1 deletion tests/clover_force_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <stdlib.h>
#include <string.h>

#include "TMCloverForce_reference.h"
#include "clover_force_reference.h"
#include "misc.h"
#include <color_spinor_field.h> // convenient quark field container
#include <command_line_params.h>
Expand Down
2 changes: 1 addition & 1 deletion tests/host_reference/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target_sources(
dslash_reference.cpp
dslash_test_helpers.cpp
gauge_force_reference.cpp
TMCloverForce_reference.cpp
clover_force_reference.cpp
hisq_force_reference.cpp
staggered_dslash_reference.cpp
wilson_dslash_reference.cpp)
Expand Down
268 changes: 0 additions & 268 deletions tests/host_reference/TMCloverForce_reference.cpp

This file was deleted.

5 changes: 0 additions & 5 deletions tests/host_reference/TMCloverForce_reference.h

This file was deleted.

Loading

0 comments on commit c0fdc7b

Please sign in to comment.