Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cristian Simarro
darshan
Commits
86533a49
Commit
86533a49
authored
Jan 04, 2016
by
Shane Snyder
Browse files
fix typos in counter descriptions
parent
64978d11
Changes
6
Hide whitespace changes
Inline
Side-by-side
darshan-util/darshan-bgq-logutils.c
View file @
86533a49
...
...
@@ -116,7 +116,7 @@ static void darshan_log_print_bgq_rec(void *file_rec, char *file_name,
static
void
darshan_log_print_bgq_description
()
{
printf
(
"
\n
# desription of BGQ counters:
\n
"
);
printf
(
"
\n
# des
c
ription of BGQ counters:
\n
"
);
printf
(
"# BGQ_CSJOBID: BGQ control system job ID.
\n
"
);
printf
(
"# BGQ_NNODES: number of BGQ compute nodes for this job.
\n
"
);
printf
(
"# BGQ_RANKSPERNODE: number of MPI ranks per compute node.
\n
"
);
...
...
darshan-util/darshan-hdf5-logutils.c
View file @
86533a49
...
...
@@ -116,7 +116,7 @@ static void darshan_log_print_hdf5_file(void *file_rec, char *file_name,
static
void
darshan_log_print_hdf5_description
()
{
printf
(
"
\n
# desription of HDF5 counters:
\n
"
);
printf
(
"
\n
# des
c
ription of HDF5 counters:
\n
"
);
printf
(
"# HDF5_OPENS: HDF5 file open operation counts.
\n
"
);
printf
(
"# HDF5_F_OPEN_TIMESTAMP: timestamp of first HDF5 file open.
\n
"
);
printf
(
"# HDF5_F_CLOSE_TIMESTAMP: timestamp of last HDF5 file close.
\n
"
);
...
...
darshan-util/darshan-mpiio-logutils.c
View file @
86533a49
...
...
@@ -116,7 +116,7 @@ static void darshan_log_print_mpiio_file(void *file_rec, char *file_name,
static
void
darshan_log_print_mpiio_description
()
{
printf
(
"
\n
# desription of MPIIO counters:
\n
"
);
printf
(
"
\n
# des
c
ription of MPIIO counters:
\n
"
);
printf
(
"# MPIIO_INDEP_*: MPI independent operation counts.
\n
"
);
printf
(
"# MPIIO_COLL_*: MPI collective operation counts.
\n
"
);
printf
(
"# MPIIO_SPLIT_*: MPI split collective operation counts.
\n
"
);
...
...
darshan-util/darshan-null-logutils.c
View file @
86533a49
...
...
@@ -139,7 +139,7 @@ static void darshan_log_print_null_record(void *file_rec, char *file_name,
/* print out a description of the NULL module record fields */
static
void
darshan_log_print_null_description
()
{
printf
(
"
\n
# desription of NULL counters:
\n
"
);
printf
(
"
\n
# des
c
ription of NULL counters:
\n
"
);
printf
(
"# NULL_BARS: number of 'bar' function calls.
\n
"
);
printf
(
"# NULL_BAR_DAT: value set by last call to function 'bar'.
\n
"
);
printf
(
"# NULL_F_BAR_TIMESTAMP: timestamp of the first call to function 'bar'.
\n
"
);
...
...
darshan-util/darshan-pnetcdf-logutils.c
View file @
86533a49
...
...
@@ -116,7 +116,7 @@ static void darshan_log_print_pnetcdf_file(void *file_rec, char *file_name,
static
void
darshan_log_print_pnetcdf_description
()
{
printf
(
"
\n
# desription of PNETCDF counters:
\n
"
);
printf
(
"
\n
# des
c
ription of PNETCDF counters:
\n
"
);
printf
(
"# PNETCDF_INDEP_OPENS: PNETCDF independent file open operation counts.
\n
"
);
printf
(
"# PNETCDF_COLL_OPENS: PNETCDF collective file open operation counts.
\n
"
);
printf
(
"# PNETCDF_F_OPEN_TIMESTAMP: timestamp of first PNETCDF file open.
\n
"
);
...
...
darshan-util/darshan-posix-logutils.c
View file @
86533a49
...
...
@@ -116,7 +116,7 @@ static void darshan_log_print_posix_file(void *file_rec, char *file_name,
static
void
darshan_log_print_posix_description
()
{
printf
(
"
\n
# desription of POSIX counters:
\n
"
);
printf
(
"
\n
# des
c
ription of POSIX counters:
\n
"
);
printf
(
"# POSIX_*: posix operation counts.
\n
"
);
printf
(
"# READS,WRITES,OPENS,SEEKS,STATS, and MMAPS are types of operations.
\n
"
);
printf
(
"# POSIX_MODE: mode that file was opened in.
\n
"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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