Skip to content

Commit

Permalink
Fix header generation to add missing symbols required for mpi4py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjoos-cea committed Dec 7, 2021
1 parent cc1aae9 commit 0abf8e6
Show file tree
Hide file tree
Showing 3 changed files with 369 additions and 364 deletions.
2 changes: 2 additions & 0 deletions generator/C/ompi_const_set.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ char ompi_mpi_double[512];
char ompi_mpi_double_int[512];
char ompi_mpi_float[512];
char ompi_mpi_float_int[512];
char ompi_mpi_info_env[2048];
char ompi_mpi_int16_t[512];
char ompi_mpi_int32_t[512];
char ompi_mpi_int64_t[512];
Expand Down Expand Up @@ -95,6 +96,7 @@ char ompi_mpi_op_maxloc[2048];
char ompi_mpi_op_min[2048];
char ompi_mpi_op_minloc[2048];
char ompi_mpi_op_null[2048];
char ompi_mpi_op_no_op[2048];
char ompi_mpi_op_prod[2048];
char ompi_mpi_op_replace[2048];
char ompi_mpi_op_sum[2048];
Expand Down
1 change: 1 addition & 0 deletions generator/C/utils/ompi_const.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ ompi_predefined_op_t ompi_mpi_op_maxloc;
ompi_predefined_op_t ompi_mpi_op_min;
ompi_predefined_op_t ompi_mpi_op_minloc;
ompi_predefined_op_t ompi_mpi_op_null;
ompi_predefined_op_t ompi_mpi_op_no_op;
ompi_predefined_op_t ompi_mpi_op_prod;
ompi_predefined_op_t ompi_mpi_op_replace;
ompi_predefined_op_t ompi_mpi_op_sum;
Expand Down
Loading

0 comments on commit 0abf8e6

Please sign in to comment.