Hi Yu,
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, you can search the
Makefile for CC, CXX, and F77 to determine the c, c++, and fortran
compilers used. That is, go to the place where configure was ran and
type:
grep CC Makefile
grep CXX Makefile
grep F77 Makefile
2. You can run 'mpicc --showme' to see what c compiler is being used
for mpicc. By default this is the same as the compiler you used to
compile LAM/MPI, but it can be changed so take the output from mpicc
with a grain of salt. Similarly one can run 'mpicxx --showme' and
'mpif77 --showme'.
Hope this helps,
Tim
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?
>
> Thanks.
>
> Yu Chen
> chen_at_[hidden]
> Baltimore, MD 21250
>
>
>
> _______________________________________________
> This list is archived at http://www.lam-mpi.org/MailArchives/lam/
|