Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Mareframe
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[mareframe] Diff of /trunk/gadget/seq_optimize_template.h
[mareframe] / trunk / gadget / seq_optimize_template.h Repository:
ViewVC logotype

Diff of /trunk/gadget/seq_optimize_template.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 15, Tue Sep 1 19:14:33 2015 UTC revision 16, Tue Oct 13 11:29:01 2015 UTC
# Line 5  Line 5 
5  #include <cstdlib>  #include <cstdlib>
6  #include <sys/time.h>  #include <sys/time.h>
7    
8  #ifndef NO_OPENMP  #ifdef _OPENMP
9  #include <omp.h>  #include <omp.h>
10  #endif  #endif
11    
# Line 264  Line 264 
264  /* IMPROVEMENTS:  /* IMPROVEMENTS:
265    
266   - OpenMP parallel implementation added   - OpenMP parallel implementation added
267   - Can be compiled without OpenMP using macro NO_OPENMP   - Can be compiled with OpenMP using macro _OPENMP
268   - Memory for items is dynamically reused in the parallel searches   - Memory for items is dynamically reused in the parallel searches
269   - Items whose evaluation has not begun when a new optimum is found are not evaluated (only possible in TBB search)   - Items whose evaluation has not begun when a new optimum is found are not evaluated (only possible in TBB search)
270   */   */

Legend:
Removed from v.15  
changed lines
  Added in v.16

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge