[OMPI users] Exit code 65

2018-08-03 Thread William Lasher
Hi: I am running an application (OpenFOAM) with 20 processors using Ubuntu 16.04 and occasionally mpirun exits with an exit code of 65. I looked at the documentation and it says: MPI_T_ERR_PVAR_NO_STARTSTOP 65 Variable cannot be started or stopped. The m

Re: [OMPI users] openMPI and ifort debuggin flags, is it possible?

2018-08-03 Thread Gilles Gouaillardet
Diego, Yes, that would be clearly an issue. Cheers, Gilles On Friday, August 3, 2018, Diego Avesani wrote: > Dear Gilles, dear all, > > I do not remember. > I use -r8 when I compile. > > What do you think? > It could be a problem? > > > Thanks a lot > > Diego > > > On 27 July 2018 at 16:05, G

Re: [OMPI users] local communicator and crash of the code

2018-08-03 Thread Nathan Hjelm via users
If your are trying to create a communicator containing all node local processes then use MPI_Comm_split_type. > On Aug 3, 2018, at 12:24 PM, Diego Avesani wrote: > > Deal all, > probably I have found the error. > Let's me check. Probably I have not properly set-up colors. > > Thanks a lot, >

Re: [OMPI users] local communicator and crash of the code

2018-08-03 Thread Diego Avesani
Deal all, probably I have found the error. Let's me check. Probably I have not properly set-up colors. Thanks a lot, I hope that you have not lost too much time for me, I will let you know If that was the problem. Thanks again Diego On 3 August 2018 at 19:57, Diego Avesani wrote: > Dear R, D

Re: [OMPI users] local communicator and crash of the code

2018-08-03 Thread Diego Avesani
Dear R, Dear all, I do not know. I have isolated the issues. It seem that I have some problem with: CALL MPI_COMM_SPLIT(MPI_COMM_WORLD,colorl,MPIworld%rank,MPI_LOCAL_COMM,MPIworld%iErr) CALL MPI_COMM_RANK(MPI_LOCAL_COMM, MPIlocal%rank,MPIlocal%iErr) CALL MPI_COMM_SIZE(MPI_LOCAL_COMM, MPIloca

Re: [OMPI users] local communicator and crash of the code

2018-08-03 Thread Ralph H Castain
Those two command lines look exactly the same to me - what am I missing? > On Aug 3, 2018, at 10:23 AM, Diego Avesani wrote: > > Dear all, > > I am experiencing a strange error. > > In my code I use three group communications: > MPI_COMM_WORLD > MPI_MASTERS_COMM > LOCAL_COMM > > which have i

[OMPI users] local communicator and crash of the code

2018-08-03 Thread Diego Avesani
Dear all, I am experiencing a strange error. In my code I use three group communications: MPI_COMM_WORLD MPI_MASTERS_COMM LOCAL_COMM which have in common some CPUs. when I run my code as mpirun -np 4 --oversubscribe ./MPIHyperStrem I have no problem, while when I run it as mpirun -np 4 --ov

Re: [OMPI users] openMPI and ifort debuggin flags, is it possible?

2018-08-03 Thread Diego Avesani
Dear Gilles, dear all, I do not remember. I use -r8 when I compile. What do you think? It could be a problem? Thanks a lot Diego On 27 July 2018 at 16:05, Gilles Gouaillardet wrote: > Diego, > > Did you build OpenMPI with FCFLAGS=-r8 ? > > Cheers, > > Gilles > > > On Friday, July 27, 2018,

Re: [OMPI users] Settings oversubscribe as default?

2018-08-03 Thread Ralph H Castain
The equivalent MCA param is rmaps_base_oversubscribe=1. You can add OMPI_MCA_rmaps_base_oversubscribe to your environ, or set rmaps_base_oversubscribe in your default MCA param file. > On Aug 3, 2018, at 1:24 AM, Florian Lindner wrote: > > Hello, > > I can use --oversubscribe to enable overs

Re: [OMPI users] Comm_connect: Data unpack would read past end of buffer

2018-08-03 Thread Ralph H Castain
The buffer being overrun isn’t anything to do with you - it’s an internal buffer used as part of creating the connections. It indicates a problem in OMPI. The 1.10 series is out of the support window, but if you want to stick with it you should at least update to the last release in that series

[OMPI users] Comm_connect: Data unpack would read past end of buffer

2018-08-03 Thread Florian Lindner
Hello, I have this piece of code: MPI_Comm icomm; INFO << "Accepting connection on " << portName; MPI_Comm_accept(portName.c_str(), MPI_INFO_NULL, 0, MPI_COMM_SELF, &icomm); and sometimes (like in 1 of 5 runs), I get: [helium:33883] [[32673,1],0] ORTE_ERROR_LOG: Data unpack would read past end

[OMPI users] Settings oversubscribe as default?

2018-08-03 Thread Florian Lindner
Hello, I can use --oversubscribe to enable oversubscribing. What is OpenMPI way to set this as a default, e.g. through a config file option or an environment variable? Thanks, Florian ___ users mailing list users@lists.open-mpi.org https://lists.open-m