git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1473 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
wcancino 2009-03-04 14:50:28 +00:00
commit 378fd7bb5e

View file

@ -26,7 +26,7 @@
#include <eoCountedFileMonitor.h>
#include <eoSingleFileCountedStateSaver.h>
#include <vectorSortIndex.h>
#include <omp.h>
#include <utils.h>
#include <apply.h>
@ -76,7 +76,7 @@ int main(int argc, char *argv[])
gettimeofday(&tempo1, NULL);
//cout << " Number of processors available:" << omp_get_num_procs() << " MAX Number of threads " << omp_get_max_threads() << endl;
cout << " Number of processors available:" << omp_get_num_procs() << " MAX Number of threads " << omp_get_max_threads() << endl;
for(int i=0; i < population.size(); i++)
{