PETSc version 3.17.5
VecCreateMPIHIP
Creates a standard, parallel array-style vector for HIP devices.
Synopsis
#include "petscvec.h"
PetscErrorCode VecCreateMPIHIP(MPI_Comm comm,PetscInt n,PetscInt N,Vec *v)
Collective
Input Parameters
+ comm - the MPI communicator to use
. n - local vector length (or PETSC_DECIDE to have calculated if N is given)
- N - global vector length (or PETSC_DETERMINE to have calculated if n is given)
Output Parameter
. v - the vector
Notes
Use VecDuplicate() or VecDuplicateVecs() to form additional vectors of the
same type as an existing vector.
.seealso: VecCreateMPIHIPWithArray(), VecCreateMPIHIPWithArrays(), VecCreateSeqHIP(), VecCreateSeq(),
VecCreateMPI(), VecCreate(), VecDuplicate(), VecDuplicateVecs(), VecCreateGhost(),
VecCreateMPIWithArray(), VecCreateGhostWithArray(), VecMPISetGhost()
Level
intermediate
Location
src/vec/vec/impls/mpi/mpihip/mpihip.hip.cpp
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages