Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: C++ Interface Pin
Cedric Moonen25-Oct-10 1:09
Cedric Moonen25-Oct-10 1:09 
GeneralRe: C++ Interface Pin
MiBky25-Oct-10 1:14
MiBky25-Oct-10 1:14 
QuestionWhat is the best way to break (return) from OpenMP loop? Pin
Chesnokov Yuriy25-Oct-10 0:18
professionalChesnokov Yuriy25-Oct-10 0:18 
AnswerRe: What is the best way to break (return) from OpenMP loop? Pin
Maximilien25-Oct-10 0:57
Maximilien25-Oct-10 0:57 
AnswerRe: What is the best way to break (return) from OpenMP loop? Pin
Chesnokov Yuriy25-Oct-10 1:27
professionalChesnokov Yuriy25-Oct-10 1:27 
AnswerRe: What is the best way to break (return) from OpenMP loop? Pin
cp987625-Oct-10 2:43
cp987625-Oct-10 2:43 
AnswerRe: What is the best way to break (return) from OpenMP loop? Pin
Chesnokov Yuriy25-Oct-10 6:55
professionalChesnokov Yuriy25-Oct-10 6:55 
GeneralRe: What is the best way to break (return) from OpenMP loop? Pin
cp987625-Oct-10 13:47
cp987625-Oct-10 13:47 
Chesnokov Yuriy wrote:
it needs to prevent further processing in case of the single error even the next some other parallel returned correctly


That's why you want to do it, now you have to find a way to tell the compiler how to do it in one of the standard ways that it knows how to parallelise. Currently you are telling it that if RunFunction(object[n]) is false then it must not execute RunFunction(object[n+1]), and I don't think any compiler will know how to parallelise that.
Peter
"Until the invention of the computer, the machine gun was the device that enabled humans to make the most mistakes in the smallest amount of time."

AnswerRe: What is the best way to break (return) from OpenMP loop? Pin
Luc Pattyn25-Oct-10 4:07
sitebuilderLuc Pattyn25-Oct-10 4:07 
QuestionGet process network statistics Pin
rrrado24-Oct-10 23:41
rrrado24-Oct-10 23:41 
AnswerRe: Get process network statistics Pin
Randor 29-Oct-10 15:16
professional Randor 29-Oct-10 15:16 
QuestionInvalidateRect -> GetUpdateRect Pin
baerten24-Oct-10 23:24
baerten24-Oct-10 23:24 
AnswerRe: InvalidateRect -> GetUpdateRect Pin
CPallini25-Oct-10 0:19
mveCPallini25-Oct-10 0:19 
Questionerror in using memo field type in access database. Pin
Le@rner24-Oct-10 22:05
Le@rner24-Oct-10 22:05 
AnswerRe: error in using memo field type in access database. Pin
Phil J Pearson25-Oct-10 5:55
Phil J Pearson25-Oct-10 5:55 
GeneralRe: error in using memo field type in access database. Pin
Le@rner25-Oct-10 18:17
Le@rner25-Oct-10 18:17 
GeneralRe: error in using memo field type in access database. Pin
Phil J Pearson25-Oct-10 22:24
Phil J Pearson25-Oct-10 22:24 
GeneralRe: error in using memo field type in access database. Pin
Le@rner25-Oct-10 22:26
Le@rner25-Oct-10 22:26 
GeneralRe: error in using memo field type in access database. Pin
Phil J Pearson26-Oct-10 23:14
Phil J Pearson26-Oct-10 23:14 
GeneralRe: error in using memo field type in access database. Pin
Le@rner8-Nov-10 22:08
Le@rner8-Nov-10 22:08 
QuestionDHCPCreateSubnet Error code: 5 on HyperV windows server 2008 R2 Pin
Ganesh_T24-Oct-10 21:23
Ganesh_T24-Oct-10 21:23 
AnswerRe: DHCPCreateSubnet Error code: 5 on HyperV windows server 2008 R2 Pin
Sauro Viti24-Oct-10 22:01
professionalSauro Viti24-Oct-10 22:01 
Questionshowing binary date [modified] Pin
bkelly1324-Oct-10 11:45
bkelly1324-Oct-10 11:45 
AnswerRe: showing binary date Pin
«_Superman_»24-Oct-10 15:35
professional«_Superman_»24-Oct-10 15:35 
GeneralRe: showing binary date Pin
bkelly1324-Oct-10 15:44
bkelly1324-Oct-10 15:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.