Re: [MTT users] question on MTT setup instructions.

2008-01-23 Thread Ethan Mallove
Hi Jennis, FWIW, I run MTT using an MTT source code checkout. (This is admittedly not the Right Way to distribute software, but it works.) Try this: $ svn checkout https://svn.open-mpi.org/svn/mtt/branches/ompi-core-testers $ cd ompi-core-testers $ client/mtt --file samples/ompi-core-templa

Re: [MTT users] questions on MTT setup instructions.

2008-01-23 Thread Ethan Mallove
On Wed, Jan/23/2008 03:36:26PM, Jennis Pruett wrote: > >To followup on this, I think I got it right by just using: > >perl Makefile.PL LIB=/usr/projects/hpctools/jennyp/mtt >PREFIX=/usr/projects/hpctools/jennyp/mtt >setenv PERLIB /usr/projects/hpctools/jennyp/mtt > >I then co

[MTT users] questions on MTT setup instructions.

2008-01-23 Thread Jennis Pruett
To followup on this, I think I got it right by just using: perl Makefile.PL LIB=/usr/projects/hpctools/jennyp/mtt PREFIX=/usr/projects/hpctools/jennyp/mtt setenv PERLIB /usr/projects/hpctools/jennyp/mtt I then copied ompi-core-template.ini (made no changes to it). But: ffe2:/<2>hpctools/jen

[MTT users] question on MTT setup instructions.

2008-01-23 Thread Jennis Pruett
I'm following the instructions on the MTT setup page. Would someone clarify the parameters below. PREFIX is logically (to me) "where I am putting MTT" , yes? But LIB is always confusing. Is this some MPI lib directory, a perl library or the same as above - where I am putting MTT. And if so,