[OMPI users] ompi-restart failed && ompi-migrate

2012-04-10 Thread kidd
Hello !  I had some  problems . This is My environment    BLCR= 0.8.4   , openMPI= 1.5.5  , OS= ubuntu 11.04    I have 2 Node : cuda05(Master ,it have NFS  file system)  , cuda07(slave ,mount Master)    I had also set  ~/.openmpi/mca-params.conf-> crs_base_snapshot_dir=/root/kidd_openMPI/

Re: [OMPI users] sge tight intregration leads to bad allocation

2012-04-10 Thread Ralph Castain
Hi Reuti Can you replicate this problem on your machine? Can you try it with 1.5? Afraid I don't have a way to replicate it, and as I said, wouldn't fix it for the 1.4 series anyway. I'm not seeing this problem elsewhere, but I don't generally get an allocation that varies across nodes. Ralph

Re: [OMPI users] sge tight intregration leads to bad allocation

2012-04-10 Thread Reuti
Am 10.04.2012 um 16:55 schrieb Eloi Gaudry: > Hi Ralf, > > I haven't tried any of the 1.5 series yet (we have chosen not to use the > features releases) but if this is mandatory for you to work on this topic, I > will. > > This might be of interest to Reuti and you : it seems that we cannot >

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-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] sge tight intregration leads to bad allocation

2012-04-10 Thread Eloi Gaudry
> This might be of interest to Reuti and you : it seems that we cannot > reproduce the problem anymore if we don't provide the "-np N" option on the > orterun command line. Of course, we need to launch a few other runs to be > really sure because the allocation error was not always observable. A

Re: [OMPI users] sge tight intregration leads to bad allocation

2012-04-10 Thread Ralph Castain
On Apr 10, 2012, at 8:55 AM, Eloi Gaudry wrote: > Hi Ralf, > > I haven't tried any of the 1.5 series yet (we have chosen not to use the > features releases) but if this is mandatory for you to work on this topic, I > will. Not mandatory, no - however, the 1.4 series has been closed out, so an

Re: [OMPI users] sge tight intregration leads to bad allocation

2012-04-10 Thread Eloi Gaudry
Hi Ralf, I haven't tried any of the 1.5 series yet (we have chosen not to use the features releases) but if this is mandatory for you to work on this topic, I will. This might be of interest to Reuti and you : it seems that we cannot reproduce the problem anymore if we don't provide the "-np N

Re: [OMPI users] sge tight intregration leads to bad allocation

2012-04-10 Thread Ralph Castain
Could well be a bug in OMPI - I can take a look, though it may be awhile before I get to it. Have you tried one of the 1.5 series releases? On Apr 10, 2012, at 3:42 AM, Eloi Gaudry wrote: > Thx. This is the allocation which is also confirmed by the Open MPI output. > [eg: ] exactly, but not the

Re: [OMPI users] sge tight intregration leads to bad allocation

2012-04-10 Thread Eloi Gaudry
Thx. This is the allocation which is also confirmed by the Open MPI output. [eg: ] exactly, but not the one used afterwards by openmpi - The application was compiled with the same version of Open MPI? [eg: ] yes, version 1.4.4 for all - Does the application start something on its own besides the

Re: [OMPI users] Myid changes to 0 after using a mpi_recv

2012-04-10 Thread Shiqing Fan
Hi Amorgan, It seems that you were compile the program under Cygwin, which caused the problem. The released installers are only for using under pure Windows, not for using under Cygwin or MinGW. Could you try compile the program with Inter Fortran compiler, and run under a windows command pr