fml
0.1-0
Fused Matrix Library
types.hh
1
// This file is part of fml which is released under the Boost Software
2
// License, Version 1.0. See accompanying file LICENSE or copy at
3
// https://www.boost.org/LICENSE_1_0.txt
4
5
#ifndef FML__INTERNALS_TYPES_H
6
#define FML__INTERNALS_TYPES_H
7
#pragma once
8
9
10
#define __STDC_FORMAT_MACROS
11
#include <cinttypes>
12
#include <cstdint>
13
14
typedef
int
len_t;
15
typedef
int
len_local_t;
16
typedef
uint64_t len_global_t;
17
18
#define MPI_LENGLOBAL_T MPI_UINT64_T
19
20
21
#endif
fml
src
fml
_internals
types.hh
Generated by
1.8.17