I'm using MPI with C, I've imported mpi.h and I am able to use MPI functions like MPI_Type_create_subarray() and MPI_Type_commit(), but I get a linker error when I try to use MPI_Type_create_resized().
Any idea why I wouldn't have that function, or maybe there is an alternative?
I'm trying to scatter and gather blocks of a 2D array.