peo node.cpp: obsolete code

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2531 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
canape 2011-11-09 17:10:22 +00:00
commit 3ea5833715

View file

@ -82,9 +82,6 @@ class MPIThreadedEnv
MPI_Init_thread (__argc, __argv, MPI_THREAD_FUNNELED, & provided);
assert (provided == MPI_THREAD_FUNNELED); /* The MPI implementation must be multi-threaded.
Yet, only one thread performs the comm.
operations */
MPIThreadedEnvInitialized = true;
}
}