Re: [OMPI users] prevent vampirTrace from linking to CUDA

2016-10-25 Thread Susan Calef
Sent from BlueMail On Oct 25, 2016, 6:16 PM, at 6:16 PM, Jack Stalnaker wrote: >Thanks, that worked perfectly. > >On Tue, Oct 25, 2016 at 10:24 AM, Gilles Gouaillardet < >gilles.gouaillar...@gmail.com> wrote: > >> Jack, >> >> It looks like a bug in vt configury >> >> If you do not need vt, t

Re: [OMPI users] prevent vampirTrace from linking to CUDA

2016-10-25 Thread Jack Stalnaker
Thanks, that worked perfectly. On Tue, Oct 25, 2016 at 10:24 AM, Gilles Gouaillardet < gilles.gouaillar...@gmail.com> wrote: > Jack, > > It looks like a bug in vt configury > > If you do not need vt, then you can configure with --disable-vt > (Fwiw, vt has been removed from Open MPI 2.0) > > If y

Re: [OMPI users] prevent vampirTrace from linking to CUDA

2016-10-25 Thread Gilles Gouaillardet
Jack, It looks like a bug in vt configury If you do not need vt, then you can configure with --disable-vt (Fwiw, vt has been removed from Open MPI 2.0) If you need vt, you might be lucky with export with_cuda=no configure ... Cheers, Gilles Jack Stalnaker wrote: >How do I prevent the build f