Hi All,
I compiled OpenMPI in windows server 2003 through Cygwin and also through CMake and Visual Studio. In both the method I successfully complied
in cygwin I configured with following command
./configure --enable-mca-no-build=timer-windows,memory_mallopt,maffinity,paffinity
without these flags I was getting error.
I got same error while running mpirun.exe/orterun.exe.
Can anyone help me to rectify these errors.
C:\openmpi_sln\debug>orterun.exe -np 2 ipconfig
[8puq2akbo:07476] mca: base: component_find: "mca_paffinity_windows" does
not appear to be a valid paffinity MCA dynamic component (ignored): The specifie
d module could not be found.
--------------------------------------------------------------------------
It looks like opal_init failed for some reason; your parallel process is
likely to abort. There are many reasons that a parallel process can
fail during opal_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):
opal_paffinity_base_select failed
--> Returned value -13 instead of OPAL_SUCCESS
--------------------------------------------------------------------------
[8puq2akbo:07476] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file ..
\..\Linpack\Source\orte\runtime\orte_init.c at line 79
[8puq2akbo:07476] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file ..
\..\..\..\Linpack\Source\orte\tools\orterun\orterun.c at line 570
Thanks,
Basant