- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i'm evaluating fft function of mkl library.
i'm running example code under dftc directory. and example code is real_1d_ccs_double_ex1.c
and support c files are dfti_example_status_print.c, dfti_example_support.c.
i don't see any error during compilation and building the project.
but when i go to debug mode. it comes out of debug mode with following message "Native has exited with code1(0x1)".
i'm not able to see output.
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how exactly have you linked this example?
is it 10.3 version?
win32 or 64?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have linked wit win32 and i'm using mkl which is part of intel parallel studio 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have linked wit win32 and i'm using mkl which is part of intel parallel studio 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Rakesh,
I assume you are working the project with Microsoft Visual studio, right?.
the example need input file real_1d_ccs_double_ex1.d which is located in directory data.
But you can simplify the code , for example in real_1d_ccs_double_ex1.c
comment the line and insert n=5.
// if(read_data_file_1d(argc, argv, &n)) return 1;
n=5;
Then ctrl+F5, you will see the correct output.
Best Regards,
Ying
I att

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page