Re: [OMPI users] deny permission

2011-04-05 Thread David Zhang
have you set up ssh keys for all nodes to access each other? On Tue, Apr 5, 2011 at 7:42 AM, mohd naseem wrote: > Sir, > i made the bewoulf cluster but when i try to run examples that is > given in the mpich2.i get error i.e permission denied on other node. > >

Re: [OMPI users] Not pointing to correct libraries

2011-04-05 Thread Gus Correa
Warnett, Jason wrote: Hello I am running on Linux, latest version of mpi built but I've run into a few issues with a program which I am trying to run. It is a widely used open source application called LIGGGHTS so I know the code works and should compile, so I obviously have a setting wrong

Re: [OMPI users] Not pointing to correct libraries

2011-04-05 Thread Terry Dontje
I am not sure Fedora comes with Open MPI installed on it by default (at least my FC13 did not). You may want to look at trying to install the Open MPI from yum or some other package mananger. Or you can download the source tarball from http://www.open-mpi.org/software/ompi/v1.4/, build and

Re: [OMPI users] alltoall messages > 2^26

2011-04-05 Thread Terry Dontje
It was asked during the community concall whether the below may be related to ticket #2722 https://svn.open-mpi.org/trac/ompi/ticket/2722? --td On 04/04/2011 10:17 PM, David Zhang wrote: Any error messages? Maybe the nodes ran out of memory? I know MPI implement some kind of buffering under

[OMPI users] Not pointing to correct libraries

2011-04-05 Thread Warnett, Jason
Hello I am running on Linux, latest version of mpi built but I've run into a few issues with a program which I am trying to run. It is a widely used open source application called LIGGGHTS so I know the code works and should compile, so I obviously have a setting wrong with MPI. I saw a

[OMPI users] deny permission

2011-04-05 Thread mohd naseem
Sir, i made the bewoulf cluster but when i try to run examples that is given in the mpich2.i get error i.e permission denied on other node. please help me

Re: [OMPI users] MPI-2 I/O functions (Open MPI 1.5.x on Windows)

2011-04-05 Thread Satoi Ogawa
Hello, Rob, and Open MPI users, Thank you for your advice. I understand that current Open MPI 1.5.3 Win-32bit binary distributed from this site don't support MPI-IO on NTFS. I try to check this problem with using other code. The code is the following code:

Re: [OMPI users] alltoall messages > 2^26

2011-04-05 Thread Michael Di Domenico
There are no messages being spit out, but i'm not sure i have all the correct debugs turn on. I turned on -debug-devel -debug-daemons and mca_verbose. but it appears that the process just hangs. If it's memory exhaustion its not from the core memory these nodes have 48GB of memory, it could be

[OMPI users] problems with the -xterm option

2011-04-05 Thread jody
Hi On my workstation and the cluster i set up OpenMPI (v 1.4.2) so that it works in "text-mode": $ mpirun -np 4 -x DISPLAY -host squid_0 printenv | grep WORLD_RANK OMPI_COMM_WORLD_RANK=0 OMPI_COMM_WORLD_RANK=1 OMPI_COMM_WORLD_RANK=2 OMPI_COMM_WORLD_RANK=3 but when i use the -xterm

Re: [OMPI users] orte-odls-default:execv-error

2011-04-05 Thread Terry Dontje
On 04/05/2011 05:11 AM, SLIM H.A. wrote: After an upgrade of our system I receive the following error message (openmpi 1.4.2 with gridengine): quote -- Sorry! You were supposed to get help about:

Re: [OMPI users] WRF run on multiple Nodes

2011-04-05 Thread Ralph Castain
Did you request an allocation from PCM? If not, then PCM will block you from arbitrarily launching jobs on non-allocated nodes. Print out your environment and look for any envars from PCM and/or LSF (e.g., LSB_JOBID). I don't know what you mean about "no OMPI application is yet integrated with

Re: [OMPI users] WRF run on multiple Nodes

2011-04-05 Thread Ahsan Ali
Dear John Hearns, The cluster is installed using Platform cluster Manager (PCM). LSF is installed but no OpenMPI application is yet integrated with LSF. WRF help gave me following instructions. mpirun -v -machinefile ~/mach.conf -np 2 wrf.exe Please talk to your computer manager about how to