Newsgroups: comp.parallel.mpi
From: tvsingh@parcom.ernet.in (Dr.T.V.Singh)
Subject: Re: MPI on dual processor Sparc 20?
Organization: Centre for Development of Advanced Computing (C-DAC), Pune, INDIA.
Date: Sun, 19 Nov 1995 19:32:58 GMT
Message-ID: <DIAnAz.Dxw@parcom.ernet.in>

Mike Yukish (may106@psu.edu) wrote:
: Hello folks,

: I am running MPI on a two processor sparc 20. How do I verify that if I
: specify two processes on my computer, that I will use both processors?

: The computer name is strange.arl.psu.edu

: Mike Yukish
: Applied Research Lab
: may106@psu.edu
: http://quark.arl.psu.edu/staff/yuke-home.html

There is a call in MPI to see the name of processor you are using.
Which is like this

MPI_GET_PROCESSOR_NAME(char *name, int *resultlen)

hope it will help in knowing which process is using which processor.

t.v.singh


