device.h
Go to the documentation of this file.
1 #ifndef TTG_MADNESS_DEVICE_H
2 #define TTG_MADNESS_DEVICE_H
3 
4 namespace ttg_madness {
5  /* no device support in MADNESS */
6  inline int num_devices() { return 0; }
7 }
8 
9 #endif // TTG_MADNESS_DEVICE_H
this contains MADNESS-based TTG functionality
Definition: fwd.h:16
int num_devices()
Definition: device.h:6