AMS_Memory_set_field_start_index
sets the starting index of a field's data in the global array. This function is called for one dimensional distributed arrays. See AMS_Memory_set_field_block for multi-dimensional arrays.
Synopsis
int AMS_Memory_set_field_start_index(AMS_Memory mem, char *name, int start)
Input Parameters
- mem
- the AMS memory object
- name
- the name of the field
- start
- the starting index
Location:amspub.c