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/ecosystem.cc
[mareframe] / trunk / gadget / ecosystem.cc Repository:
ViewVC logotype

Diff of /trunk/gadget/ecosystem.cc

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

revision 20, Fri Apr 7 09:20:55 2017 UTC revision 24, Wed Apr 26 09:06:03 2017 UTC
# Line 139  Line 139 
139            time(&starttime);            time(&starttime);
140  #ifdef _OPENMP  #ifdef _OPENMP
141            if (runParallel){            if (runParallel){
142                  //int j, numThr = omp_get_max_threads ( ); //AGT REMOVED                  int j, numThr = omp_get_max_threads ( ); //AGT REMOVED
143                  //DoubleVector v = this->getValues();                  DoubleVector v = this->getValues();
144                  //for (j = 0; j < numThr; j++)                  for (j = 0; j < numThr; j++)
145                  //      EcoSystems[j]->Update(v);                          EcoSystems[j]->Update(v);
146                  if(runParallel==SPECULATIVE)                  if(runParallel==SPECULATIVE)
147                  {                  {
148                          handle.logMessage(LOGINFO, "\nCalling Speculative Optimization");                          handle.logMessage(LOGINFO, "\nCalling Speculative Optimization");

Legend:
Removed from v.20  
changed lines
  Added in v.24

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

Powered By FusionForge