Ticket #536 (new support)
Opened 14 months ago
packaging mpi4py application
| Reported by: | amineghozlane@… | Owned by: | matysek |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | PyInstaller | Version: | 1.5.1 |
| Severity: | normal | Keywords: | mpi4py |
| Cc: |
Description
Hello I'm trying to package a mpi4py application with GCC 4.3.2, openmpi 1.5.4 and mpi4py 1.3. I use pyinstaller 1.5.1 with option -F to get one file only. Everything seems fine on the computer where I've packaged it. But when I try to run the program on a different computer, I get this : ./iRNA_stat [leonidas.site:12290] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file runtime/orte_init.c at line 121
Sorry! You were supposed to get help about:
orte_init:startup:internal-failure
But I couldn't open the help file:
/opt/cluster/mpi/openmpi/1.5.4/gcc/4.3.2/share/openmpi/help-orte-runtime: Aucun fichier ou dossier de ce type. Sorry!
Sorry! You were supposed to get help about:
mpi_init:startup:internal-failure
But I couldn't open the help file:
/opt/cluster/mpi/openmpi/1.5.4/gcc/4.3.2/share/openmpi/help-mpi-runtime: Aucun fichier ou dossier de ce type. Sorry!
I've tried different version of openmpi with no success :-\
