git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1473 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
0366688e25
commit
378fd7bb5e
1 changed files with 2 additions and 2 deletions
|
|
@ -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++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue