[OMPI users] Does openMPI allows a 32-bit binary on 32-bit machine to communicate with a 64-bit binary on a 64-bit machine??

2015-12-15 Thread Kamal Hossain
noroute 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

[OMPI users] Different output ubuntu /mac

2014-04-14 Thread Kamal
Hi, I have a code which uses both mpicc and mpif90. The code is to read a file from the directory, It works properly on my desktop (ubuntu) but when I run the same code on my Macbook I get fopen failure errno : 2 ( file does not exist ) Could some one please tell me what might be the proble

Re: [OMPI users] Open Mpi execution error

2014-04-07 Thread Kamal Selvam
es in your .bashrc file. > > export PATH=/usr/local/mpi_installation/bin:$PATH > export LD_LIBRARY_PATH= > /usr/local/mpi_installation/lib:$LD_LIBRARY_PATH > > best of luck. > > > On Sun, Apr 6, 2014 at 5:45 PM, Kamal wrote: > >> Hi Ralph, >> >> I

Re: [OMPI users] Open Mpi execution error

2014-04-07 Thread Kamal
Hi Ralph, I use OMPI 1.8 for Macbook OS X mavericks. As you said I will create a new directory to install my MPI files. Thanks for your reply, Kamal. On 07/04/2014 17:37, Ralph Castain wrote: What version of OMPI are you attempting to install? Also, using /usr/local as your prefix is a

Re: [OMPI users] Open Mpi execution error

2014-04-07 Thread Kamal
Hi Hamid, So I can uninstall just by typing ' make uninstall ' right ? what does ' make -j2 ' do ? Thanks for your reply, Kamal On 07/04/2014 17:38, Hamid Saeed wrote: Hello, I also had a same problem. but when i re-installed MPI using ./configure --prefix=/usr/

[OMPI users] Open Mpi execution error

2014-04-07 Thread Kamal
Hello Open MPI, I installed open-mpi with ./configure --prefix=/usr/local/ make all make install then I launched my sample code which gave me this error my LD_LIBRARY_PATH=/usr/local/ I have attached the output file with this mail could some one please help me with this . Thanks, Kamal