:orphan:
# PetscDeviceContextJoinMode
Describes the type of join operation to perform in `PetscDeviceContextJoin()` 
## Synopsis
```
#include <petscdevicetypes.h> 
typedef enum {
  PETSC_DEVICE_CONTEXT_JOIN_DESTROY,
  PETSC_DEVICE_CONTEXT_JOIN_SYNC,
  PETSC_DEVICE_CONTEXT_JOIN_NO_SYNC
} PetscDeviceContextJoinMode;
```

## Values

- ***`PETSC_DEVICE_CONTEXT_JOIN_DESTROY` -*** Destroy all incoming sub-contexts after join.
- ***`PETSC_DEVICE_CONTEXT_JOIN_SYNC`    -*** Synchronize incoming sub-contexts after join.
- ***`PETSC_DEVICE_CONTEXT_JOIN_NO_SYNC` -*** Do not synchronize incoming sub-contexts after join.





## See Also
 `PetscDeviceContext`, `PetscDeviceContextFork()`, `PetscDeviceContextJoin()`

## Level
beginner

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/include/petscdevicetypes.h.html#PetscDeviceContextJoinMode">include/petscdevicetypes.h</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/include/petscdevicetypes.h)


[Index of all Sys routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
