- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you have a loop where the incremental part - the third part reads
JZb=JZb+ISGN
and ISGN while an integer is not neccessarily 1.
Then you cannot cilkify that loop. I see no way. It remains a for loop.
Any help appreciated. Thanks in advance.
Newport_j
JZb=JZb+ISGN
and ISGN while an integer is not neccessarily 1.
Then you cannot cilkify that loop. I see no way. It remains a for loop.
Any help appreciated. Thanks in advance.
Newport_j
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I get the following error message:
newport_j_step.c(11): error: _Cilk_for increment must be one of operators ++, --, +=, or -=
Like the message says, you need to use the form
JZb+=ISGN
- Barry

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