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
00475389
Commit
00475389
authored
Jul 13, 2016
by
Elsa Gonsiorowski (Eris)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update documention to CODES v 0.5.2, ROSS v d3bdc07
parent
e4690fc1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
doc/BUILD_STEPS
doc/BUILD_STEPS
+4
-4
doc/RELEASE_NOTES
doc/RELEASE_NOTES
+7
-1
No files found.
doc/BUILD_STEPS
View file @
00475389
...
...
@@ -3,12 +3,12 @@ machines.
0
-
Checkout
,
build
,
and
install
the
trunk
version
of
ROSS
(
https
://
github
.
com
/
carothersc
/
ROSS
).
At
the
time
of
release
(
0.5.
0
),
ROSS
's latest commit hash was d9cef53
, so this revision is
release
(
0.5.
2
),
ROSS
's latest commit hash was d3bdc07
, so this revision is
"safe" in the unlikely case incompatible changes come along in the future. If
working from the CODES master branches, use the ROSS master branch.
git clone http://github.com/carothersc/ROSS.git
# if using 0.5.
0 release: git checkout d9cef53
# if using 0.5.
2 release: git checkout d3bdc07
cd ROSS
mkdir build
cd build
...
...
@@ -18,7 +18,7 @@ working from the CODES master branches, use the ROSS master branch.
make -j 3
make install
<the result should be that the latest version of ROSS is installed in the
<the result should be that the latest version of ROSS is installed in the
ROSS/install/ directory>
For more details on installing ROSS, go to
...
...
@@ -60,7 +60,7 @@ working from the CODES master branches, use the ROSS master branch.
of
Darshan
installed
in
the
default
system
path
,
or
else
add
<
DARSHAN_PREFIX
>/
lib
/
pkgconfig
to
your
PKG_CONFIG_PATH
environment
variable
before
calling
configure
.
4
-
Build
and
install
CODES
make
&&
make
install
...
...
doc/RELEASE_NOTES
View file @
00475389
0.5.2 (July 13, 2016)
Summer of CODES was another huge success!
This update adds the commit function to the CODES models, representing an
update to the latest version of ROSS (d3bdc07)
0.5.1 (June 09, 2016)
network:
...
...
@@ -34,7 +40,7 @@ networks:
addition of the SlimFly network topology, corresponding to the Wolfe et al.
paper "Modeling a Million-node Slim Fly Network using Parallel Discrete-event
Simulation", at SIGSIM-PADS'16. See README.slimfly.txt
Simulation", at SIGSIM-PADS'16. See README.slimfly.txt
(src/networks/model-net/doc).
modelnet now supports sampling at regular intervals. Dragonfly LPs can
...
...
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