New question #102123 on DOLFIN: https://answers.launchpad.net/dolfin/+question/102123
I have recently installed dolfin 0.9.7 woth Dorsal. After solving some CGAL business (thanks Harish) I now bump into MPI issues. Anyone that recognize this? >>> from dolfin import * [Aron-Wahlbergs-MacBook-Pro.loca:63225] [NO-NAME] ORTE_ERROR_LOG: Unknown error: -127 in file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_openmpi/work/openmpi-1.4.1/orte/mca/ess/singleton/ess_singleton_module.c at line 269 [Aron-Wahlbergs-MacBook-Pro.loca:63225] [NO-NAME] ORTE_ERROR_LOG: Unknown error: -127 in file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_openmpi/work/openmpi-1.4.1/orte/mca/ess/singleton/ess_singleton_module.c at line 143 [Aron-Wahlbergs-MacBook-Pro.local:63225] [[INVALID],INVALID] ORTE_ERROR_LOG: A system-required executable either could not be found or was not executable by this user in file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_openmpi/work/openmpi-1.4.1/orte/runtime/orte_init.c at line 132 -------------------------------------------------------------------------- It looks like orte_init failed for some reason; your parallel process is likely to abort. There are many reasons that a parallel process can fail during orte_init; some of which are due to configuration or environment problems. This failure appears to be an internal failure; here's some additional information (which may only be relevant to an Open MPI developer): orte_ess_set_name failed --> Returned value A system-required executable either could not be found or was not executable by this user (-127) instead of ORTE_SUCCESS -------------------------------------------------------------------------- -------------------------------------------------------------------------- It looks like MPI_INIT failed for some reason; your parallel process is likely to abort. There are many reasons that a parallel process can fail during MPI_INIT; some of which are due to configuration or environment problems. This failure appears to be an internal failure; here's some additional information (which may only be relevant to an Open MPI developer): ompi_mpi_init: orte_init failed --> Returned "A system-required executable either could not be found or was not executable by this user" (-127) instead of "Success" (0) -------------------------------------------------------------------------- *** An error occurred in MPI_Init *** before MPI was initialized *** MPI_ERRORS_ARE_FATAL (your MPI job will now abort) [Aron-Wahlbergs-MacBook-Pro.local:63225] Abort before MPI_INIT completed successfully; not able to guarantee that all other processes were killed! -- You received this question notification because you are a member of DOLFIN Team, which is an answer contact for DOLFIN. _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

