Re: [OMPI users] False positive from valgrind in sec_basic.c

2014-05-21 Thread Ralph Castain
Wow, that is hilarious. I see no problem with adding the extra characters :-) Scheduled it for 1.8.2 (copied you on ticket) On May 21, 2014, at 3:29 PM, W Spector wrote: > Hi, > > When running under valgrind, I get warnings from each MPI process at MPI_Init > time. The

[OMPI users] False positive from valgrind in sec_basic.c

2014-05-21 Thread W Spector
Hi, When running under valgrind, I get warnings from each MPI process at MPI_Init time. The warnings come from function sec_basic.c at lines 70 and 71 (openmpi v1.8.1): my_cred.credential = strdup("12345"); my_cred.size = strlen(my_cred.credential)+1; // include

Re: [MTT users] Username

2014-05-21 Thread Jeff Squyres (jsquyres)
We handled this in IM. Nvidia is all setup. On May 21, 2014, at 3:11 PM, Rolf vandeVaart wrote: > Can I get a username/password for submitting mtt results? > > username=nvidia > --- > This

Re: [OMPI users] openmpi configuration error?

2014-05-21 Thread Ben Lash
I know why it quite - M3EXIT was called - but thanks for looking. On Wed, May 21, 2014 at 4:02 PM, Gus Correa wrote: > Hi Ben > > One of the ranks (52) called MPI_Abort. > This may be a bug in the code, or a problem with the setup > (e.g. a missing or incorrect input

Re: [OMPI users] openmpi configuration error?

2014-05-21 Thread Gus Correa
Hi Ben One of the ranks (52) called MPI_Abort. This may be a bug in the code, or a problem with the setup (e.g. a missing or incorrect input file). For instance, the CCTM Wiki says: "AERO6 expects emissions inputs for 13 new PM species. CCTM will crash if any emitted PM species is not included

Re: [OMPI users] openmpi configuration error?

2014-05-21 Thread Ben Lash
I used a different build of netcdf 4.1.3, and the code seems to run now. I have a totally different, non-mpi related error in part of it, but there's no way for the list to help, I mostly just wanted to report that this particular problem seems to be solved for the record. It doesn't seem to fail

[MTT users] Username

2014-05-21 Thread Rolf vandeVaart
Can I get a username/password for submitting mtt results? username=nvidia --- This email message is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review,

Re: [OMPI users] openmpi configuration error?

2014-05-21 Thread Gus Correa
Hi Ben My guess is that your sys admins may have built NetCDF with parallel support, pnetcdf, and the latter with OpenMPI, which could explain the dependency. Ideally, they should have built it again with the latest default OpenMPI (1.6.5?) Check if there is a NetCDF module that either

Re: [OMPI users] openmpi configuration error?

2014-05-21 Thread Ben Lash
Yep, there is is. [bl10@login2 USlogsminus10]$ module show netcdf/4.1.3 --- /opt/apps/modulefiles/netcdf/4.1.3: module load openmpi/1.4.4-intel prepend-path PATH

Re: [OMPI users] openmpi configuration error?

2014-05-21 Thread Douglas L Reeder
Ben, The netcdf/4.1.3 module maybe loading the openmpi/1.4.4 module. Can you do module show the netcdf module file to to see if there is a module load openmpi command. Doug Reeder On May 21, 2014, at 12:23 PM, Ben Lash wrote: > I just wanted to follow up for anyone else who

Re: [OMPI users] openmpi configuration error?

2014-05-21 Thread Ben Lash
I just wanted to follow up for anyone else who got a similar problem - module load netcdf/4.1.3 *also* loaded openmpi/1.4.4. Don't ask me why. My code doesn't seem to fail as gracefully but otherwise works now. Thanks. On Sat, May 17, 2014 at 6:02 AM, Jeff Squyres (jsquyres)