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
f4175724
Commit
f4175724
authored
Jul 06, 2017
by
Francois Tessier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorganize the implementation of architecture abstraction
parent
b6c05379
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+1
-1
architectures/bgq_mira.hpp
architectures/bgq_mira.hpp
+0
-0
architectures/cray_xc40_theta.hpp
architectures/cray_xc40_theta.hpp
+0
-0
architectures/include/lustre/lustre_user.h
architectures/include/lustre/lustre_user.h
+0
-0
architectures/include/lustre/lustre_user_cxx.patch
architectures/include/lustre/lustre_user_cxx.patch
+0
-0
architectures/include/lustre/lustreapi.h
architectures/include/lustre/lustreapi.h
+0
-0
architectures/sample.hpp
architectures/sample.hpp
+0
-0
architectures/topology.hpp
architectures/topology.hpp
+0
-0
make.inc/Makefile.linux-rhel_6-ppc64
make.inc/Makefile.linux-rhel_6-ppc64
+1
-1
make.inc/Makefile.linux-sles_12-x86_64
make.inc/Makefile.linux-sles_12-x86_64
+1
-1
No files found.
Makefile
View file @
f4175724
...
...
@@ -12,7 +12,7 @@ libtapioca.a:$(OBJ_FILES)
$(MPICXX)
$(MPI_CFLAGS)
-c
$?
-o
$@
$(MPI_LDFLAGS)
install
:
cp
-r
tapioca.hpp
topology/
*
.hpp topology
/include/
*
$(INSTALL_PATH)
/include
cp
-r
tapioca.hpp
architectures/
*
.hpp architectures
/include/
*
$(INSTALL_PATH)
/include
cp
libtapioca.a
$(INSTALL_PATH)
/lib
clean
:
...
...
topology
/bgq_mira.hpp
→
architectures
/bgq_mira.hpp
View file @
f4175724
File moved
topology
/cray_xc40_theta.hpp
→
architectures
/cray_xc40_theta.hpp
View file @
f4175724
File moved
topology
/include/lustre/lustre_user.h
→
architectures
/include/lustre/lustre_user.h
View file @
f4175724
File moved
topology
/include/lustre/lustre_user_cxx.patch
→
architectures
/include/lustre/lustre_user_cxx.patch
View file @
f4175724
File moved
topology
/include/lustre/lustreapi.h
→
architectures
/include/lustre/lustreapi.h
View file @
f4175724
File moved
topology
/sample.hpp
→
architectures
/sample.hpp
View file @
f4175724
File moved
topology
/topology.hpp
→
architectures
/topology.hpp
View file @
f4175724
File moved
make.inc/Makefile.linux-rhel_6-ppc64
View file @
f4175724
MPICXX
=
mpixlcxx
MPI_CFLAGS
=
-g
-O3
-I
./
topology
/
MPI_CFLAGS
=
-g
-O3
-I
./
architectures
/
MPI_CFLAGS
+=
-DBGQ
-DDEBUG
#-DTIMING
#MPI_CFLAGS += -I/bgsys/drivers/ppcfloor -I/bgsys/drivers/ppcfloor/spi/include/kernel/cnk
...
...
make.inc/Makefile.linux-sles_12-x86_64
View file @
f4175724
MPICXX
=
CC
MPI_CFLAGS
=
-g
-I
./
topology/
-I
./topology
/include/
MPI_CFLAGS
=
-g
-I
./
architectures/
-I
./architectures
/include/
MPI_CFLAGS
+=
-DXC40
-DDEBUG
#-DTIMING
MPI_LDFLAGS
=
-llustreapi
-Wl
,--whole-archive,-ldmapp,--no-whole-archive
...
...
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