[MTT users] LD_LIBRARY_PATH setting in Run.pm masks a wrapper compiler issue

2008-05-05 Thread Ethan Mallove
Line 386 of MTT/Test/Run.pm sets LD_LIBRARY_PATH. This appears to have masked a problem in my wrapper compiler (missing -R/foo/lib flags). if ($mpi_install->{libdir}) { if (exists($ENV{LD_LIBRARY_PATH})) { $ENV{LD_LIBRARY_PATH} = "$mpi_install->{libdir}:" .

Re: [MTT users] LD_LIBRARY_PATH setting in Run.pm masks a wrapper compiler issue

2008-05-05 Thread Jeff Squyres
On May 5, 2008, at 2:47 PM, Ethan Mallove wrote: Line 386 of MTT/Test/Run.pm sets LD_LIBRARY_PATH. This appears to have masked a problem in my wrapper compiler (missing -R/foo/lib flags). if ($mpi_install->{libdir}) { if (exists($ENV{LD_LIBRARY_PATH})) { $ENV{LD_LIBRARY_PAT