Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Francois Tessier
TAPIOCA
Commits
440bd29f
Commit
440bd29f
authored
Aug 31, 2017
by
Francois Tessier
Browse files
NVRAM class members in the memory abstraction layer
parent
741c8c8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
architectures/tp_memory_interface.hpp
View file @
440bd29f
...
...
@@ -4,7 +4,7 @@
#include
<stdio.h>
#include
<stdlib.h>
typedef
enum
{
DDR
,
HBM
,
SSD
,
HDD
}
mem_t
;
typedef
enum
{
DDR
,
HBM
,
SSD
,
HDD
,
NVR
}
mem_t
;
class
iMemory
{
public:
...
...
@@ -49,6 +49,10 @@ protected:
int64_t
buffSize_
;
MPI_Win
RMAWin_
;
int
fd_
;
void
*
ptrMap_
;
int
mmapAllocatorRank_
;
MPI_File
fileHandle_
;
MPI_Request
request_
;
char
fileName_
[
4096
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment