Skip to content

Commit 53f7a04

Browse files
[ONSAM-2023]: added missed header file
1 parent b3c13a6 commit 53f7a04

File tree

1 file changed

+2
-1
lines changed
  • Libraries/MPI/jacobian_solver/src/include

1 file changed

+2
-1
lines changed

Libraries/MPI/jacobian_solver/src/include/common.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include <stdbool.h>
33
#include <stdio.h>
44
#include <stdlib.h>
5+
#include <math.h>
56

67
const int Nx = 16384; /* Grid size */
78
const int Ny = Nx;
@@ -191,4 +192,4 @@ static void InitSubarryAndWindows(struct subarray *sub, double **buffers, MPI_Wi
191192

192193
MPI_Barrier(MPI_COMM_WORLD);
193194
return;
194-
}
195+
}

0 commit comments

Comments
 (0)