lis_vector_create - Man Page
create the vector
Synopsis
#include "lis.h"
LIS_INT lis_vector_create(Lis_Comm comm, LIS_VECTOR *v);
Description
Create vector v.
Input
- LIS_Comm
The MPI communicator
Output
- v
The vector
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
Note
For the serial and multithreaded environments, the value of comm is ignored.
See Also
Info
6 Sep 2012 Man Page Lis Library Functions