bill_at_c1:~
$ mpicc -showme -o h hello.c
gcc -I/usr/local/include -pthread -o h hello.c -L/usr/local/lib
-llammpio -llamf77mpi -lmpi -llam -lutil
The backtrace showed pthread functions. Perhaps LAM doesn't play well
with pthreads on FreeBSD?
On Tue, 29 Mar 2005 09:47:19 +0200, Ralf Wildenhues
<Ralf.Wildenhues_at_[hidden]> wrote:
> Hi William,
Hello.
<snip>
> Please show what mpicc invokes. If you compiled lam yourself, show how
> you configured it.
I did not pass any parameters to ./configure, so it used its defaults.
Is there a file I can attach, perhaps lam_config.h, which will best
define the decisions it made?
Thanks!
William
|