Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xin Wang
codes-dev
Commits
d6fdec10
Commit
d6fdec10
authored
Mar 04, 2014
by
Shane Snyder
Browse files
Forgot to reenable logging in the wkld replay tool
parent
9d3d0492
Changes
2
Show whitespace changes
Inline
Side-by-side
src/workload/codes-darshan-io-wrkld.c
View file @
d6fdec10
...
...
@@ -54,7 +54,7 @@ static void darshan_finalize_io_op_dat(void *io_op_dat);
static
void
darshan_print_io_ops
(
void
*
io_op_dat
,
int
rank
,
FILE
*
log_stream
);
static
int
darshan_io_op_compare
(
const
void
*
p1
,
const
void
*
p2
);
/* Helper functions for implementing the
(complex, nonfactored)
Darshan workload generator */
/* Helper functions for implementing the Darshan workload generator */
static
void
generate_psx_ind_file_events
(
struct
darshan_file
*
file
,
struct
rank_io_context
*
io_context
);
static
void
generate_psx_coll_file_events
(
struct
darshan_file
*
file
,
...
...
tests/workload/codes-workload-mpi-replay.c
View file @
d6fdec10
...
...
@@ -24,7 +24,7 @@
#include "codes/quickhash.h"
#include "codes/configuration.h"
#define WORKLOAD_PRINT
0
#define WORKLOAD_PRINT
1
/* hash table entry for looking up file descriptor of a workload file id */
struct
file_info
...
...
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