These operations are not recorded because they have no real
value in the replay application.  I have set the nowrapper
flag to prevent them from being recorded.  Simply search
and replace the flag to include recording of these operations.

MPI_Abort
MPI_Address
MPI_Buffer_attach
MPI_Buffer_detach
MPI_Cart_coords
MPI_Cart_get
MPI_Cart_rank
MPI_Cart_shift
MPI_Cartdim_get
MPI_Comm_compare
MPI_Comm_get_name
MPI_Comm_rank
MPI_Comm_remote_group
MPI_Comm_remote_size
MPI_Comm_set_name
MPI_Comm_size
MPI_Comm_test_inter
MPI_Dims_create
MPI_Errhandler_get
MPI_Error_class
MPI_Error_string
MPI_Finalize
MPI_Finalized
MPI_Get_count
MPI_Get_elements
MPI_Get_processor_name
MPI_Get_version
MPI_Graph_get
MPI_Graph_neighbors
MPI_Graph_neighbors_count
MPI_Graphdims_get
MPI_Group_compare
MPI_Group_rank
MPI_Group_size
MPI_Group_translate_ranks
MPI_Handle2int
MPI_Info_c2f
MPI_Info_create
MPI_Info_delete
MPI_Info_dup
MPI_Info_f2c
MPI_Info_free
MPI_Info_get
MPI_Info_get_nkeys
MPI_Info_get_nthkey
MPI_Info_get_valuelen
MPI_Info_set
MPI_Init
MPI_Initialized
MPI_Int2handle
MPI_Iprobe
MPI_Pack
MPI_Pack_size
MPI_Pcontrol
MPI_Probe
MPI_Request_c2f
MPI_Status_c2f
MPI_Status_f2c
MPI_Test
MPI_Test_cancelled
MPI_Testall
MPI_Testany
MPI_Testsome
MPI_Topo_test
MPI_Type_count
MPI_Type_extent
MPI_Type_lb
MPI_Type_size

These operations do not have their parameters recorded but
the fact that they are called is recorded.  I am unsure how
to replay them right now, and if they are encountered - we should
throw an error.

MPI_Attr_delete
MPI_Attr_get
MPI_Attr_put

MPI_Keyval_create
MPI_Keyval_free

MPI_Op_create
MPI_Op_free

MPI_Errhandler_create
MPI_Errhandler_free
MPI_Errhandler_set

MPI_Type_create_darray
MPI_Type_create_indexed_block
MPI_Type_create_subarray
MPI_Type_get_contents
MPI_Type_get_envelope

MPI_Waitany
MPI_Waitsome
(these could fail because the 'right' processor will not always
be the one that completes its request)