nojhan / paradiseo

An evolutionary computation framework to (automatically) build fast parallel stochastic optimization solvers
https://nojhan.github.io/paradiseo/
Other
92 stars 33 forks source link

Eompi: failed tests #34

Open AdeleH opened 9 years ago

AdeleH commented 9 years ago

Well, I'm having some troubles when executing eompi tests with ctest command. Here the exceptions I've got :

      Start 42: t-mpi-parallelApply
42/45 Test #42: t-mpi-parallelApply ..............***Exception: Other  0.04 sec
      Start 43: t-mpi-wrapper
43/45 Test #43: t-mpi-wrapper ....................***Exception: Numerical  0.02 sec
      Start 44: t-mpi-multipleRoles
44/45 Test #44: t-mpi-multipleRoles ..............***Exception: Other  0.04 sec
      Start 45: t-mpi-distrib-exp
45/45 Test #45: t-mpi-distrib-exp ................***Exception: Other  0.03 sec

The following tests FAILED:
     42 - t-mpi-parallelApply (OTHER_FAULT)
     43 - t-mpi-wrapper (NUMERICAL)
     44 - t-mpi-multipleRoles (OTHER_FAULT)
     45 - t-mpi-distrib-exp (OTHER_FAULT)
Errors while running CTest

Plus, t-mpi-eval and t-mpi-multistart never end.