I am trying to get a PARMACS based benchmark, obtained from U of Wisconsin to run on Solaris system. I get the PARMACS macro from Zoran Radovic and tweak the make file so that it produces a shared library(libparmacs_locks.so) file for the benchmark. But there's still missing some stuff.
The compiler complains about pthread_create_args, which supposely exists in the pthread.h file on Wisconsin server, but I have not verified yet. So, after an initial investigation of /usr/include directory, I found there are quite some versions of pthread.h file, ranging from 1.13 to 1.29, but none of them has a data type called pthread_create_args defined. The version of pthread.h I got is 1.37 and it doesn't have pthread_create_args defined either.
Saturday, April 01, 2006
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment