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
39a5d54b
Commit
39a5d54b
authored
Apr 14, 2017
by
Francois Tessier
Browse files
.
parent
a4eb07fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
39a5d54b
include
make.inc/Makefile.
xc40
include
make.inc/Makefile.
bgq
all
:
libtapioca.a
...
...
examples/HACC-IO/miniHACC-AoS.cpp
View file @
39a5d54b
...
...
@@ -31,7 +31,7 @@ int main (int argc, char * argv[])
MPI_Comm_size
(
MPI_COMM_WORLD
,
&
world_numtasks
);
MPI_Comm_rank
(
MPI_COMM_WORLD
,
&
world_myrank
);
mycolor
=
tp
.
topology
.
BridgeNodeId
();
mycolor
=
0
;
//
tp.topology.BridgeNodeId ();
mykey
=
world_myrank
;
MPI_Comm_split
(
MPI_COMM_WORLD
,
mycolor
,
mykey
,
&
sub_comm
);
...
...
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