Search:

Type: Posts; User: DerekC

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    7,075

    I discovered that my problem was that I did not...

    I discovered that my problem was that I did not have my arrays defined contiguously. That being said, if I want to loop in this order:
    for z =...
    for x =...
    for y =...

    and access everything...
  2. Replies
    3
    Views
    7,075

    Dynamically Allocated arrays and MPI

    Hi all,

    I am looking to find some resources online that show how you might send/recv portions of a 3D array in MPI using C.

    Basically, I want to be able to send each 2D layer of the 3D matrix...
Results 1 to 2 of 2