Mentions légales du service

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

compute/gepdf: protect declaration of descriptors D1 and D2

parent 962f26dd
No related branches found
No related tags found
1 merge request!518gitlab-ci-initial-cache.cmake: CMAKE_C_FLAGS must be set as a cache variable...
...@@ -85,8 +85,11 @@ int CHAMELEON_zgepdf_qr_Tile( int doqr, int optid, ...@@ -85,8 +85,11 @@ int CHAMELEON_zgepdf_qr_Tile( int doqr, int optid,
CHAM_context_t *chamctxt; CHAM_context_t *chamctxt;
RUNTIME_sequence_t *sequence = NULL; RUNTIME_sequence_t *sequence = NULL;
RUNTIME_request_t request = RUNTIME_REQUEST_INITIALIZER; RUNTIME_request_t request = RUNTIME_REQUEST_INITIALIZER;
CHAM_desc_t D1, *D1ptr = NULL; #if defined(CHAMELEON_COPY_DIAG)
CHAM_desc_t D2, *D2ptr = NULL; CHAM_desc_t D1, D2;
#endif
CHAM_desc_t *D1ptr = NULL;
CHAM_desc_t *D2ptr = NULL;
int status; int status;
chamctxt = chameleon_context_self(); chamctxt = chameleon_context_self();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment