Loading [MathJax]/extensions/tex2jax.js
Neko 0.9.99
A portable framework for high-order spectral element flow simulations
All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros Pages
comm_nvshmem.cu
Go to the documentation of this file.
1
2#ifdef HAVE_NVSHMEM
3
4#include <nvshmemx.h>
5#include <comm/comm.h>
6
7extern "C" {
8
13
15 attr.mpi_comm = &NEKO_COMM;
17 {
19 }
20 }
21
24 }
25
26
27}
28
29#endif
MPI_Comm NEKO_COMM
__global__ void dirichlet_apply_scalar_kernel(const int *__restrict__ msk, T *__restrict__ x, const T g, const int m)