I am trying to compile and run an MPI fortran code and I get the following
error:
ld: warning dynamic shared library: /usr/local/lib/liblam.dylib not made a
weak library in output with MACOSX_DEPLOYMENT_TARGET environment variable
set to: 10.1
an executable is created anyway, and when running I get:
/usr/local/lib/libmpi.0.dylib(mpietc.o) definition of _lam_pt2coll
/usr/local/lib/liblam.0.dylib(mpietc.o) definition of _lam_pt2coll
Trace trap
Any thoughts?
g77(3.1) was installed from here: http://gravity.p su.edu/~khanna/hpc.html
LAM 7.0 --enable-shared
-j
|