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
AutoPerf
autoperf
Commits
22ab5577
Commit
22ab5577
authored
Feb 16, 2021
by
Sudheer Chunduri
Browse files
experimental release of APMPI 1.0
parent
9fd13f2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
apmpi/darshan-apmpi-log-format.h
View file @
22ab5577
...
...
@@ -10,7 +10,7 @@
#define MPI_MAX_PROCESSOR_NAME 128
#endif
/* current AutoPerf MPI log format version */
#define APMPI_VER
0.
1
#define APMPI_VER 1
#define APMPI_MAGIC ('A'*0x100000000+\
'P'*0x1000000+\
...
...
apmpi/lib/darshan-apmpi.c
View file @
22ab5577
...
...
@@ -411,7 +411,7 @@ void apmpi_runtime_initialize()
apmpi_runtime
->
header_record
->
base_rec
.
id
=
apmpi_runtime
->
header_id
;
apmpi_runtime
->
header_record
->
base_rec
.
rank
=
my_rank
;
apmpi_runtime
->
header_record
->
magic
=
APMPI_MAGIC
;
apmpi_runtime
->
header_record
->
version
=
APMPI_VER
SION
;
apmpi_runtime
->
header_record
->
version
=
APMPI_VER
;
}
apmpi_runtime
->
rec_id
=
darshan_core_gen_record_id
(
"APMPI"
);
//record name
...
...
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