Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TAPIOCA
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Francois Tessier
TAPIOCA
Commits
28930113
Commit
28930113
authored
Apr 17, 2017
by
Francois Tessier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MPI_Win_fence bug identified. Need to fix it for Cray xc40.
parent
4b562591
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
examples/HACC-IO/run_check_xc40.sh
examples/HACC-IO/run_check_xc40.sh
+2
-2
make.inc/Makefile.xc40
make.inc/Makefile.xc40
+1
-1
tapioca.cpp
tapioca.cpp
+5
-4
No files found.
examples/HACC-IO/run_check_xc40.sh
View file @
28930113
...
...
@@ -2,7 +2,7 @@
VARS
=
"-e MPICH_RMA_OVER_DMAPP=1"
NODES
=
8
PPN
=
16
PPN
=
2
NPROCS
=
$((
NODES
*
PPN
))
TARGET
=
"/lus/theta-fs0/projects/Performance/ftessier/HACC"
DDT
=
"/soft/debuggers/forge/bin/ddt --connect"
...
...
@@ -13,7 +13,7 @@ export TAPIOCA_DEVNULL=false
export
TAPIOCA_COMMSPLIT
=
true
export
TAPIOCA_STRATEGY
=
TOPOLOGY_AWARE
export
TAPIOCA_NBAGGR
=
2
export
TAPIOCA_BUFFERSIZE
=
16777216
export
TAPIOCA_BUFFERSIZE
=
4194304
function
updateSettings
()
{
...
...
make.inc/Makefile.xc40
View file @
28930113
MPICXX
=
CC
MPI_CFLAGS
=
-g
-
O3
-
I
./topology/
-I
./topology/include/
MPI_CFLAGS
=
-g
-I
./topology/
-I
./topology/include/
MPI_CFLAGS
+=
-DXC40
-DDEBUG
#-DTIMING
MPI_LDFLAGS
=
-llustreapi
-Wl
,--whole-archive,-ldmapp,--no-whole-archive
...
...
tapioca.cpp
View file @
28930113
...
...
@@ -255,12 +255,13 @@ int Tapioca::Write (MPI_File fileHandle, MPI_Offset offset, void *buf,
fprintf
(
stdout
,
"[INFO] %d calls 2nd Push (r: %d)
\n
"
,
this
->
commRank_
,
this
->
currentRound_
);
this
->
Push
(
fileHandle
,
status
);
//this->iPush (fileHandle, &iRequest);
}
}
#ifdef BGQ
fprintf
(
stdout
,
"[INFO] %d increment 2nd currentRound (r: %d, rc: %d, nag: %d)
\n
"
,
this
->
commRank_
,
this
->
currentRound_
,
this
->
roundCounter_
,
this
->
nAggr_
);
this
->
currentRound_
++
;
this
->
currentRound_
++
;
#endif
}
this
->
roundCounter_
++
;
}
}
...
...
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