On 1/29/2013 12:28 AM, Dave Goodell wrote:
Does the issue occur with the latest release of stock MPICH (3.0.1)? 1.5b2 was a beta release and there have been many fixes since then.
I tried the latest mpich-3.0.1 and mpich2-1.5 and both give me the same error. Output from 3.0.1: ### ### Configuring hwloc core ### checking hwloc building mode... embedded configure: hwloc builddir: /home/bramesh/ARC/apps/build/mpich-3.0.1/src/pm/hydra/tools/topo/hwloc/hwloc configure: hwloc srcdir: /home/bramesh/ARC/apps/build/mpich-3.0.1/src/pm/hydra/tools/topo/hwloc/hwloc checking if want hwloc maintainer support... disabled (embedded mode) checking for hwloc directory prefix... tools/topo/hwloc/hwloc/ checking for hwloc symbol prefix... hwloc_ checking size of void *... 0 checking which OS support to include... Linux checking which CPU support to include... unknown -- assuming x86_64 checking size of unsigned long... (cached) 8 checking size of unsigned int... 0 checking for the C compiler vendor... gnu configure line: ./configure --prefix=/home/bramesh/apps/mpich --enable-shared --with-pbs=/opt/torque/torque Output from 1.5: ### ### Configuring hwloc core ### checking hwloc building mode... embedded configure: hwloc builddir: /home/bramesh/ARC/apps/build/mpich2-1.5/src/pm/hydra/tools/topo/hwloc/hwloc configure: hwloc srcdir: /home/bramesh/ARC/apps/build/mpich2-1.5/src/pm/hydra/tools/topo/hwloc/hwloc checking if want hwloc maintainer support... disabled (embedded mode) checking for hwloc directory prefix... tools/topo/hwloc/hwloc/ checking for hwloc symbol prefix... hwloc_ checking size of void *... 0 checking which OS support to include... Linux checking which CPU support to include... unknown -- assuming x86_64 checking size of unsigned long... (cached) 8 checking size of unsigned int... 0 checking for the C compiler vendor... gnu configure line: ./configure --prefix=/home/bramesh/apps/mpich2 --enable-shared --with-pbs=/opt/torque/torque -- Bharath