I'm having a very strange problem with LAM MPI when I try to configure it on
my Cygwin system.
I run the following command:
./configure --with-memory-manager=none --without-romio --without-fc
It almost finished configuring like this:
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/totalview
*** SSI modules
checking which modules should be run-time loadable... none
checking for SSI kinds... boot coll crlam crmpi rpi
configure: LAM configuring in share/ssi/boot/bproc
configure: running /bin/sh './configure' '--with-memory-manager=none'
'--without-romio' '--without-fc' --cache-file=/dev/null --srcdir=.
But suddenly, it starts the whole configuration process over again. It never
ever finishes!
============================================================================
== Configuring SSI boot bproc module version 1.1svn
============================================================================
*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for prefix by checking for lamclean... no
installing to directory "/usr/local"
checking if want the bproc boot to be the default... no
checking if want module to be run-time loadable... no
etc, etc, etc ..................................
Please see attached file for full configure output.
I'm using the latest version of Cygwin with ipc-daemon2 and cygserver
running.
Thanks for any help you can give!
|