*FIXED*
Code:
:~/pyrit_svn/cpyrit_calpp# python setup.py build install
unavailable enviroment variable ATISTREAMSDKROOT
Traceback (most recent call last):
File "setup.py", line 35, in <module>
CALPP_INC_DIR = os.environ['ATISTREAMSDKROOT']
File "/usr/lib/python2.6/UserDict.py", line 22, in __getitem__
raise KeyError(key)
KeyError: 'ATISTREAMSDKROOT'
For people who are getting this error, do the following:
kwrite /root/pyrit_svn/cpyrit_calpp/setup.py
edit line
Code:
CALPP_INC_DIRS.append(os.path.join(CALPP_INC_DIR, 'include'))
to
Code:
CALPP_INC_DIRS.append(os.path.join(CALPP_INC_DIR, 'include/CAL'))
you should get a bunch of warnings but thats ok. after its done, run pyrit list_cores > pyrit benchmark
=========
*EDIT*
I search everywhere, couldn't find answer.
How do you uninstall or may I say go back to using your cpu's as in disabling the gpu. I don't necessarily want to uninstall everything I just installed to get this to work, I just want to go back using both of my cpu's because, I were getting better PMK's vs my 4200 ATI Raedion+1 CPU.