Dear Andreas-

First, thank you for an extraordinary and ground breaking effort to
bring CUDA to the masses.

I have an ongoing installation issue closely related to the
problem/solution Paul Rigor generously contributed a few weeks back.
Running FC10 x86_64 with driver 180.51, CUDA 2.2, re-built Boost 1.39
after removing 1.37 (from Paul's instructions of ) and the just
released 0.93RC3.  I can get thru configure.py, manually fix the
siteconf.py file, do a make install and then when running the first
test, test_driver.py, get the error, "ImportError:
/usr/lib64/python2.5/site-packages/pycuda-0.93rc3-py2.5-linux-x86_64.egg/pycuda/_driver.so:
undefined symbol: cuMemHostAlloc".

This was addressed in the post-- Message: 3 Date: Sun, 10 May 2009
16:46:59 -0400 From: Andreas Kl?ckner <li...@informa.tiker.net>
Subject: Re: [PyCuda] Call for Testers: 0.93rc1 --but I am still
somewhat unclear as to how to resolve. As I'm not facile with C code,
hope the list can help.

Here is the modified siteconf.py

BOOST_INC_DIR = ['/usr/local/include/boost-1_39']
BOOST_LIB_DIR = ['/usr/local/lib']
BOOST_COMPILER = 'gcc43'
BOOST_PYTHON_LIBNAME = ['boost_python-mt']
BOOST_THREAD_LIBNAME = ['boost_thread-mt']
CUDA_TRACE = False
CUDA_ENABLE_GL = False
CUDADRV_LIB_DIR = ['/usr/local/cuda/lib']
CUDADRV_LIBNAME = ['cuda']
CXXFLAGS = []
LDFLAGS = []
CUDA_ROOT = '/usr/local/cuda'

I've also tried combinations eliminating the entries for BOOST_INC_DIR
and BOOST_LIB_DIR with no luck.

TIA for any trailheads.

Regards,

V.

-- 
Vince Fulco, CFA, CAIA
612.424.5477 (universal)
vful...@gmail.com

_______________________________________________
PyCuda mailing list
PyCuda@tiker.net
http://tiker.net/mailman/listinfo/pycuda_tiker.net

Reply via email to