Software Archive
Read-only legacy content
17061 Discussions

Problem with _Cilk_shared and big sized data

Jesmin_Jahan_T_
Beginner
429 Views

Dear All,

I am facing problem in using _Cilk_shared key word. It does not work for bigger arrays. The same program works well when you have small array size/data.

I am getting either the following error or an error suggesting to increase memory map area.

CARD--ERROR:1 myoiPageFaultHandler: 0x7fffff22a788 Out of Range!
CARD--ERROR:1 _myoiPageFaultHandler: 0x7fffff22a788 switch to default signal handle
CARD--ERROR:1 Segment Fault!

What can we do so that we can use _Cilk_shared with big data (larger arrays).

Thanks,

Jesmin

0 Kudos
1 Reply
Sumedh_N_Intel
Employee
429 Views

Could you please post a reproducer for this issue? Also, which version of the compiler are you using? 

0 Kudos
Reply