| Author |
Message |
Topic: error 709: Context is destroyed or not yet created - pgi13.3 |
xlapillonne
Replies: 3
Views: 293
|
Forum: Accelerator Programming Posted: Wed Mar 27, 2013 10:11 am Subject: error 709: Context is destroyed or not yet created - pgi13.3 |
Hi Mat,
I've just tried with CUDA 5
pgf90 -ta=nvidia,5.0 -acc -o test_setdevice test_setdevice.f90 -L/apps/castor/CUDA-5.0/lib64 -lcudart -lcuda
and I still get the error. Note that I am usin ... |
Topic: error 709: Context is destroyed or not yet created - pgi13.3 |
xlapillonne
Replies: 3
Views: 293
|
Forum: Accelerator Programming Posted: Tue Mar 26, 2013 10:33 am Subject: error 709: Context is destroyed or not yet created - pgi13.3 |
Hi,
We have a MPI code which is mixing part in Fortran and part in Cuda. Before the MPI init we need to set the device by calling cudaSetDevice.
We then also call acc_set_device_num to set the de ... |
Topic: issue with optional argument and assumed shaped array |
xlapillonne
Replies: 2
Views: 929
|
Forum: Programming and Compiling Posted: Tue Mar 19, 2013 2:00 am Subject: issue with optional argument and assumed shaped array |
Hi,
I am having some seg fault with a fortran code when compiled with pgf90 (I tried with pgi12.10). I find out, that the problem comes from a place where we use assumed shaped array and explicit a ... |
Topic: Issue with booleen when linking Fortran to C++ code |
xlapillonne
Replies: 4
Views: 888
|
Forum: Programming and Compiling Posted: Mon Mar 18, 2013 8:23 am Subject: Issue with booleen when linking Fortran to C++ code |
| thanks ! |
Topic: Issue with booleen when linking Fortran to C++ code |
xlapillonne
Replies: 4
Views: 888
|
Forum: Programming and Compiling Posted: Wed Mar 13, 2013 11:50 am Subject: Issue with booleen when linking Fortran to C++ code |
Hi,
I am trying to link some Fortran code to some C++ code which was compiled with gcc. The problem is that when passing the booleen (l1) to the C++ part, true values are associated to 255. This is ... |
| |