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
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
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
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
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
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
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
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
__
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
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
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?
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
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
13 matches
Mail list logo