starpu_config.h.in 1008 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. #ifndef __STARPU_CONFIG_PUBLIC_H__
  2. #define __STARPU_CONFIG_PUBLIC_H__
  3. #undef STARPU_USE_CPU
  4. #undef STARPU_USE_CUDA
  5. #undef STARPU_USE_OPENCL
  6. #undef STARPU_USE_GORDON
  7. #undef STARPU_USE_MPI
  8. #undef STARPU_ATLAS
  9. #undef STARPU_GOTO
  10. #undef STARPU_SYSTEM_BLAS
  11. #undef STARPU_BUILD_DIR
  12. #undef STARPU_OPENCL_DATADIR
  13. #undef STARPU_HAVE_MAGMA
  14. #undef STARPU_OPENGL_RENDER
  15. #undef STARPU_USE_GTK
  16. #undef STARPU_HAVE_POSIX_MEMALIGN
  17. #undef STARPU_HAVE_MEMALIGN
  18. #undef STARPU_HAVE_MALLOC_H
  19. #undef STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP
  20. #undef STARPU_HAVE_SYNC_FETCH_AND_ADD
  21. #undef STARPU_HAVE_SYNC_FETCH_AND_OR
  22. #undef STARPU_HAVE_SYNC_LOCK_TEST_AND_SET
  23. #undef STARPU_MODEL_DEBUG
  24. #undef STARPU_NO_ASSERT
  25. #undef STARPU_HAVE_FFTW
  26. #undef STARPU_HAVE_FFTWF
  27. #undef STARPU_HAVE_FFTWL
  28. #undef STARPU_NMAXBUFS
  29. #undef STARPU_MAXCUDADEVS
  30. #undef STARPU_MAXOPENCLDEVS
  31. #undef STARPU_NMAXWORKERS
  32. #undef STARPU_HAVE_HWLOC
  33. #undef STARPU_HAVE_LIBNUMA
  34. #undef STARPU_HAVE_WINDOWS
  35. #undef starpu_drand48
  36. #undef starpu_srand48
  37. #endif