Test peo modified

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@910 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
canape 2008-01-30 10:31:24 +00:00
commit b87149ea75
11 changed files with 217 additions and 215 deletions

View file

@ -1,13 +1,10 @@
#include <peo.h>
void EAParaEval ()
{
char *tmp="mpiexec -n 4 ./t-EAParaEval @param ";
system(tmp);
}
int main (int __argc, char *__argv[])
{
EAParaEval();
system("mpdboot");
system("mpiexec -n 4 ./t-ParallelEval @param ");
system("mpiexec -n 4 ./t-ParallelTransform @param ");
system("mpiexec -n 4 ./t-MultiStart @param ");
system("mpdallexit");
}