Removed superfluous file.
[gromacs/rigid-bodies.git] / cmake / TestMKL.c
blob0998363a1af5edb56f9bc014b5c8a497ede4b9a1
1 #include <mkl_dfti.h>
3 int
4 main()
6 DFTI_DESCRIPTOR *desc;
7 MKL_LONG nx = 10;
9 DftiCreateDescriptor(&desc,DFTI_SINGLE,DFTI_COMPLEX,1,nx);