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
38
Issues
38
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
codes
codes
Commits
16787f14
Commit
16787f14
authored
Oct 30, 2014
by
Jonathan Jenkins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean up best practices doc
parent
f25d26a7
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
112 additions
and
311 deletions
+112
-311
codes/lp-io.h
codes/lp-io.h
+1
-3
doc/codes-best-practices.tex
doc/codes-best-practices.tex
+111
-308
No files found.
codes/lp-io.h
View file @
16787f14
...
...
@@ -21,9 +21,7 @@ int lp_io_prepare(char *directory, int flags, lp_io_handle* handle, MPI_Comm com
/* to be called within LPs to store a block of data */
int
lp_io_write
(
tw_lpid
gid
,
char
*
identifier
,
int
size
,
void
*
buffer
);
/* undo the immediately preceding write for the given LP
* (hack for logging/testing optimistic mode, not recommended for general use)
*/
/* undo the immediately preceding write for the given LP */
int
lp_io_write_rev
(
tw_lpid
gid
,
char
*
identifier
);
/* to be called (collectively) after tw_run() to flush data to disk */
...
...
doc/codes-best-practices.tex
View file @
16787f14
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