ParallelApply can now handle many data at a time.

This commit is contained in:
Benjamin Bouvier 2012-06-25 13:41:48 +02:00
commit f4d8b43f7d
3 changed files with 57 additions and 16 deletions

View file

@ -24,8 +24,9 @@ struct Test
// These tests require at least 3 processes to be launched.
int main(int argc, char** argv)
{
eo::log << eo::setlevel( eo::debug );
bool launchOnlyOne = true;
// eo::log << eo::setlevel( eo::debug );
bool launchOnlyOne = false; // Set this to true if you wanna launch only the first test.
MpiNode::init( argc, argv );
vector<int> v;