I assume that your ring_f90 program is using the statement "use f90"?
(is that the OMPI example ring_f90 program?) If so, can you verify
that the compiler is picking up the OMPI f90 module and not some other
module? That would be my best guess for why it's acting wonky (e.g.,
if it gets
Hey,
Been trying to activate mpif90 on a set of machines running Leopard
for some colleagues and have gotten stuck.
Compiles fine, but will not run any examples and returns
mymachine me% /usr/local/mpiexec -np 2 ./ring_f90
[mymachine.local:23974] *** An error occurred in MPI_Comm_rank
[mymach