lis_vector_create(3) - Linux man page
Name
lis_vector_create - 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
lis(3)