Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes-dev
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Xin Wang
codes-dev
Commits
9257a4ab
Commit
9257a4ab
authored
Sep 21, 2016
by
Noah Wolfe
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into fattree-merge
parents
623880bc
95e4e97c
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
86 additions
and
60 deletions
+86
-60
codes/net/dragonfly.h
codes/net/dragonfly.h
+2
-0
doc/BUILD_STEPS
doc/BUILD_STEPS
+6
-0
scripts/allocation_gen/config_alloc.conf
scripts/allocation_gen/config_alloc.conf
+4
-3
src/networks/model-net/dragonfly.c
src/networks/model-net/dragonfly.c
+74
-57
No files found.
codes/net/dragonfly.h
View file @
9257a4ab
...
...
@@ -55,6 +55,8 @@ struct terminal_message
unsigned
int
intm_lp_id
;
short
new_vc
;
short
saved_vc
;
int
saved_src_dest
;
/* last hop of the message, can be a terminal, local router or global router */
int
last_hop
;
/* For routing */
...
...
doc/BUILD_STEPS
View file @
9257a4ab
...
...
@@ -53,6 +53,12 @@ working from the CODES master branches, use the ROSS master branch.
breaks
libdumpi
's function wrappers through const'
ifying
the
MPI
interface
).
For
building
DUMPI
with
mpich3
versions
and
higher
,
use
the
following
build
options
:
CFLAGS
=
"-DMPICH_SUPPRESS_PROTOTYPES=1 -DHAVE_PRAGMA_HP_SEC_DEF=1"
./
configure
--
enable
-
libdumpi
--
prefix
=$
INSTALL_PATH
Use
the
--
with
-
darshan
argument
to
configure
to
enable
the
optional
Darshan
I
/
O
workload
generator
(
http
://
www
.
mcs
.
anl
.
gov
/
research
/
projects
/
darshan
/).
In
order
to
use
...
...
scripts/allocation_gen/config_alloc.conf
View file @
9257a4ab
CONT
1056
200
500
rand
792
200
src/networks/model-net/dragonfly.c
View file @
9257a4ab
This diff is collapsed.
Click to expand it.
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