/usr/include/starpu_config.h is in libstarpu-dev 0.9.1-3build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | /* include/starpu_config.h. Generated from starpu_config.h.in by configure. */
#ifndef __STARPU_CONFIG_PUBLIC_H__
#define __STARPU_CONFIG_PUBLIC_H__
#define STARPU_USE_CPU 1
/* #undef STARPU_USE_CUDA */
/* #undef STARPU_USE_OPENCL */
/* #undef STARPU_USE_GORDON */
#define STARPU_USE_MPI /**/
/* #undef STARPU_ATLAS */
/* #undef STARPU_GOTO */
#define STARPU_MKL 1
#define STARPU_SYSTEM_BLAS 1
#define STARPU_BUILD_DIR "/build/buildd/starpu-0.9.1"
/* #undef STARPU_OPENCL_DATADIR */
/* #undef STARPU_HAVE_MAGMA */
#define STARPU_OPENGL_RENDER 1
/* #undef STARPU_USE_GTK */
#define STARPU_HAVE_X11 1
#define STARPU_HAVE_POSIX_MEMALIGN 1
#define STARPU_HAVE_MEMALIGN 1
#define STARPU_HAVE_MALLOC_H 1
#define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
#define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
#define STARPU_HAVE_SYNC_FETCH_AND_OR 1
#define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
/* #undef STARPU_MODEL_DEBUG */
/* #undef STARPU_NO_ASSERT */
#define STARPU_HAVE_FFTW 1
#define STARPU_HAVE_FFTWF 1
#define STARPU_HAVE_FFTWL 1
/* #undef STARPU_HAVE_CURAND */
#define STARPU_NMAXBUFS 8
#define STARPU_NMAXCPUS 16
#define STARPU_MAXCUDADEVS 4
#define STARPU_MAXOPENCLDEVS 8
#define STARPU_NMAXWORKERS 32
#define STARPU_HAVE_LIBNUMA /**/
/* #undef STARPU_HAVE_WINDOWS */
#define starpu_drand48() drand48()
#define starpu_srand48(seed) srand48(seed)
#define starpu_erand48(xsubi) erand48(xsubi)
#ifdef _MSC_VER
typedef long starpu_ssize_t;
#define __starpu_func__ __FUNCTION__
#else
# include <sys/types.h>
typedef ssize_t starpu_ssize_t;
#define __starpu_func__ __func__
#endif
/* #undef STARPU_SLOW_MACHINE */
#endif
|