Skip to content

Commit a97c98f

Browse files
committed
fix a problem
Signed-off-by: Howard Pritchard <[email protected]>
1 parent 2877f43 commit a97c98f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/mpi/bindings/c_header.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ def output_constant(const, use_enum: bool, mangle_name: bool):
279279
output.append("extern int ompi_abi_mpi_win_flavor_dynamic;\n")
280280
output.append("extern int ompi_abi_mpi_win_model_unified;\n")
281281
output.append("extern int ompi_abi_mpi_win_model_separate;\n")
282+
output.append("extern int ompi_abi_mpi_lastusedcode;\n")
282283
output.append("\n")
283284
output.append("int ABI_C_MPI_COMM_NULL_DELETE_FN( MPI_Comm_ABI_INTERNAL comm, int comm_keyval, void* attribute_val_out, void* extra_state );\n")
284285
output.append("int ABI_C_MPI_COMM_NULL_COPY_FN( MPI_Comm_ABI_INTERNAL comm, int comm_keyval, void* extra_state, void* attribute_val_in, void* attribute_val_out, int* flag );\n")

0 commit comments

Comments
 (0)