Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
darshan
darshan
Commits
c82301c4
Commit
c82301c4
authored
Jul 31, 2020
by
Jakob Luettgau
Browse files
Cleanup and include example logs.
parent
94573e9b
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
darshan-util/pydarshan/examples/99-graph-visualization.ipynb
View file @
c82301c4
This diff is collapsed.
Click to expand it.
darshan-util/pydarshan/examples/darshan-graph/Makefile
View file @
c82301c4
...
...
@@ -7,7 +7,7 @@ all:
${CC}
-o
app_read
-DREAD
app.c
${CC}
-o
app_readAB_writeC app_rw_mpiio.c
run
:
all
run
:
clean
all
./run.sh
clean
:
...
...
darshan-util/pydarshan/examples/darshan-graph/app_rw_mpiio.c
View file @
c82301c4
...
...
@@ -117,14 +117,14 @@ int main(int argc, char **argv) {
/* Each process writes 3 integers to the file region visible to it.
* Note the file pointer will advance 3x4 bytes after this call.
*/
err
=
MPI_File_write_all
(
fh
,
&
buf
[
0
],
3
00
,
MPI_CHAR
,
&
status
);
err
=
MPI_File_write_all
(
fh
,
&
buf
[
0
],
10
00
,
MPI_CHAR
,
&
status
);
CHECK_ERR
(
MPI_File_set_view
);
/* Each process continues to write next
7
integers to the file region
/* Each process continues to write next
5
integers to the file region
* visible to it, starting from the file pointer updated from the previous
* write call.
*/
err
=
MPI_File_write_all
(
fh
,
&
buf
[
3
],
7
00
,
MPI_CHAR
,
&
status
);
err
=
MPI_File_write_all
(
fh
,
&
buf
[
3
],
10
00
,
MPI_CHAR
,
&
status
);
CHECK_ERR
(
MPI_File_set_view
);
/* close the file collectively */
...
...
darshan-util/pydarshan/examples/darshan-graph/pq_app_readAB_writeC_id71326_7-31-5658-2037904274838284930_55623.darshan
0 → 100644
View file @
c82301c4
File added
darshan-util/pydarshan/examples/darshan-graph/pq_app_read_id71317_7-31-5657-2037904274838284930_55623.darshan
0 → 100644
View file @
c82301c4
File added
darshan-util/pydarshan/examples/darshan-graph/pq_app_read_id71344_7-31-5658-2037904274838284930_55623.darshan
0 → 100644
View file @
c82301c4
File added
darshan-util/pydarshan/examples/darshan-graph/pq_app_write_id71296_7-31-5657-2037904274838284930_55623.darshan
0 → 100644
View file @
c82301c4
File added
darshan-util/pydarshan/examples/darshan-graph/pq_app_write_id71303_7-31-5657-2037904274838284930_55623.darshan
0 → 100644
View file @
c82301c4
File added
darshan-util/pydarshan/examples/darshan-graph/pq_app_write_id71310_7-31-5657-2037904274838284930_55623.darshan
0 → 100644
View file @
c82301c4
File added
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