Re: [O-MPI users] configuration problems OS X 10.4.3, OpenMPI 1.0.1

2006-01-18 Thread Jeff Squyres
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

[O-MPI users] does btl_openib work ?

2006-01-18 Thread Jean-Christophe Hugly
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

[O-MPI users] does btl_openib work ?

2006-01-18 Thread Jean-Christophe Hugly
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

Re: [O-MPI users] Trouble combining OpenMPI and OpenMP

2006-01-18 Thread Glenn Morris
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