repo.or.cz
/
gromacs
/
rigid-bodies.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed bug in gmx_sumf_comm where a double array was passed to an MPI function expecti...
[gromacs/rigid-bodies.git]
/
cmake
/
TestMKL.c
blob
0998363a1af5edb56f9bc014b5c8a497ede4b9a1
1
#include <mkl_dfti.h>
2
3
int
4
main
()
5
{
6
DFTI_DESCRIPTOR
*
desc
;
7
MKL_LONG nx
=
10
;
8
9
DftiCreateDescriptor
(&
desc
,
DFTI_SINGLE
,
DFTI_COMPLEX
,
1
,
nx
);
10
}