use this tool http://www.adsciengineering.com/StartAffinity/
to set the affinity of cgminer to one core. Use quotes on your cgminer cmdline and the id you would set in the taskmanager.
Or is there a way to actually get rid of it yet?
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
.../usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/xmmintrin.h:32:3: error: #error "SSE instruction set not enabled"
In file included from sha256_sse2_i386.c:21:
...
mv -f .deps/cgminer-sha256_sse4_amd64.Tpo .deps/cgminer-sha256_sse4_amd64.Po
gcc -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson -I./lib -I./lib -DHAS_YASM -g -O2 -MT cgminer-sha256_sse2_i386.o -MD -MP -MF .deps/cgminer-sha256_sse2_i386.Tpo -c -o cgminer-sha256_sse2_i386.o `test -f 'sha256_sse2_i386.c' || echo './'`sha256_sse2_i386.c
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/xmmintrin.h:32:3: error: #error "SSE instruction set not enabled"
sha256_sse2_i386.c:25: error: expected ‘)’ before ‘*’ token
sha256_sse2_i386.c:50: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘g_4sha256_k’
sha256_sse2_i386.c:51: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘sha256_consts_m128i’
sha256_sse2_i386.c: In function ‘scanhash_sse2_32’:
sha256_sse2_i386.c:62: error: ‘__m128i’ undeclared (first use in this function)
sha256_sse2_i386.c:62: error: (Each undeclared identifier is reported only once
sha256_sse2_i386.c:62: error: for each function it appears in.)
sha256_sse2_i386.c:62: error: expected ‘;’ before ‘m_4w’
sha256_sse2_i386.c:63: error: expected ‘;’ before ‘m_4hash’
sha256_sse2_i386.c:64: error: expected ‘;’ before ‘m_4hash1’
sha256_sse2_i386.c:65: error: expected ‘;’ before ‘offset’
sha256_sse2_i386.c:72: error: expected specifier-qualifier-list before ‘__m128i’
sha256_sse2_i386.c:80: error: ‘m_4hash’ undeclared (first use in this function)
sha256_sse2_i386.c:84: error: ‘m_4w’ undeclared (first use in this function)
sha256_sse2_i386.c:87: error: ‘m_4hash1’ undeclared (first use in this function)
sha256_sse2_i386.c:90: error: ‘sha256_consts_m128i’ undeclared (first use in this function)
sha256_sse2_i386.c:92: error: ‘offset’ undeclared (first use in this function)
sha256_sse2_i386.c:105: error: ‘union’ has no member named ‘m’
sha256_sse2_i386.c:106: error: ‘union’ has no member named ‘i’
sha256_sse2_i386.c:114: error: ‘union’ has no member named ‘m’
sha256_sse2_i386.c:115: error: ‘union’ has no member named ‘i’
make[2]: *** [cgminer-sha256_sse2_i386.o] Error 1
make[2]: Leaving directory `/blah/cgminer-1.6.0'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/blah/cgminer-1.6.0'
make: *** [all] Error 2
--- cgminer-git/main.c 2011-08-26 10:18:44.314759040 +0200
+++ cgminer_build/main.c 2011-08-26 16:31:27.905487304 +0200
@@ -4495,7 +4495,7 @@
sigaction(SIGINT, &handler, &inthandler);
opt_kernel_path = malloc(PATH_MAX);
- strcat(opt_kernel_path, CGMINER_PREFIX);
+ strcpy(opt_kernel_path, CGMINER_PREFIX);
// Hack to make cgminer silent when called recursively on WIN32
int skip_to_bench = 0;
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
682 user 39 19 1915m 37m 11m S 389 0.5 4944:21 /opt/cgminer/bin/cgminer --algo auto --cpu-threads 4 --gpu-threads 1 ...
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
682 user 39 19 1915m 37m 11m S 389 0.5 4944:21 /opt/cgminer/bin/cgminer --algo auto --cpu-threads 4 --gpu-threads 1 ...