You would like to see the man page of mpirun and note the 'C' and 'c'
options of mpirun. They are the ones who deal with CPU stuff. You would
find helpful examples regarding this in the man page too.
-Vishal Sahay
===================================================================
(Graduate Student, CS Dept. Open Systems Lab
Indiana University, Bloomington) Make Today A LAM/MPI Day :)
http://cs.indiana.edu/~vsahay http://www.lam-mpi.org
===================================================================
On Thu, 17 Apr 2003 Silver7X_at_[hidden] wrote:
# hello
# ok so my hostfile lists 2 computers with 2 cpu's each but when i run
# my helloworld program
# MPI_Comm_size(MPI_COMM_WORLD, &size)
# size come out to be 2?
# any ideas
#
|