lis_vector_get_size - Man Page

get the size of the vector

Synopsis

#include "lis.h"

LIS_INT lis_vector_get_size(LIS_VECTOR v, LIS_INT *local_n, LIS_INT *global_n);

Description

Get the size of vector v.

Input

v

The vector

Output

local_n

The size of the partial vector

global_n

The size of the global vector

Exit Status

The following exit values are returned:

0

The process is normally terminated

unspecified

An error occurred

Note

In the case of the serial and multithreaded environments, local_n is equal to global_n.

See Also

lis(3)

http://www.ssisc.org/lis/

Info

6 Sep 2012 Man Page Lis Library Functions