Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TAPIOCA
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Francois Tessier
TAPIOCA
Commits
47a15c8c
Commit
47a15c8c
authored
Nov 09, 2017
by
Francois Tessier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ComputeNodeId added in the network interfaces
parent
e9bb0b17
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
tp_memory_interface.hpp
architectures/tp_memory_interface.hpp
+0
-2
tp_network_interface.hpp
architectures/tp_network_interface.hpp
+1
-1
No files found.
architectures/tp_memory_interface.hpp
View file @
47a15c8c
...
...
@@ -17,8 +17,6 @@ public:
/************************/
/* |-- I/O */
/************************/
//virtual int memWrite ( iMemory srcMem, int64_t srcSize, int64_t offset );
//virtual int memRead ( iMemory srcMem, int64_t srcSize, int64_t offset );
virtual
int
memWrite
(
void
*
srcBuffer
,
int64_t
srcSize
,
int64_t
offset
,
int
destRank
)
=
0
;
virtual
int
memRead
(
void
*
srcBuffer
,
int64_t
srcSize
,
int64_t
offset
,
int
destRank
)
=
0
;
virtual
int
memFlush
(
)
=
0
;
...
...
architectures/tp_network_interface.hpp
View file @
47a15c8c
...
...
@@ -12,7 +12,7 @@ class iTopology {
virtual
int
IONodesPerFile
(
char
*
filename
,
int
*
nodesList
)
=
0
;
virtual
int
IONodeId
()
=
0
;
virtual
int
BridgeNodeId
()
=
0
;
//
virtual int ComputeNodeId () = 0;
virtual
int
ComputeNodeId
()
=
0
;
virtual
int
ProcessPerNode
()
=
0
;
/**********************/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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