Changes between Version 4 and Version 5 of CombiningOperations

Show
Ignore:
Timestamp:
10/27/09 19:51:01 (4 weeks ago)
Author:
robl (IP: 24.1.57.96)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CombiningOperations

    v4 v5  
    2323There are two ways to use this feature: 
    2424 
    25 '''Explicit Method:''' New routines (e.g. ncmpi_mput_vara_all) take a list of variables to access 
     25'''Explicit Method:''' The caller explicitly accesses multiple variables at once. New routines added to the library (e.g. ncmpi_put_mvara_all)  
     26take a list of variables to access 
    2627 
    27 '''Implicit Method'''  Several variable accesses can be "scheduled" with the 
     28'''Implicit Method'''  The library accesses multiple variables implicitly. Several variable accesses can be "scheduled" with the 
    2829nonblocking routines.   Then, when the application waits for completion of 
    2930those accesses, the library will service them all in a single call.