1lis_vector_create(3)         Lis Library Functions        lis_vector_create(3)
2
3
4

NAME

6       lis_vector_create - create the vector
7
8

SYNOPSIS

10       #include "lis.h"
11
12       LIS_INT lis_vector_create(Lis_Comm comm, LIS_VECTOR *v);
13
14

DESCRIPTION

16       Create vector v.
17
18

INPUT

20       LIS_Comm
21              The MPI communicator
22
23

OUTPUT

25       v      The vector
26
27

EXIT STATUS

29       The following exit values are returned:
30
31       0      The process is normally terminated
32
33       unspecified
34              An error occurred
35
36

NOTE

38       For  the  serial  and  multithreaded environments, the value of comm is
39       ignored.
40
41

SEE ALSO

43       lis(3)
44
45       http://www.ssisc.org/lis/
46
47
48
49
50Man Page                          6 Sep 2012              lis_vector_create(3)
Impressum