| Author |
Message |
Topic: function inlining |
Minh Duc Nguyen
Replies: 1
Views: 13
|
Forum: Accelerator Programming Posted: Thu Jun 06, 2013 12:33 pm Subject: function inlining |
Hello,
I'm trying to inline the following function
subroutine slope_wsm3(qrs,den,denfac,t,rslope,rslopeb,rslope2,rslope3,vt,its,ite,kts,kte)
IMPLICIT NONE
INTEGER : ... |
Topic: grouping specific loops into a kernel |
Minh Duc Nguyen
Replies: 1
Views: 125
|
Forum: Accelerator Programming Posted: Tue May 07, 2013 11:06 am Subject: grouping specific loops into a kernel |
Hello,
I want to map the outer most 2 loops (k and j) into 1 single kernel, k loop and j loop will be executed in vector mode, and each thread in this kernel will execute the i loop in sequential m ... |
Topic: Internal compiler error. max_ili_ili argument error 0 |
Minh Duc Nguyen
Replies: 1
Views: 661
|
Forum: Accelerator Programming Posted: Thu Aug 30, 2012 3:54 am Subject: Internal compiler error. max_ili_ili argument error 0 |
Hello,
I'm trying to parallelize a function of a program. This function is defined in a module of the program. The code below is from the function
do ic = 1,nc
imp = endpht( ... |
Topic: OpenACC directive "acc parallel" |
Minh Duc Nguyen
Replies: 2
Views: 630
|
Forum: Accelerator Programming Posted: Wed Jun 27, 2012 1:35 pm Subject: OpenACC directive "acc parallel" |
I forgot to post the main program of the Jacobi method
! main routine to call any of the accelerator model Jacobi routines
!
program main
interface
subroutine jacobi( a, newa, n, m, w0 ... |
Topic: OpenACC directive "acc parallel" |
Minh Duc Nguyen
Replies: 2
Views: 630
|
Forum: Accelerator Programming Posted: Wed Jun 27, 2012 6:47 am Subject: OpenACC directive "acc parallel" |
Hello,
I've installed the new compiler version 12.5.
I have a standard Jacobi iterative method program.
I use the OpenACC directive set.
The program freezes at every run. If I change the "acc ... |
| |