GADGET-4
shared_mem_handler.h File Reference

provides a class for accessing data of other MPI ranks via shared memory and designated MPI handler ranks More...

#include <hdf5.h>
#include <mpi.h>
#include <stdio.h>
#include <stdlib.h>
#include <algorithm>
#include <atomic>
#include <cstring>
#include "../data/simparticles.h"

Go to the source code of this file.

Classes

class  shmem
 
struct  shmem::bookkeeping_data
 
struct  shmem::tree_storage_info
 

Macros

#define MAX_TREE_INFOS   10
 

Variables

shmem Shmem
 

Detailed Description

provides a class for accessing data of other MPI ranks via shared memory and designated MPI handler ranks

Definition in file shared_mem_handler.h.

Macro Definition Documentation

◆ MAX_TREE_INFOS

#define MAX_TREE_INFOS   10

Definition at line 25 of file shared_mem_handler.h.

Variable Documentation

◆ Shmem

shmem Shmem
extern

Definition at line 45 of file main.cc.