From: <er...@he...> - 2003-04-07 19:18:56
|
On Mon, Apr 07, 2003 at 11:59:12AM -0700, rwillis wrote: > Hi, > I'm not using the entire toolset that makes up Clustermatic, as I already > have a nice working node bootup system running. I have BProc up and running, > and I am using MPICH-GM, so I would like to use your version of mpirun. I > downloaded, built and installed CMtools 1.1, but the file > /var/beowulf/nodeinfo is missing. I have not found out yet what makes this > file. If anybody knows I would be interested in hearing from you. nodeinfo is normally created by our boot up stuff. It looks something like: (node 0 (cpus 2) (gm 10) (hz 2395000000) (mem 2119340032)) (node 1 (cpus 2) (gm 11) (hz 2395000000) (mem 2119340032)) (node 2 (cpus 2) (gm 12) (hz 2395000000) (mem 2119340032)) (node 3 (cpus 2) (gm 13) (hz 2395000000) (mem 2119340032)) (node 4 (cpus 2) (gm 14) (hz 2395000000) (mem 2119340032)) (node 5 (cpus 2) (gm 15) (hz 2395000000) (mem 2119340032)) (node 6 (cpus 2) (gm 16) (hz 2395000000) (mem 2119340032)) (node 7 (cpus 2) (gm 17) (hz 2395000000) (mem 2119340032)) (node 8 (cpus 2) (gm 18) (hz 2395000000) (mem 2119340032)) (node 9 (cpus 2) (gm 19) (hz 2395000000) (mem 2119340032)) > Also, there was a patchfile in the mpirun directory > (mpich-1.2.4..8a-gm-bproc.patch). I manually patched the gmpi_conf.c file in > the mpich-1.2.5..9 directory with it. I am just curious why it is needed, > and how the environment variables it requires are created. It is even > required? > > The environment variables that cmtools (and the patched mpich-gm) needs > are; > GMPI_CONF, BPROC_RANK & NODES. Do I set these manually? These are all set by the mpirun that comes with cmtools. NODES is optional, the others are required if you're using that patch. - Erik |