Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hxu65 committed Apr 27, 2024
1 parent 86bd262 commit aed08c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/common/VariableMetadata.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ enum class adiosOpType {
get = 0,
put = 1
};
srd::string Get_processor_name() {
std::string Get_processor_name() {
char processor_name[MPI_MAX_PROCESSOR_NAME];
int name_len;
MPI_Get_processor_name(processor_name, &name_len);
Expand Down

0 comments on commit aed08c9

Please sign in to comment.