Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Elsa Gonsiorowski
codes
Commits
1803c5a3
Commit
1803c5a3
authored
Jan 22, 2016
by
Jonathan Jenkins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
couple of updates to docs
parent
4edd57c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
doc/GETTING_STARTED
doc/GETTING_STARTED
+8
-0
doc/codes-best-practices.tex
doc/codes-best-practices.tex
+3
-0
No files found.
doc/GETTING_STARTED
View file @
1803c5a3
...
...
@@ -153,6 +153,14 @@ The following restrictions currently apply to the IO language:
Hence
,
getgroupid
should
be
completely
ignored
and
getgrouprank
and
getgroupsize
ignore
the
group
ID
parameter
passed
in
.
=====
Limitations
The
IO
language
is
frozen
and
no
future
development
will
be
happening
with
it
,
so
keep
the
following
limitations
in
mind
when
using
it
.
*
There
is
currently
no
way
to
specify
a
"create"
flag
to
open
.
*
Variables
are
expected
to
be
a
single
lowercase
character
.
===
Network
Our
primary
network
workload
generator
is
via
the
DUMPI
tool
...
...
doc/codes-best-practices.tex
View file @
1803c5a3
...
...
@@ -345,6 +345,9 @@ implement -- steps 2--4 are a few lines of code each. Also, LP-IO can be
used upon encountering a suspend condition to give error specifics (the reverse
write would occur in the reverse handler in step 3).
Note that ROSS now has a self-suspend API -- the hand-implementation may still
be used, but it is preferable to use the ROSS version.
\subsection
{
Stash data needed for reverse computation within event structures
}
Writing discrete-event simulations will necessarily involve ``destructive''
...
...
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