Re: [OMPI users] MPI_Type_* calls in ompi_coll_tuned_alltoall_intra_bruck

2007-08-27 Thread Prasun Ratn
I'm using ver 1.2.3 which I believe is the latest stable release Jelena Pjesivac-Grbovic wrote: Hello, which version are you using? This is an old code. The trunk version has new code which does not use any MPI_* functions. Thanks, Jelena On Mon, 27 Aug 2007, Prasun Ratn wrote: Is ther

Re: [OMPI users] MPI_Type_* calls in ompi_coll_tuned_alltoall_intra_bruck

2007-08-27 Thread Jelena Pjesivac-Grbovic
Hello, which version are you using? This is an old code. The trunk version has new code which does not use any MPI_* functions. Thanks, Jelena On Mon, 27 Aug 2007, Prasun Ratn wrote: Is there a reason why ompi_coll_tuned_alltoall_intra_bruck calls MPI_Type_* functions and not PMPI_Type_*

[OMPI users] MPI_Type_* calls in ompi_coll_tuned_alltoall_intra_bruck

2007-08-27 Thread Prasun Ratn
Is there a reason why ompi_coll_tuned_alltoall_intra_bruck calls MPI_Type_* functions and not PMPI_Type_* ? My code traces MPI calls and I would rather not trace calls made by openmpi itself. -Prasun

[OMPI users] running jobs on a remote XGrid cluster via mpirun

2007-08-27 Thread Lev Givon
I have OpenMPI 1.2.3 installed on an XGrid cluster and a separate Mac client that I am using to submit jobs to the head (controller) node of the cluster. The cluster's compute nodes are all connected to the head node via a private network and are not running any firewalls. When I try running jobs w