LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: Ralf Wildenhues (Ralf.Wildenhues_at_[hidden])
Date: 2006-10-31 13:42:41


Hello,

* Tim Prins wrote on Tue, Oct 31, 2006 at 07:33:36PM CET:
> On Oct 31, 2006, at 12:40 PM, Yu Chen wrote:
> > Hi, I forgot how did I compile the LAM/MPI, is there a way to tell?
>
> As far as I know, there is no simple way to do this. However there
> are a couple things you can try.
>
> 1. If you still have the build tree laying around,

...then you can issue
  ./config.status --version

I often keep the build trees of installed self-compiled software around.
To avoid large size overhead, one can do either a 'make clean' after
'make install'. Or keep just the config.status file.

Older Autoconf versions used to put the command line in a comment early
in the config.status script instead of outputting it with --version.

Cheers,
Ralf