Re: [OMPI users] Absoft compilation problem

2007-07-01 Thread Jeff Squyres
I unfortunately do not have access to an Absoft compiler to test this with; it looks like GNU Libtool is getting the wrong arguments to pass to the f95 compiler to build a shared library. A quick workaround for this issue would be to disable the MPI F90 bindings with the --disable-mpi-f90 s

Re: [OMPI users] openmpi on g4 mac with g95 (www.g95.org) in mpif90

2007-07-01 Thread Jeff Squyres
Please see the "Getting Help" page on the OMPI web site (look in the links in the navigation on the left-hand side) -- we need some more information from you in order to correctly diagnose the problem. Thanks. On Jun 30, 2007, at 5:50 AM, Ed D'Azevedo wrote: I am trying to build o

Re: [OMPI users] initial setup

2007-07-01 Thread Jeff Squyres
I'm not a bash user -- but don't you need to export PATH, LD_LIBRARY_PATH, and MANPATH? It could be that something else later is exporting PATH (and therefore your changes "take effect"), but nothing exports LD_LIBRARY_PATH (and therefore your changes get lost). On Jun 28, 2007, at 12:34