Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b78fbfdd authored by Philippe Virouleau's avatar Philippe Virouleau
Browse files

Fix semi colon messing up with pragma

parent 8755a160
No related branches found
No related tags found
1 merge request!108Add OpenMP runtime for codelets
......@@ -751,8 +751,9 @@ main(int argc, char *argv[]) {
int return_code;
/* Initialize CHAMELEON */
/* NOTE: do *NOT* add a ';' at the end of this call, as it may be a #pragma omp parallel */
CHAMELEON_INIT( iparam[IPARAM_THRDNBR],
iparam[IPARAM_NCUDAS] );
iparam[IPARAM_NCUDAS] )
{
return_code = CHAMELEON_Main(iparam, argv[0], start, stop, step);
......
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