We've added "lo" back into the list, but I'm curious as to why 127.0.0.1/8
doesn't work.
If you run ipconfig, what does it say for the localhost entry? I.e., what's
its IP address and netmask?
On Sep 9, 2012, at 1:27 PM, Siegmar Gross wrote:
> Hi Shiqing,
>
> I disabled IPv6 in my network a
Hi Shiqing,
I disabled IPv6 in my network adpaters and activated the entry
"127.0.0.1 localhost" in file c:\Windows\System32\drivers\etc\hosts
to overwrite the IPv6 address for localhost in the registry.
"ping localhost" displays the following output.
Ping wird ausgeführt für hermes [127.0.0.1]
Hi Siegmar,
Glad to hear that it's working for you.
The warning message is because the loopback adapter is excluded by
default, but this adapter is actually not installed on Windows.
One solution might be installing the loopback adapter on Windows. It
very easy, only a few minutes.
Or it m
Hi Shiqing,
I have solved the problem with the double quotes in OPENMPI_HOME but
there is still something wrong.
set OPENMPI_HOME="c:\Program Files (x86)\openmpi-1.6.1"
mpicc init_finalize.c
Cannot open configuration file "c:\Program Files
(x86)\openmpi-1.6.1"/share/openmpi\mpicc-wrapper-data.t
Hi Shiqing,
> Could you try set OPENMPI_HOME env var to the root of the Open MPI dir?
> This env is a backup option for the registry.
It solves one problem but there is a new problem now :-((
Without OPENMPI_HOME: Wrong pathname to help files.
D:\...\prog\mpi\small_prog>mpiexec init_finalize.
Hi Shiqing,
> Could you please send the output of ompi_info command under you 64 bit
> env? And could you please also check if you have CCP or HPC pack
> installed? The incorrect configuration of that might cause Open MPI hanging.
I haven't installed Microsoft's Compute Cluster Pack or High Per
Hi Siegmar,
Could you please send the output of ompi_info command under you 64 bit
env? And could you please also check if you have CCP or HPC pack
installed? The incorrect configuration of that might cause Open MPI hanging.
Regards,
Shiqing
On 2012-08-29 12:33 PM, Siegmar Gross wrote:
Hi
Hi Shiqing,
> It seems that the runtime environment is messed up with the different
> versions of Open MPI. I suggest you completely remove all the
> installations and install 1.6.1 again (just build the installation
> project again). It should work without any problem under Cygwin too.
I remo
Hi Siegmar,
It seems that the runtime environment is messed up with the different
versions of Open MPI. I suggest you completely remove all the
installations and install 1.6.1 again (just build the installation
project again). It should work without any problem under Cygwin too.
Shiqing
On
Hi,
thank you very much for your reply. I compiled and installed
openmpi-1.6.1. Unfortunately I cannot compile programs because
"mpicc" uses wrong path names. I have set an environment for
openmpi-1.6.1 as you can see from the following output.
D:\...prog\mpi\small_prog>set | c:\cygwin\bin\grep o
Hi Siegmar,
I didn't have this problem when building the binary release.
But to solve the problem is very easy. You can just open
\openmpi-1.6.1\ompi\mca\osc\rdma\osc_rdma_data_move.c, and go to line 1099, change
"void*" to "void**". This will get rid of the error.
For the warnings, they are
Hi,
I tried to compile openmpi-1.6.1 with CMake-2.8.3 and Visual Studio
2010 on Windows 7. All service packs and patches from Microsoft are
installed.
I changed the following options:
CMAKE_BUILD_TYPE: "Debug" modified to "Release"
CMAKE_INSTALL_PREFIX: modified to "c:/Program Files (x86)/openmp
12 matches
Mail list logo