coin-or / Clp.old

This a mirror of the subversion repository on COIN-OR.
https://projects.coin-or.org/Clp
Other
36 stars 20 forks source link

[TRAC] In ABC, #pragma cilk_grainsize should be replace by #pragma cilk grainsize #31

Open qtothec opened 5 years ago

qtothec commented 5 years ago

Moved from TRAC as part of COIN fORgery: https://projects.coin-or.org/Clp/ticket/68

When compiled using intel compiler under windows and linux, a lot of warnings come from #pragma cilk_grainsize

In ABC, #pragma cilk_grainsize should be replace by #pragma cilk grainsize (as read in the intel documentation)