Rename likwid marker header.

This commit is contained in:
Jan Eitzinger
2020-04-22 10:09:38 +02:00
parent 0afff6ac2c
commit 3430c3d633
10 changed files with 9 additions and 9 deletions

View File

@@ -26,7 +26,7 @@
*/ */
#include <timing.h> #include <timing.h>
#include <likwid_markers.h> #include <likwid-marker.h>
double copy( double copy(
double * restrict a, double * restrict a,

View File

@@ -26,7 +26,7 @@
*/ */
#include <timing.h> #include <timing.h>
#include <likwid_markers.h> #include <likwid-marker.h>
double daxpy( double daxpy(
double * restrict a, double * restrict a,

View File

@@ -26,7 +26,7 @@
*/ */
#include <timing.h> #include <timing.h>
#include <likwid_markers.h> #include <likwid-marker.h>
double init( double init(
double * restrict a, double * restrict a,

View File

@@ -38,7 +38,7 @@
#include <timing.h> #include <timing.h>
#include <allocate.h> #include <allocate.h>
#include <affinity.h> #include <affinity.h>
#include <likwid_markers.h> #include <likwid-marker.h>
#define HLINE "----------------------------------------------------------------------------\n" #define HLINE "----------------------------------------------------------------------------\n"

View File

@@ -26,7 +26,7 @@
*/ */
#include <timing.h> #include <timing.h>
#include <likwid_markers.h> #include <likwid-marker.h>
double sdaxpy( double sdaxpy(
double * restrict a, double * restrict a,

View File

@@ -26,7 +26,7 @@
*/ */
#include <timing.h> #include <timing.h>
#include <likwid_markers.h> #include <likwid-marker.h>
double striad( double striad(
double * restrict a, double * restrict a,

View File

@@ -26,7 +26,7 @@
*/ */
#include <timing.h> #include <timing.h>
#include <likwid_markers.h> #include <likwid-marker.h>
double sum( double sum(
double * restrict a, double * restrict a,

View File

@@ -26,7 +26,7 @@
*/ */
#include <timing.h> #include <timing.h>
#include <likwid_markers.h> #include <likwid-marker.h>
double triad( double triad(
double * restrict a, double * restrict a,

View File

@@ -26,7 +26,7 @@
*/ */
#include <timing.h> #include <timing.h>
#include <likwid_markers.h> #include <likwid-marker.h>
double update( double update(
double * restrict a, double * restrict a,