[CMake] [EXTERNAL] Re: Status/use of CMake on Cygwin

Hogan Jr, Roy E rehogan at sandia.gov
Mon Jun 24 00:41:22 EDT 2013


Hello Marco,

Thanks for the suggestion... I followed your advice and all checked out.   I am in the process of building the latest version of cmake (2.8.11.1).  Previous efforts were with 2.8.9.      I'm not terribly optimistic.

Thanks for your help...

Roy

Roy E. Hogan 
Thermal and Fluid Processes Department 
Sandia National Laboratories 
PO Box 5800, MS-0836 
Albuquerque, NM 87185-0836 
505-845-9585
rehogan at sandia.gov 



-----Original Message-----
From: cmake-bounces at cmake.org [mailto:cmake-bounces at cmake.org] On Behalf Of marco atzeri
Sent: Sunday, June 23, 2013 10:30 PM
To: cmake at cmake.org
Subject: [EXTERNAL] Re: [CMake] Status/use of CMake on Cygwin

Il 6/24/2013 12:04 AM, Hogan Jr, Roy E ha scritto:
> Greetings,
>
> I have been struggling to get the Trilinos solver package built using 
> Cmake, but have been unsuccessful so far.  I have been working this 
> for several days and need help.  I'm attaching a recent request to the
> Trilinos mailing list.  Would you have any guidance for me?   Thank you..
>
> Sincerely,
>
> Roy Hogan
>

Hi Roy,
from you logs, I see that
mpiexec is found
mpifort is found

it is not clear if mpicc is not found or not recognized.

On my system

$ mpicc --version
gcc (GCC) 4.5.3

My suggestion:
-) check that openmpi is correctly installed

$ cygcheck -c  openmpi libopenmpi-devel
Cygwin Package Information
Package              Version        Status
libopenmpi-devel     1.7.1-2        OK
openmpi              1.7.1-2        OK

-) check that mpicc is working, see attached test case.

$ mpicc hello_c.c -o hello_c
$ mpirun -n 4 ./hello_c.exe
Hello, world, I am 1 of 4
Hello, world, I am 2 of 4
Hello, world, I am 3 of 4
Hello, world, I am 0 of 4


Regards
Marco






More information about the CMake mailing list