[Beowulf] MPICH question
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
Reuti reuti at staff.uni-marburg.deTue Feb 22 15:23:41 PST 2005
- Previous message: [Beowulf] MPICH question
- Next message: [Beowulf] MPICH question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, you are not using shared memory, and so you will also see the rsh tasks. This is the usual behavior of mpich (and the other forks are most likely responsible for the async network communication between the tasks, although they are just on the same machine). But you try this, and use in addition the following switch to ./configure mpich: -comm=shared , recompile (or at least relink) your program, and use a machinefile with only one line: myhost:4 and you we now have only 4 processes and use shared memory. Cheers - Reuti Quoting John Lau <cflau at clustertech.com>: > Hi, > > I have a question on the number of processes spawned by MPICH. I am > using MPICH 1.2.5.2 --with-device=ch_p4. When I use mpirun -np 4 to > start a mpi process, total 8 processes will be spawned. But only 4 > processes have loadings on CPUs. I would like to know if it is the > correct behavior of MPICH? And what's the use of the 4 no-loading > process? Thank you. > > Best regards, > John Lau > -- > John Lau Chi Fai > Cluster Technology Ltd. > cflau at clustertech.com > Tel: (852) 2994-3727 > Fax: (852) 2994-2101 > > _______________________________________________ > Beowulf mailing list, Beowulf at beowulf.org > To change your subscription (digest mode or unsubscribe) visit > http://www.beowulf.org/mailman/listinfo/beowulf >
- Previous message: [Beowulf] MPICH question
- Next message: [Beowulf] MPICH question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
