As for the static build, this:
/Users/mathomp4/installed/Compiler/nag-7.0_7062/openmpi/4.1.1-static/bin/mpicc
~/MPITests/helloWorld.c -lopen-orted-mpir
does work, but there is no way I could change all our model scripting to
add that flag all over the place. Is there a way to "stuff"
-lopen-orte
So, an update. Nothing I seem to do with libtool seems to help, but I'm
trying various things. For example, I tried editing libtool to use:
-Wl,-Wl,,-dynamiclib
and also:
-Wl,-Wl,,-install_name -Wl,-Wl,,\$rpath/\$soname
as that also threw an error (not a NAG flag). And when I did that, I get
th
Gilles,
I tried both NAG 7.0.7062 and 7.0.7048. Both fail in the same way. And I
was using the official tarball from the Open MPI website. I downloaded it
long ago and then kept it around.
And I didn't run autogen.pl, no, but I could try that.
And...I do see CC=nagfor in the libtool file. But, w