Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src_c/IMB_mem_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ In/Out : c_info | struct comm_info* | see comm_info.h
IMB_i_alloc(int, c_info->g_ranks, c_info->w_num_procs, "Init_Pointers 1");
IMB_i_alloc(int, c_info->g_sizes, c_info->w_num_procs, "Init_Pointers 2");

#if (defined MPI1 || defined NBC || defined MPI4)
#if (defined MPI1 || defined NBC || defined MPI4 || defined MPIIO)
IMB_i_alloc(int, c_info->sndcnt, c_info->w_num_procs, "Init_Pointers 3");
IMB_i_alloc(int, c_info->sdispl, c_info->w_num_procs, "Init_Pointers 4");

Expand Down