瀏覽代碼

StarPU: Use character _ instead of - in filenames

Nathalie Furmento 15 年之前
父節點
當前提交
8d66c568ad

+ 7 - 7
Makefile.am

@@ -28,10 +28,10 @@ pkgconfig_DATA = libstarpu.pc
 include_HEADERS = 				\
 include_HEADERS = 				\
 	include/starpu.h			\
 	include/starpu.h			\
 	include/starpu_config.h			\
 	include/starpu_config.h			\
-	include/starpu-data-filters.h		\
-	include/starpu-data-interfaces.h	\
-	include/starpu-task.h			\
-	include/starpu-data.h			\
-	include/starpu-perfmodel.h		\
-	include/starpu-util.h			\
-	include/starpu-expert.h
+	include/starpu_data_filters.h		\
+	include/starpu_data_interfaces.h	\
+	include/starpu_task.h			\
+	include/starpu_data.h			\
+	include/starpu_perfmodel.h		\
+	include/starpu_util.h			\
+	include/starpu_expert.h

+ 5 - 5
include/starpu.h

@@ -25,11 +25,11 @@
 #define STARPU_NMAXWORKERS	32
 #define STARPU_NMAXWORKERS	32
 
 
 #include <starpu_config.h>
 #include <starpu_config.h>
-#include <starpu-util.h>
-#include <starpu-data.h>
-#include <starpu-perfmodel.h>
-#include <starpu-task.h>
-#include <starpu-expert.h>
+#include <starpu_util.h>
+#include <starpu_data.h>
+#include <starpu_perfmodel.h>
+#include <starpu_task.h>
+#include <starpu_expert.h>
 
 
 #ifdef __cplusplus
 #ifdef __cplusplus
 extern "C" {
 extern "C" {

+ 2 - 2
include/starpu-data.h

@@ -23,8 +23,8 @@
 struct starpu_data_state_t;
 struct starpu_data_state_t;
 typedef struct starpu_data_state_t * starpu_data_handle;
 typedef struct starpu_data_state_t * starpu_data_handle;
 
 
-#include <starpu-data-interfaces.h>
-#include <starpu-data-filters.h>
+#include <starpu_data_interfaces.h>
+#include <starpu_data_filters.h>
 
 
 #ifdef __cplusplus
 #ifdef __cplusplus
 extern "C" {
 extern "C" {

include/starpu-data-filters.h → include/starpu_data_filters.h


+ 1 - 1
include/starpu-data-interfaces.h

@@ -18,7 +18,7 @@
 #define __STARPU_DATA_INTERFACES_H__
 #define __STARPU_DATA_INTERFACES_H__
 
 
 #include <starpu.h>
 #include <starpu.h>
-#include <starpu-data.h>
+#include <starpu_data.h>
 
 
 #ifdef __cplusplus
 #ifdef __cplusplus
 extern "C" {
 extern "C" {

include/starpu-expert.h → include/starpu_expert.h


include/starpu-perfmodel.h → include/starpu_perfmodel.h


+ 1 - 1
include/starpu-task.h

@@ -25,7 +25,7 @@
 #include <cuda.h>
 #include <cuda.h>
 #endif
 #endif
 
 
-#include <starpu-data.h>
+#include <starpu_data.h>
 
 
 #define STARPU_CPU	((1ULL)<<1)
 #define STARPU_CPU	((1ULL)<<1)
 #define STARPU_CUDA	((1ULL)<<3)
 #define STARPU_CUDA	((1ULL)<<3)

+ 1 - 1
include/starpu-util.h

@@ -22,7 +22,7 @@
 #include <string.h>
 #include <string.h>
 #include <assert.h>
 #include <assert.h>
 #include <starpu_config.h>
 #include <starpu_config.h>
-#include <starpu-task.h>
+#include <starpu_task.h>
 
 
 #ifdef STARPU_USE_CUDA
 #ifdef STARPU_USE_CUDA
 #include <cuda.h>
 #include <cuda.h>

+ 1 - 1
src/common/starpu-spinlock.c

@@ -16,7 +16,7 @@
 
 
 #include <common/starpu-spinlock.h>
 #include <common/starpu-spinlock.h>
 #include <common/config.h>
 #include <common/config.h>
-#include <starpu-util.h>
+#include <starpu_util.h>
 
 
 int _starpu_spin_init(starpu_spinlock_t *lock)
 int _starpu_spin_init(starpu_spinlock_t *lock)
 {
 {

+ 1 - 1
src/core/perfmodel/perfmodel.h

@@ -19,7 +19,7 @@
 
 
 #include <common/config.h>
 #include <common/config.h>
 #include <starpu.h>
 #include <starpu.h>
-#include <starpu-perfmodel.h>
+#include <starpu_perfmodel.h>
 //#include <core/jobs.h>
 //#include <core/jobs.h>
 #include <common/htable32.h>
 #include <common/htable32.h>
 //#include <core/workers.h>
 //#include <core/workers.h>

+ 1 - 1
tools/perfmodel-display.c

@@ -19,7 +19,7 @@
 #include <stdio.h>
 #include <stdio.h>
 
 
 #include <starpu.h>
 #include <starpu.h>
-#include <starpu-perfmodel.h>
+#include <starpu_perfmodel.h>
 
 
 static struct starpu_perfmodel_t model;
 static struct starpu_perfmodel_t model;