User`s guide

Cray XMT Programming Environment Users Guide
mta_reserve_task_event_counter
mta_get_task_counter
mta_get_team_counter
Reserves or queries hardware counters. See the
mta_reserve_task_event_counter(3) man page.
mta_set_crew_limit
Sets the maximum number of crews that can be simultaneously
active. The term crew is applied to the group of processors
that are used when parallelizing the iterations of a loop across
multiple processors. Applications use this type of parallelization
when they are compiled using the multiprocessor mode. See the
mta_set_crew_limit(3) man page.
mta_set_domain_signal_mask
Enables or disables domain signals in the calling thread. See the
mta_set_domain_signal_mask(3) man page.
mta_set_implicit_processors
mta_get_implicit_processors
mta_set_implicit_streams
mta_get_implicit_streams
Stores or retrieves the value for the number of implicit processors
or implicit streams that are used for a calling thread for an
implicitly parallelized region of code in a program. See the
mta_set_implicit_processors(3) man page.
mta_set_private_data
mta_get_private_data
Stores or retrieves private data for a thread. See the
mta_set_private_data(3) man page.
mta_set_rt_error_file
Redirects runtime library messages to a file. See the
mta_set_rt_error_file(3) man page.
mta_set_trace_limit
Modifies the number of times an individual trace event is recorded.
See the mta_set_trace_limit(3) man page.
mta_sleep
Suspends a thread. See the mta_sleep(3) man page.
106 S247920