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

2016-10-25 Thread Jack Stalnaker
rom 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 from linking to CUDA on linux? I've tried these > options: > > ./confi

[OMPI users] prevent vampirTrace from linking to CUDA

2016-10-25 Thread Jack Stalnaker
How do I prevent the build from linking to CUDA on linux? I've tried these options: ./configure --with-cuda=no --with-contrib-vt-flags='--with-cuda=no' but to no avail. Every time, I have a link to libcudart and a link to libcupti in the vt libs. Specifically, ldd shows a link in: libvt-mt.so li

Re: [OMPI users] Build failure on scientific linux 5.4

2014-05-15 Thread Jack Stalnaker
t just after the "-std=gnu99" option) and the > compilation errors went away." > > > > On May 14, 2014, at 2:17 PM, Jack Stalnaker > wrote: > > I am having the same compile time failure mentioned on the devel group > here: > > http://www.open-mpi.org

[OMPI users] Build failure on scientific linux 5.4

2014-05-14 Thread Jack Stalnaker
I am having the same compile time failure mentioned on the devel group here: http://www.open-mpi.org/community/lists/devel/2014/02/14221.php In short, the compilation of romio fails with errors about redefinition of lstat64, I am attaching the requested configuration and make outputs. Can anyone