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
dkrz-sw
yaxt
Commits
d056c4cf
Commit
d056c4cf
authored
Jun 03, 2021
by
Thomas Jahns
🤸
Browse files
Remove purely internal variable from exported symbols.
parent
e0d5d025
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/xt_mpi.c
View file @
d056c4cf
...
...
@@ -680,7 +680,7 @@ xt_mpi_generate_compact_datatype(const int *disp, int disp_len,
}
/* functions to handle optimizations on communicators */
int
xt_mpi_comm_internal_keyval
;
static
int
xt_mpi_comm_internal_keyval
;
typedef
unsigned
long
used_map_elem
;
...
...
src/xt_mpi_internal.h
View file @
d056c4cf
...
...
@@ -68,8 +68,6 @@ enum xt_mpi_tags {
};
extern
int
xt_mpi_comm_internal_keyval
;
PPM_DSO_INTERNAL
void
xt_mpi_init
(
void
);
PPM_DSO_INTERNAL
void
...
...
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