Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio

2012-04-17 Thread toufik hadjazi
: Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio Hi Toufik, That might explain something. Open MPI detects that you have CCP installed on your system, which actually doesn't work. Could you please check if CCP has been removed completely? Run

Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio

2012-04-16 Thread Shiqing Fan
- Date: Mon, 16 Apr 2012 10:47:43 +0200 From: f...@hlrs.de To: us...@open-mpi.org CC: h_touf...@hotmail.fr Subject: Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio Hi Toufik, Do you have a HPC pack or CCP installed on your windows 7? It seems that Open MPI is trying

Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio

2012-04-16 Thread Shiqing Fan
Hi Jeff, They are definitions for enabling dllexport/import declarations on Windows, and they existed since the initial version for Cygwin. Normally these definitions are hidden via mpicc command wrapper, but on Windows, when user tries to compile a project in Visual Studio, they have to be

Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio

2012-04-16 Thread Jeffrey Squyres
On Apr 16, 2012, at 1:54 PM, Shiqing Fan wrote: > They are definitions for enable dllexport/import declarations on Windows, and > they existed since the initial version for Cygwin. Normally these definitions > are hidden via mpicc command wrapper, but on Windows, when user tries to > compile a

Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio

2012-04-16 Thread Jeffrey Squyres
Shiqing -- What are these defines? Shouldn't they be invisible when compiling MPI applications? On Apr 9, 2012, at 4:13 PM, Shiqing Fan wrote: > Hi Greg, > > Glad to hear that it works for you. > > And yes, these definitions are necessary for compiling any MPI application on > Windows. >

Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio

2012-04-16 Thread toufik hadjazi
: Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio Hi Toufik, Do you have a HPC pack or CCP installed on your windows 7? It seems that Open MPI is trying to use ccp to allocate resources. Is your windows 7 64 bit or 32 bit

Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio

2012-04-16 Thread Shiqing Fan
:23 + Subject: Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio Hi, still not working for me :( (PS: it compiles well without any error but it fails in the execution). the error message is : [Toufik-PC:05628] [[21037,0],0] ORTE_ERROR_LOG: Error in file ..\..\..\openmpi

Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio

2012-04-10 Thread toufik hadjazi
Apr 2012 17:34:23 + Subject: Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio Hi, still not working for me :((PS: it compiles well without any error but it fails in the execution).the error message is : [Toufik-PC:05628] [[21037,0],0] ORTE_ERROR_LOG: Error in file

Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio

2012-04-10 Thread toufik hadjazi
: us...@open-mpi.org > CC: greg.bl...@morgansolar.com > Subject: Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio > > Hi Greg, > > Glad to hear that it works for you. > > And yes, these definitions are necessary for compiling any MPI > application

Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio

2012-04-09 Thread Shiqing Fan
Hi Greg, Glad to hear that it works for you. And yes, these definitions are necessary for compiling any MPI application on Windows. Regards, Shiqing On 2012-04-09 6:12 PM, Greg Blair wrote: After we had OpenMPI 1.54 working, we moved to OpenMPI 1.55 without incident. However, neither

Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio

2012-04-09 Thread Greg Blair
After we had OpenMPI 1.54 working, we moved to OpenMPI 1.55 without incident. However, neither 1.54 nor 1.55 would link any reference to comm_world generated from C or C++ until we defined the following three compiler defines 1. OMPI_IMPORTS 2. OPAL_IMPORTS 3. ORTE_IMPORTS (drill down

Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio

2012-04-09 Thread Greg Blair
After we had OpenMPI 1.54 working, we moved to OpenMPI 1.55 without incident. However, neither 1.54 nor 1.55 would link any reference to comm_world from C or C++ until we defined the following three compile defines

Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio

2012-04-05 Thread toufik hadjazi
To: us...@open-mpi.org CC: h_touf...@hotmail.fr Subject: Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio Hi Toufik, Could you please try the 1.5.5 installer? http://www.open-mpi.org/software/ompi/v1.5/downloads/OpenMPI_v1.5.5-1_win32.exe

Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio

2012-04-05 Thread toufik hadjazi
Hi Shiqing, About that new version, I tried it but i still get the same error message. maybe it is a problem pf windows. Best regards,Toufik Date: Wed, 4 Apr 2012 15:22:14 +0200 From: f...@hlrs.de To: us...@open-mpi.org CC: h_touf...@hotmail.fr Subject: Re: [OMPI users] configuration of openmpi

Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio

2012-04-04 Thread Shiqing Fan
Hi Toufik, Could you please try the 1.5.5 installer? http://www.open-mpi.org/software/ompi/v1.5/downloads/OpenMPI_v1.5.5-1_win32.exe Please let me know if it works for you. Thanks. Shiqing On 2012-04-02 8:02 PM, toufik hadjazi wrote: Hi Shiqing, i haven't yet find a solution and for the

Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio

2012-04-02 Thread toufik hadjazi
Hi Shiqing, i haven't yet find a solution and for the record, i have installed openmpi from an executable on windows 7(i don't know if i mentioned that before). at first, i had an error message while compiling the hello world application : unresolved link or something like that, then i

Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio

2012-03-23 Thread Shiqing Fan
Hi Toufik Sorry for answering late. Have you found a solution for this problem? Could you please provide me some information of your CMake configuration and an output of ompi_info? This might be helpful for me to know what is wrong. Regards, Shiqing On 2012-03-19 11:57 AM, Toufik wrote: Hi

[OMPI users] configuration of openmpi-1.5.4 with visual studio

2012-03-19 Thread Toufik
Hi everybody, I'm trying lately to configure openmpi with visual studio 2010, i did all the linking staff but i keep getting this message : [Toufik-PC:05628] [[21037,0],0] ORTE_ERROR_LOG: Error in file ..\..\..\openmpi-1.5.4\orte\mca\ess\hnp\ess_hnp_module.c at line 215