[PVFS2-developers] Re: last email

neillm at mcs.anl.gov neillm at mcs.anl.gov
Thu Mar 11 10:07:19 EST 2004


On Thu, Mar 11, 2004 at 10:01:32AM -0600, Robert Latham wrote:
> On Thu, Mar 11, 2004 at 09:42:32AM -0600, neillm at mcs.anl.gov wrote:
> > Do we have access to his code (or know what it's doing in more
> > detail)?  
> 
> Here's a copy of it:
> http://www.mcs.anl.gov/~robl/pvfs2/tt.tgz

Great...I haven't looked at the code, but I DLed it straight to a
pvfs2 volume, compiled it and ran it fine.

lain thread_test # ls
compile.sh  control.h  queue.c  result  simple.c  test.c
control.c   dbug.h     queue.h  simple  test
lain thread_test # cat compile.sh 
#! /bin/sh

gcc test.c control.c queue.c -g -o test -lpthread
gcc simple.c -o simple
lain thread_test # sh compile.sh 
lain thread_test # ls
compile.sh  control.h  queue.c  result  simple.c  test.c
control.c   dbug.h     queue.h  simple  test
lain thread_test # ./simple 
I'm pvfs.
lain thread_test # ./test 
created thread 0
created thread 1
created thread 2
created thread 3
deactivateing work queue...
joining threads...
lain thread_test # 

-Neill.


More information about the PVFS2-developers mailing list