Hello, all,

I'm attempting to install Open MPI in a cygwin environment on Windows 7
(64-bit, but I think Open MPI is treating things like a 32-bit environment).

The command I used to configure Open MPI was
-----------------------
./configure --with-mpi-f90-size=medium -prefix=/home/Don/openmpi
F77=gfortran FC=gfortran
-----------------------

This allowed the configure script to finish without crashing out partway
through. (Omitting the F77 and FC flags *did* cause an aborted
configuration because of some sort of mismatch between 32-byte complex
types in C++ and Fortran...?)

I then attempted to run "make all", and the process halts with the
following error:
----------------------
Making all in mca/backtrace
make[2]: Entering directory
`C:/FLASH/Utilities/openmpi-1.6.5/opal/mca/backtrace'
process_begin: CreateProcess(NULL, /usr/bin/mkdir -p base, ...) failed.
make (e=2): The system cannot find the file specified.
make[2]: *** [base/.dirstamp] Error 2
make[2]: Leaving directory
`C:/FLASH/Utilities/openmpi-1.6.5/opal/mca/backtrace'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `C:/FLASH/Utilities/openmpi-1.6.5/opal'
make: *** [all-recursive] Error 1
----------------------

I am attaching {config.out, config.log, make.out} as requested in the
"Getting Help" page.  Any explanation of what's going on would be greatly
appreciated.  Advice on how to fix this problem would be even more
appreciated.

Thanks very much,
Don Warren


*****************************************************************************
**                                                                         **
** WARNING:  This email contains an attachment of a very suspicious type.  **
** You are urged NOT to open this attachment unless you are absolutely     **
** sure it is legitimate.  Opening this attachment may cause irreparable   **
** damage to your computer and your files.  If you have any questions      **
** about the validity of this message, PLEASE SEEK HELP BEFORE OPENING IT. **
**                                                                         **
** This warning was added by the IU Computer Science Dept. mail scanner.   **
*****************************************************************************


<<attachment: output.zip>>

Reply via email to