[Pvfs2-developers] depend.sh changes (CC variable)

2006-06-01 Thread Phil Carns
There was a change recently committed to allow depend.sh to work with different compilers. This seems to work pretty well, but I have one suggestion. Could we change the following line in Makefile.in? $(E)CC=$(CC) $(srcdir)/maint/depend.sh ... to $(E)CC="$(CC)" $(srcdir)/maint/depend.sh

Re: [Pvfs2-developers] depend.sh changes (CC variable)

2006-06-01 Thread Pete Wyckoff
[EMAIL PROTECTED] wrote on Thu, 01 Jun 2006 10:02 +0200: > There was a change recently committed to allow depend.sh to work with > different compilers. This seems to work pretty well, but I have one > suggestion. Could we change the following line in Makefile.in? > > $(E)CC=$(CC) $(srcdir)/mai

Re: [Pvfs2-developers] patches: pvfs2-ping, pvfs2-genconfig, test programs

2006-06-01 Thread Phil Carns
Thanks for getting this stuff committed and cleaned up! I think a new bug may have been introduced along the way, however. It looks like the server config files "HostID" field is being set to the alias name rather than the fully qualified BMI address. For example, if you do a build and check

Re: [Pvfs2-developers] patches: pvfs2-ping, pvfs2-genconfig, test programs

2006-06-01 Thread Sam Lang
Thanks Phil. I've committed a fix for this along with some other minor changes over the course of the day. The biggest change was to allow endpoints to be separated by comma instead of a semi-colon, for users that don't quote the spec string. Let me know if you hit any other problems.

Re: [lwhatley....@navo.hpc.mil: Re: [Pvfs2-developers] Re: [Pvfs2-users] PVFS2 on Infiniband]

2006-06-01 Thread Pete Wyckoff
[EMAIL PROTECTED] wrote on Wed, 31 May 2006 15:57 -0500: > Ok Pete. Here ya go. > > tcp withsyncmeta + syncdata = pvfs2-server.log.tcp > tcp without syncmeta + syncdata = pvfs2-server.log.tcp_nosync > ib without syncmeta + syncdata = pvfs2-server.log.slowib_nosync > > As expected, the nosyn