| Author |
Message |
Topic: accelerate a single loop with mpi and gpu |
brush
Replies: 17
Views: 1458
|
Forum: Accelerator Programming Posted: Wed May 29, 2013 4:01 pm Subject: accelerate a single loop with mpi and gpu |
Could you clarify the usage of acc_set_device_num(devicenum,devicetype):
For the device number, are the GPUs numbered 0, 1, 2, ... or 1, 2, 3... I thought it was the former, but according to this l ... |
Topic: accelerate a single loop with mpi and gpu |
brush
Replies: 17
Views: 1458
|
Forum: Accelerator Programming Posted: Wed May 22, 2013 4:28 pm Subject: accelerate a single loop with mpi and gpu |
Thanks Mat, that mostly did the trick (I get the correct output now, it just crashes occasioanlly but less often with PGI_ACC_SYNCHRONOUS=1).
I had another question with reguards to something you s ... |
Topic: accelerate a single loop with mpi and gpu |
brush
Replies: 17
Views: 1458
|
Forum: Accelerator Programming Posted: Wed May 22, 2013 1:10 pm Subject: accelerate a single loop with mpi and gpu |
Is this just a snip-it and you've cut out code? If not, then I'm wondering if "i" is uninitialized.
Oh wow, you're right! Can't believe I forgot this. I meant to have myid instead of ... |
Topic: accelerate a single loop with mpi and gpu |
brush
Replies: 17
Views: 1458
|
Forum: Accelerator Programming Posted: Tue May 21, 2013 3:39 pm Subject: accelerate a single loop with mpi and gpu |
Hi again- so at the moment I'm splitting the work of a loop between two GPUs, and using OMP to do so. I'm not expecting this to work well for reasons you have mentioned, but I'm still curious.
Prev ... |
Topic: What is _mp_p2 from the profiler? |
brush
Replies: 2
Views: 219
|
Forum: Debugging and Profiling Posted: Wed Apr 17, 2013 3:28 pm Subject: What is _mp_p2 from the profiler? |
Thanks Mat.
Though, I think in my case it is wallclock time, because for some reason the profiler thinks I only have a single-threaded program. (And the time only adds up correctly when it is count ... |
| |