Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e71ddf8c authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

openmp/control: minor coding style

parent 9611bdcb
No related branches found
No related tags found
1 merge request!256Update on descriptors
......@@ -25,15 +25,15 @@
void RUNTIME_options_init( RUNTIME_option_t *option, CHAM_context_t *chamctxt,
RUNTIME_sequence_t *sequence, RUNTIME_request_t *request )
{
option->sequence = sequence;
option->request = request;
option->profiling = CHAMELEON_PROFILING == CHAMELEON_TRUE;
option->parallel = CHAMELEON_PARALLEL == CHAMELEON_TRUE;
option->priority = RUNTIME_PRIORITY_MIN;
option->ws_wsize = 0;
option->ws_hsize = 0;
option->ws_worker = NULL;
option->ws_host = NULL;
option->sequence = sequence;
option->request = request;
option->profiling = CHAMELEON_PROFILING == CHAMELEON_TRUE;
option->parallel = CHAMELEON_PARALLEL == CHAMELEON_TRUE;
option->priority = RUNTIME_PRIORITY_MIN;
option->ws_wsize = 0;
option->ws_hsize = 0;
option->ws_worker = NULL;
option->ws_host = NULL;
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment