Skip to content

Commit

Permalink
add unistd.h include to flux example program
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanday36 committed Jul 25, 2024
1 parent 7d1ac27 commit 33f7a32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flux/example_code/mpi_hellosleep.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "mpi.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#define MASTER 0

int main (int argc, char *argv[])
Expand Down

0 comments on commit 33f7a32

Please sign in to comment.