Kamal,

that *could* work (and i am not sure anybody did much testing about that)

as of now, it is required OpenMPI is installed at the same location on all the nodes. i suspect it is installed in /.../ompi-x86 on machine A and /.../ompi-x86_64 on machine B
if i am wrong, a simple workaround (so you can find orted) is to invoke
mpirun with the full path (e.g. /.../ompi/bin/mpirun) instead of just mpirun

you might also need to configure ompi with --enable-heterogeneous

Cheers,

Gilles

On 12/15/2015 11:16 PM, Kamal Hossain wrote:
Hello,

Iam trying to couple two programs running on two different machines using openMPI. Machine A is a 32-bit machine and machine B is a 64-bit machine. So, the configuration is like: *IA32 Machine A with 32-bit binary **+****x64 Machine B with 64-bit binary.*
**
*Does openMPI allow such a communication?*I was able to create 32-bit and 64-bit binaries on both machines using openMPI. I can also run the executables on both machines separately. But, if I want to communicate between two machines, it simply does not work. I receive the below messages:
/bash: orted: command not found/
/--------------------------------------------------------------------------/
/ORTE was unable to reliably start one or more daemons./
/This usually is caused by:/
//
/* not finding the required libraries and/or binaries on/
/one or more nodes. Please check your PATH and LD_LIBRARY_PATH/
/settings, or configure OMPI with --enable-orterun-prefix-by-default/
//
/* lack of authority to execute on one or more specified nodes./
/Please verify your allocation and authorities./
//
/* the inability to write startup files into /tmp (--tmpdir/orte_tmpdir_base)./ /Please check with your sys admin to determine the correct location to use./
//
/*compilation of the orted with dynamic libraries when static are required/
/(e.g., on Cray). Please check your configure cmd line and consider using/
/one of the contrib/platform definitions for your system type./
//
/* an inability to create a connection back to mpirun due to a/
/lack of common network interfaces and/or no route found between/
/them. Please check network connectivity (including firewalls/
/and network routing requirements)./
Thanks a lot in advance.

Regards,
Kamal


------------ Kamal Hossain Home: 0049 (0)9131 9248479 Mob : 0049 (0)179 7005360 ------------ "Never argue with an idiot. They will drag you down to their level"


_______________________________________________
users mailing list
us...@open-mpi.org
Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users
Link to this post: 
http://www.open-mpi.org/community/lists/users/2015/12/28163.php

Reply via email to