[OMPI users] resolving warnings about OpenFabrics not being found

2016-07-14 Thread David A. Schneider
I am getting warnings that OpenFabrics is disabled on one of our queues, but not the other. Does anyone know how to check if the OpenFabrics packages are installed? I'd like to verify if they are installed, and if not ping our IT group. best, David

Re: [OMPI users] how to build with memchecker using valgrind, preferable linux distro install of valgrind?

2016-07-14 Thread David A. Schneider
Thanks! I built against a locally built valgrind and ran valgrind on a mpi program, there's a lot of noise, but hopefully it will be useful to mpi developers here. Related to building a mpi debug package, is there a simple example of using vampirtrace? I've * found documentation on running

Re: [OMPI users] how to build with memchecker using valgrind, preferable linux distro install of valgrind?

2016-07-14 Thread Jeff Squyres (jsquyres)
The key is that you need to specify --with-valgrind=valgrind_install_dir -- not the path to the valgrind executable. Additionally, there's a valgrind.h that you'll need to have in that tree. E.g., if you specify --with-valgrind=/opt/valgrind, then it expects to find

Re: [OMPI users] how to build with memchecker using valgrind, preferable linux distro install of valgrind?

2016-07-14 Thread Gus Correa
Maybe just --with-valgrind or --with-valgrind=/usr would work? On 07/14/2016 11:32 AM, David A. Schneider wrote: I thought it would be a good idea to build a debugging version of openmpi 1.10.3. Following the instructions in the FAQ:

[OMPI users] how to build with memchecker using valgrind, preferable linux distro install of valgrind?

2016-07-14 Thread David A. Schneider
I thought it would be a good idea to build a debugging version of openmpi 1.10.3. Following the instructions in the FAQ: https://www.open-mpi.org/faq/?category=debugging#memchecker_how

Re: [OMPI users] Ssh launch code

2016-07-14 Thread Justin Cinkelj
Fork call location: https://github.com/open-mpi/ompi-release/blob/v2.x/orte/mca/plm/rsh/plm_rsh_module.c#L911-921 BR Justin On 07/14/2016 03:12 PM, larkym wrote: Where in the code does the tree based launch via ssh occur in open-mpi? I have read a few articles, but would like to understand it

Re: [OMPI users] openmpi 1.10.2 and PGI 15.9

2016-07-14 Thread Gilles Gouaillardet
You can also simply copy slurm (omitting the .la) into an other directory, remove the .la, and pass this directory to Open MPI an other option is to compile slurm with PGI compilers, so your *.la should work fine. You might be luckier by rebuilding slurm with gnu compilers and

Re: [OMPI users] openmpi 1.10.2 and PGI 15.9

2016-07-14 Thread Åke Sandgren
No, you have to manually edit those two .la files by hand after installation. It's basically a libtool problem. It generates the .la file with an option that PGI dsoesn't understand. On 07/14/2016 04:06 PM, Michael Di Domenico wrote: > On Mon, Jul 11, 2016 at 9:52 AM, Åke Sandgren

Re: [OMPI users] openmpi 1.10.2 and PGI 15.9

2016-07-14 Thread Michael Di Domenico
On Mon, Jul 11, 2016 at 9:52 AM, Åke Sandgren wrote: > Looks like you are compiling with slurm support. > > If so, you need to remove the "-pthread" from libslurm.la and libpmi.la i don't see a configure option in slurm to disable pthreads, so i'm not sure this is

Re: [OMPI users] openmpi 1.10.2 and PGI 15.9

2016-07-14 Thread Michael Di Domenico
On Thu, Jul 14, 2016 at 9:47 AM, Michael Di Domenico wrote: > Have 1.10.3 unpacked, ran through the configure using the same command > line options as 1.10.2 > > but it fails even earlier in the make process at > > Entering openmpi-1.10.3/opal/asm > CPPAS atomic-asm.lo >

Re: [OMPI users] openmpi 1.10.2 and PGI 15.9

2016-07-14 Thread Michael Di Domenico
Have 1.10.3 unpacked, ran through the configure using the same command line options as 1.10.2 but it fails even earlier in the make process at Entering openmpi-1.10.3/opal/asm CPPAS atomic-asm.lo This licensed Software was made available from Nvidia Corportation under a time-limited beta license

[OMPI users] Ssh launch code

2016-07-14 Thread larkym
Where in the code does the tree based launch via ssh occur in open-mpi? I have read a few articles, but would like to understand it more, specifically the code that does it. Thanks Sent from my Verizon, Samsung Galaxy smartphone