lis_vector_get_size.3f - Man Page

get the size of the vector

Synopsis

subroutine lis_vector_get_size(LIS_VECTOR v, LIS_INTEGER *local_n, LIS_INTEGER *global_n, LIS_INTEGER ierr);

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

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