Re: [perf-discuss] Thread scheduling behavior

2008-03-27 Thread Bart Smaalders
Krishna Yenduri wrote: > Hi All, > > I have a user level benchmark that does > for (i = 0; i < nthreads; i++) > (void) thr_create(NULL, 0, testaes, (void *)0, > THR_NEW_LWP, &tid); > > I found that running this benchmark with nthreads == ncpus > schedules eac

[perf-discuss] Solaris jan 08 installation problem

2008-03-27 Thread rupesh
Hi friends, I tried to install Solaris jan 08 version on my Dell Inspiron 1501 in external hard disk with help of DVD I got. Initially every thing went well.But it took a lot of time to install .It almost took more than 8-9 hours!!( I think it should be less than 4 hrs right??) But all in vain!

[perf-discuss] Thread scheduling behavior

2008-03-27 Thread Krishna Yenduri
Hi All, I have a user level benchmark that does for (i = 0; i < nthreads; i++) (void) thr_create(NULL, 0, testaes, (void *)0, THR_NEW_LWP, &tid); I found that running this benchmark with nthreads == ncpus schedules each thread to a separate CPU. The system is

Re: [perf-discuss] Building FileBench 1.2.1 on Solaris SPARC

2008-03-27 Thread eric kustarz
Instead of 'lex', try using 'flex'. I was able to build successfully with: fsh-suzuki% flex --version flex version 2.5.4 fsh-suzuki% fsh-suzuki% make package ... flex -t parser_lex.l > parser_lex.c source='parser_lex.c' object='parser_lex.o' libtool=no \ depfile='.deps/parser_lex.Po' tmpdepfile=

[perf-discuss] Building FileBench 1.2.1 on Solaris SPARC

2008-03-27 Thread William Aiken
I'm using Solaris 10, Studio 12 compilers. Following INSTALL directions ($ ./configure --prefix=/opt $ make clean; $ make package ) results in: ... cc -D_REENTRANT -I. -I. -I.. -I../intl -DFILEBENCHDIR=\"/opt/filebench\" -g -xO3 -xarch=v9 -DYYDEBUG=1 -c `test -f 'parser_gram.c' || echo './'`