Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Array Notations __sec_reduce...

jimdempseyatthecove
Honored Contributor III
330 Views
I have been using CEAN in non-CilkPlus applicaiton and notice that the CEAN built-in reduction functions seem to not be built-in when "#include < cilk/cilk.h >" is omitted. Is there an alternate header to include to enable the built-in __sec_reduce_... functions (when not using CilkPlus)?

Jim Dempsey
0 Kudos
4 Replies
JenniferJ
Moderator
330 Views
Hi Jim,
CEAN's build-in reduction functions suppose work without including the "cilk.h".

do you have a testcase to show this issue?

thanks,
Jennifer
0 Kudos
jimdempseyatthecove
Honored Contributor III
330 Views
I just upgraded the compiler today (downloaded yesterday). The inclusion of the header now is no longer required. Must have been an issue with earlier release.

Jim Dempsey
0 Kudos
JenniferJ
Moderator
330 Views
Good to know. I tried with update 9too, didn't see theproblem.

Jennifer
0 Kudos
jimdempseyatthecove
Honored Contributor III
330 Views
:-S Margaritaville: "... how it got there, I haven't a clue."

I am not willing toretrograde installations to trackthe issuedown.

Could you address the other CEAN post I have on this forum?

Jim
0 Kudos
Reply