Skip to content

Commit 56bd29e

Browse files
authored
Merge pull request #2506 from alexander-sannikov/ONSAM-2023
[ONSAM-2023]: added missed header file
2 parents b3c13a6 + 53f7a04 commit 56bd29e

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)