[OMPI users] source code of MPI Othello (Draught) engines on the internet

2007-08-11 Thread Code Master
I am doing a dissertation which is due in two months time, which is about benchmarking performance of DSM vs MPI and I want to include a parallel alpha-beta pruning test case. Do you know any Othello engines written in MPI (for Network of Workstations or Grid) that I can download from the internet

[OMPI users] mpirun in openmpi-1.2.3-rc1 hangs at the end when nproc >=16 (was Re: mpirun in openmpi-1.2.2 fails to exit after client program finishes)

2007-06-17 Thread Code Master
l try to help you out. Ralph On 6/11/07 4:02 AM, "Code Master" wrote: > Hi Ralph, > > I'm using openmpi-1.2.2 to compile and run my client app. After my > app and orted processes exit successfully in all master and slave > nodes, mpirun hangs in the master node (mpir

Re: [OMPI users] mpirun in openmpi-1.2.2 fails to exit after client program finishes

2007-06-08 Thread Code Master
On 6/9/07, Jeff Squyres wrote: On Jun 8, 2007, at 9:29 AM, Code Master wrote: > I compiled openmpi-1.2.2 with: > > ./configure CFLAGS=-g -pg -O3 --prefix=/home/foo/490_research/490/ > src/mpi.optimized_profiling/ \ > --enable-mpi-threads --enable-progress-threads --enable-stat

[OMPI users] mpirun in openmpi-1.2.2 fails to exit after client program finishes

2007-06-08 Thread Code Master
I compiled openmpi-1.2.2 with: ./configure CFLAGS=-g -pg -O3 --prefix=/home/foo/490_research/490/src/mpi.optimized_profiling/ \ --enable-mpi-threads --enable-progress-threads --enable-static --disable-shared --without-memory-manager \ --without-libnuma --disable-mpi-f77 --disable-mpi-f90 --disa

Re: [OMPI users] making all library components static (questions about --enable-mcs-static)

2007-06-07 Thread Code Master
es wrote: On Jun 7, 2007, at 2:07 AM, Code Master wrote: > I wish to compile openmpi-1.2.2 so that it: > - support MPI_THREAD_MULTIPLE > - enable profiling (generate gmon.out for each process after my > client app finish running) to tell apart CPU time of my client > program f

[OMPI users] making all library components static (questions about --enable-mcs-static)

2007-06-07 Thread Code Master
I wish to compile openmpi-1.2.2 so that it: - support MPI_THREAD_MULTIPLE - enable profiling (generate gmon.out for each process after my client app finish running) to tell apart CPU time of my client program from the MPI library - static linking for everything (incl client app and all components

Re: [OMPI users] Regarding MPI_THREAD_MULTIPLE

2007-05-26 Thread Code Master
Hi! You are already there. the fact that MPI_Thread_init only provide MPI_THREAD_SINGLE shows that MPI_THREAD_MULTIPLE is NOT enabled in the library binary that you're using. Although MPI_THREAD_MULTIPLE is implemented in the library source code, it is only lightly tested, so it is not enabled

Re: [OMPI users] port(s) and protocol used by openmpi for interprocess communication

2007-05-25 Thread Code Master
se_modex_recv(). In line 144, we iterate over each received address. It shouldn't be too hard for "Code Master" to write the ports into a file. -- Cluster and Metacomputing Working Group Friedrich-Schiller-Universität Jena, Germany private: http://adi.thur.de __

Re: [OMPI users] port(s) and protocol used by openmpi for interprocess communication

2007-05-18 Thread Code Master
tever ports the operating system gives us. At this time there is no way to specify what ports to use. Hope this helps, Tim On Friday 18 May 2007 05:19 am, Code Master wrote: > I run my openmpi-based application in a multi-node cluster. There is also > a sniffer computer (installed wit

[OMPI users] port(s) and protocol used by openmpi for interprocess communication

2007-05-18 Thread Code Master
I run my openmpi-based application in a multi-node cluster. There is also a sniffer computer (installed with wireshark) attached to a listener port on the switch to sniff any packets. However I would like to know the protocol (UDP or TCP) as well as the ports used by openmpi for interprocess com

[OMPI users] profiling MPI - getting number of send and receive request made by the MPI libray

2007-05-13 Thread Code Master
How can I profile the communication of MPI library such as number of messages sent / received, UDP packet requested to receive and sent and volume of data sent?

Re: [OMPI users] debugging my program in openmpi

2007-05-10 Thread Code Master
On 5/11/07, Tim Prins wrote: On Thursday 10 May 2007 07:19 pm, Code Master wrote: > I am a newbie in openmpi. I have just compiled a program with -g -pg (an > mpi program with a listener thread, which all MPI calls except > initialization and MPI_Finalize are placed within) and

[OMPI users] debugging my program in openmpi

2007-05-10 Thread Code Master
I am a newbie in openmpi. I have just compiled a program with -g -pg (an mpi program with a listener thread, which all MPI calls except initialization and MPI_Finalize are placed within) and I run it. However it crashes and I can't find any core dump, even I set the core dump max size to 10