next up previous contents
Next: 4.4 Accessing a Vector Up: 4 Application Program Interface Previous: 4.2 API-Activation

4.3 Opening and Closing an Object

   

Once an application enters the PLAPACK API-active state, linear algebra objects can be opened for access in a shared-memory like environment. The PLA_Obj_API_open call initializes the mechanism for a specific object and PLA_Obj_API_close finalizes it. place HR here

figure4542

figure4546

figure4549

place HR here The above calls should be regarded as barriers: all nodes in the PLAPACK base communicator must make the call.

The mode (open or closed) of an object can be queried with the call place HR here

figure4565

figure4569

figure4572

place HR here This will return

PLA_MODE_CLOSED or

PLA_MODE_OPEN. While the object is open, the calls described in the next sections can be used to access its contents.


next up previous contents
Next: 4.4 Accessing a Vector Up: 4 Application Program Interface Previous: 4.2 API-Activation

rvdg@cs.utexas.edu