Skip to content

Commit

Permalink
Make mlock static to avoid a pesky Lassen-only bug. (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpatki authored Aug 1, 2024
1 parent 28d7ef5 commit 249a39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variorum/IBM/Power9.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#endif

/* Figure out the right spot for this at some point */
pthread_mutex_t mlock;
static pthread_mutex_t mlock;
struct thread_args th_args;
pthread_attr_t mattr;
pthread_t mthread;
Expand Down

0 comments on commit 249a39b

Please sign in to comment.