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 added

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

2012-04-05 Thread toufik hadjazi
PM, toufik hadjazi wrote: 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 ha

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

2012-04-05 Thread toufik hadjazi
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 record, i have installed openmpi from an executab

[OMPI users] mpi_publish/lookup scope

2012-04-05 Thread toufik hadjazi
Hi, does openmpi supports mpi_publish/lookup name throw different applications (i mean applications run by more than one mpirun). and thanks,Toufik

[OMPI users] mpi_publish/lookup scope

2012-04-06 Thread toufik hadjazi
Hi, does openmpi supports mpi_publish/lookup name throw different applications (i mean applications run by more than one mpirun)? knwoing that the OS is windows 7. thanks, Toufik ___ users mailing list u

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

2012-04-10 Thread toufik hadjazi
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-1.5.4\orte\mca\ess\hnp\ess_hnp_module.c at line 215 -

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

2012-04-10 Thread toufik hadjazi
Hi, even when i try to run : ompi_clean.exe or any other commande in the commande line with a supervisor account it fails and gives me the same error message. best regards,Toufik From: h_touf...@hotmail.fr To: f...@hlrs.de; us...@open-mpi.org List-Post: users@lists.open-mpi.org Date: Tue, 10 Ap

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

2012-04-16 Thread toufik hadjazi
? Regards, Shiqing On 2012-04-10 7:43 PM, toufik hadjazi wrote: Hi, even when i try to run : ompi_clean.exe or any other commande in the commande line with a supervisor account it fails and gives me the

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

2012-04-17 Thread toufik hadjazi
? Run "set" command to make sure there is no CCP_* env variable any more. That should solve the problem. Regards, Shiqing On 2012-04-16 3:07 PM, toufik hadjazi wrote: Hi Jayesh, I am working on a 3

[OMPI users] scope of MPI_publish/Lookup_name of openmpi on windows 7

2012-04-17 Thread toufik hadjazi
Hi, does openmpi (installed on windows 7) support name publication throw different jobs? if yes, how to make two different jobs communicate using the name of the server ? best regards,Toufik.

[OMPI users] How to make a connection uninterruptible

2012-09-17 Thread toufik hadjazi
Hi Guys, I'm working on a client/server application on windows 7, where both the client and the server have a multithreaded architecture, more precisely, three threads per application, the first for receiving messages, the 2nd for analysing them and processing and the 3rd for sending answers.