Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5P_SET_DXPL_MPIO_CHUNK_OPT_NUM

Sets a numeric threshold for linked-chunk I/O

Procedure:

H5P_SET_DXPL_MPIO_CHUNK_OPT_NUM ( dxpl_id, num_chunk_per_proc)

Signature:

herr_t H5Pset_dxpl_mpio_chunk_opt_num 
      (hid_t dxpl_id, 
      unsigned num_chunk_per_proc)

  

Parameters:
hid_t dxpl_idIN: Data transfer property list identifier
unsigned num_proc_per_chunk    IN: Numeric threshold for performing linked-chunk I/O

Description:

H5P_SET_DXPL_MPIO_CHUNK_OPT_NUM sets a numeric threshold for the use of linked-chunk I/O.

The library will calculate the average number of chunks selected by each process when doing collective access with chunked storage. If the number is greater than the threshold set in num_chunk_per_proc, the library will use linked-chunk I/O; otherwise, a separate I/O process will be invoked for each chunk (multi-chunk I/O).

Returns:

Returns a non-negative value if successful. Otherwise returns a negative value.

Example:

Include Bitbucket Server for Confluence: An error occured

Connection to Bitbucket Server could not be established. Verify that you have properly configured the Bitbucket Server application link for your Confluence space and that your Bitbucket Server instance is up and running. Error details: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

History:

 

--- Last Modified: August 09, 2019 | 02:06 PM