LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Andrew Friedley (afriedle_at_[hidden])
Date: 2006-03-02 12:21:42


Mars Lenjoy wrote:
> hello,
> i want to run lamtest, how to configure lamtest to lammpi, not mpich.
> how to add the parameters after ./configure
> or any envirenment var?

As others have indicated, you need to prefix your PATH and
LD_LIBRARY_PATH environment variables with the path to your LAM
installation.

If you're using bash, you would do something like this:

export PATH=/path/to/lam/bin:$PATH
export LD_LIBRARY_PATH=/path/to/lam/lib:$PATH

Note the /bin and /lib at the end of the new directory paths. Once you
have this set, you can double check by running 'laminfo'. You might
also look at the version and build date to make sure you are running the
right LAM version.

No arguments to configure should be needed for lamtests if the
environment variables are in place.

Andrew