1lis_vector_create(3) Lis Library Functions lis_vector_create(3)
2
3
4
6 lis_vector_create - create the vector
7
8
10 #include "lis.h"
11
12 LIS_INT lis_vector_create(Lis_Comm comm, LIS_VECTOR *v);
13
14
16 Create vector v.
17
18
20 LIS_Comm
21 The MPI communicator
22
23
25 v The vector
26
27
29 The following exit values are returned:
30
31 0 The process is normally terminated
32
33 unspecified
34 An error occurred
35
36
38 For the serial and multithreaded environments, the value of comm is
39 ignored.
40
41
43 lis(3)
44
45 http://www.ssisc.org/lis/
46
47
48
49
50Man Page 6 Sep 2012 lis_vector_create(3)