Hi Damien,
Although Brian and Tim have already replied, let me give different
answers:
> 2) I have installed the binary for maxosx on my workstation but it put
> the files in usr/local/bin,
> 3) Is it possible to run the lam/mpi with the xlf fortran compiler.
Yes it is possible. I would suggest you simultaneously use xlc (it is
free for 60-days trial).
You need to build from source and configure specifically:
./configure CC=/the/good/path/xlc FC=/the/good/path/xlf FFLAGS=-O3
-prefix=/where/you/want
Eventually, FFLAGS will be more elaborated, as it would be in a direct
compilation.
Be careful: if you need to compile your own code with -qextname (for
example if you
plan to use vecLib or other libs, you may need it, see XLF manual),
you need to set it here in FFLAGS too (otherwise, be prepared to
re-compile your LAM-MPI library).
In other words: compile your parallel code first, link with everything
but LAM-MPI, and then
compile and install LAM-MPI accordingly (with or without -qextname).
I hope this helps,
PS: for Tim: what about this IBM-MPI ? Where did you find it ?
--
Christian SIMON
|