Mentions légales du service

Skip to content
Snippets Groups Projects

Cleanup for the release

Closed Mathieu Faverge requested to merge faverge/chameleon:hotfix/release into master
Files
63
+ 2
1
@@ -46,8 +46,9 @@ void chameleon_pzgelqf( int genD, CHAM_desc_t *A, CHAM_desc_t *T, CHAM_desc_t *D
@@ -46,8 +46,9 @@ void chameleon_pzgelqf( int genD, CHAM_desc_t *A, CHAM_desc_t *T, CHAM_desc_t *D
int ib, minMNT;
int ib, minMNT;
chamctxt = chameleon_context_self();
chamctxt = chameleon_context_self();
if (sequence->status != CHAMELEON_SUCCESS)
if (sequence->status != CHAMELEON_SUCCESS) {
return;
return;
 
}
RUNTIME_options_init(&options, chamctxt, sequence, request);
RUNTIME_options_init(&options, chamctxt, sequence, request);
ib = CHAMELEON_IB;
ib = CHAMELEON_IB;
Loading