Skip to content

Commit ab369f2

Browse files
Merge pull request #44 from hsaunders1904/fix_openfoam_build_script
Fix openfoam build script
2 parents df2a9e9 + a3be506 commit ab369f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/openfoam.patch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ index 03433b398..dc9e39c0b 100644
294294
+ int rank,size;
295295
+ MPI_Comm_rank(comm,&rank);
296296
+ MPI_Comm_size(comm,&size);
297+
+
297298
+ int flag;
298299
+ MPI_Initialized(&flag);
299300
+ if (!flag) {

0 commit comments

Comments
 (0)