Re: [OMPI users] Install openmpi.2.0.2 with certain option

2017-04-04 Thread Gilles Gouaillardet
Note that might not be enough if hwloc detects nvml. unfortunatly, there are only workarounds available for this : 1) edit opal/mca/hwloc/hwloc*/configure.m4 and add enable_nvml=no for example after enable_xml=yes note you need recent autotools, and re-run autogen.pl --force 2) build Open

Re: [OMPI users] Install openmpi.2.0.2 with certain option

2017-04-04 Thread r...@open-mpi.org
--without-cuda --without-slurm should do the trick > On Apr 4, 2017, at 4:49 AM, Andrey Shtyrov via users > wrote: > > Dear openmpi communite, > > I am need to install openmpi.2.0.2 on sistem with slurm, and cuda, without > support it. > > I have tried write

Re: [OMPI users] Compiler error with PGI: pgcc-Error-Unknown switch: -pthread

2017-04-04 Thread Prentice Bisbal
Matt, Thank you so much! I think you might have cracked the case for me. Yes, I'm on Linux, and I just looked up siterc and userrc files in the PGI userguide. I think I'm going to start with a userrc file, since I prefer to minimize customization as much as possible, and to test without

[OMPI users] Install openmpi.2.0.2 with certain option

2017-04-04 Thread Andrey Shtyrov via users
Dear openmpi communite, I am need to install openmpi.2.0.2 on sistem with slurm, and cuda, without support it. I have tried write ".configure  ... (--without-cuda or  --enable-mca-no-build=cuda)" but it havent solve my proble. What about switching off support of slurm, i dont know what