| Author |
Message |
Topic: gang and worker |
uestc0626
Replies: 3
Views: 210
|
Forum: Accelerator Programming Posted: Sun May 05, 2013 7:02 pm Subject: gang and worker |
Maybe it is the bug of the linux version of PGI compiler? Yes, it's a known compiler issue (TPR#19149) that's expected to be fixed in next month's (May 2013) 13.5 release.
Note that you should be u ... |
Topic: gang and worker |
uestc0626
Replies: 3
Views: 210
|
Forum: Accelerator Programming Posted: Tue Apr 23, 2013 8:41 pm Subject: gang and worker |
In order to test gang and worker clause, these is a small program.
#include<stdio.h>
#include<stdlib.h>
#define N 1000
#define M 1000
int main()
{
int *A;
A= ... |
| |