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
5468b9d0
Commit
5468b9d0
authored
Jul 06, 2017
by
Francois Tessier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change de naming of interfaces and files implementing hardware characteristics
parent
e8cb9317
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
9 deletions
+14
-9
architectures/linux-rhel_6-ppc64/tp_network.hpp
architectures/linux-rhel_6-ppc64/tp_network.hpp
+1
-1
architectures/linux-sles_12-x86_64/tp_network.hpp
architectures/linux-sles_12-x86_64/tp_network.hpp
+1
-1
architectures/tp_memory_interface.hpp
architectures/tp_memory_interface.hpp
+0
-0
architectures/tp_network_interface.hpp
architectures/tp_network_interface.hpp
+0
-0
examples/HACC-IO/run_check_xc40.sh
examples/HACC-IO/run_check_xc40.sh
+3
-3
make.inc/Makefile.linux-rhel_6-ppc64
make.inc/Makefile.linux-rhel_6-ppc64
+3
-1
make.inc/Makefile.linux-sles_12-x86_64
make.inc/Makefile.linux-sles_12-x86_64
+6
-3
No files found.
architectures/linux-rhel_6-ppc64/tp_network.hpp
View file @
5468b9d0
...
...
@@ -4,7 +4,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <algorithm>
#include "
../topology
.hpp"
#include "
tp_network_interface
.hpp"
#include <spi/include/kernel/location.h>
#include <spi/include/kernel/process.h>
...
...
architectures/linux-sles_12-x86_64/tp_network.hpp
View file @
5468b9d0
...
...
@@ -3,7 +3,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "
../topology
.hpp"
#include "
tp_network_interface
.hpp"
#include <pmi.h>
...
...
architectures/tp_memory_interface.hpp
0 → 100644
View file @
5468b9d0
architectures/t
opology
.hpp
→
architectures/t
p_network_interface
.hpp
View file @
5468b9d0
File moved
examples/HACC-IO/run_check_xc40.sh
View file @
5468b9d0
#!/bin/bash
NODES
=
512
NODES
=
256
PPN
=
16
NPROCS
=
$((
NODES
*
PPN
))
TARGET
=
"/lus/theta-fs0/projects/Performance/ftessier/HACC"
...
...
@@ -13,7 +13,7 @@ cd $HOME/install/$ARCHI/bin/
export
TAPIOCA_DEVNULL
=
false
export
TAPIOCA_COMMSPLIT
=
true
export
TAPIOCA_STRATEGY
=
TOPOLOGY_AWARE
export
TAPIOCA_NBAGGR
=
96
export
TAPIOCA_NBAGGR
=
48
export
TAPIOCA_BUFFERSIZE
=
16777216
function
setLustreFS
()
...
...
@@ -35,7 +35,7 @@ function updateSettings()
SETTINGS
=
"
$SETTINGS
-e MPICH_RMA_OVER_DMAPP=1"
SETTINGS
=
"
$SETTINGS
-e MPICH_MPIIO_AGGREGATOR_PLACEMENT_DISPLAY=1"
SETTINGS
=
"
$SETTINGS
-e MPICH_MPIIO_HINTS=*:cray_cb_nodes_multiplier=
2
"
SETTINGS
=
"
$SETTINGS
-e MPICH_MPIIO_HINTS=*:cray_cb_nodes_multiplier=
1
"
}
function
outputFile
()
...
...
make.inc/Makefile.linux-rhel_6-ppc64
View file @
5468b9d0
...
...
@@ -3,6 +3,8 @@ MPICXX = mpixlcxx
MPI_CFLAGS
=
-g
-O3
-I
./architectures/
$(ARCHI)
MPI_CFLAGS
+=
-DDEBUG
#-DTIMING
TP_INCLUDE
=
architectures/
$(ARCHI)
/
*
TP_INCLUDE
=
architectures/tp_network_interface.hpp
\
architectures/tp_memory_interface.hpp
\
architectures/
$(ARCHI)
/
*
INSTALL_PATH
=
$(HOME)
/install/
$(ARCHI)
make.inc/Makefile.linux-sles_12-x86_64
View file @
5468b9d0
MPICXX
=
CC
MPI_CFLAGS
=
-g
-I
./architectures/
$(ARCHI)
-I
./architectures/
$(ARCHI)
/include/
MPI_CFLAGS
+=
-D
XC40
-D
DEBUG
#-DTIMING
MPI_CFLAGS
=
-g
-I
./architectures
-I
./architectures
/
$(ARCHI)
-I
./architectures/
$(ARCHI)
/include/
MPI_CFLAGS
+=
-DDEBUG
#-DTIMING
MPI_LDFLAGS
=
-llustreapi
-Wl
,--whole-archive,-ldmapp,--no-whole-archive
TP_INCLUDE
=
architectures/
$(ARCHI)
/
*
architectures/
$(ARCHI)
/include/
*
TP_INCLUDE
=
architectures/tp_network_interface.hpp
\
architectures/tp_memory_interface.hpp
\
architectures/
$(ARCHI)
/
*
\
architectures/
$(ARCHI)
/include/
*
INSTALL_PATH
=
$(HOME)
/install/
$(ARCHI)
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