Sorry it's taken a few days to look at this -- I'm unable to
replicate your problem on a 10.4.3 machine, but I'm only using the
gnu compilers (the IBM compilers are not officially supported on
Tiger -- I wouldn't expect that to be the problem here, but anything
is possible).
Can you send
More info.
Environment of remotely exec'ed progs (by running mpirun ... env):
==
OMPI_MCA_rds_hostfile_path=/root/machines
SHELL=/bin/bash
SSH_CLIENT=10.1.40.61 42076 22
USER=root
LD_LIBRARY_PATH=/opt/ompi/lib:
LS_COLORS=
MAIL=/var/m
Hi,
I have been trying for the past few days to get an MPI application (the
pallas bm) to run with ompi and openib.
My environment:
===
. two quad cpu hosts with one mlx hca each.
. the hosts are running suse10 (kernel 2.6.13) with the latest (close to
it) from openib. (rev 4904, spe
Don't know if this will be of help, but on further investigation the
problem seems to be some code that essentially does the following:
!$OMP PARALLEL DO
do i=1,n
do j=1,m
call sub(arg1,...)
end do
end do
!$OMP END PARALLEL DO
where subroutine sub allocates a temporary array:
subrout