[CMake] rdynamic and fpp flags failing

Brad King brad.king at kitware.com
Fri May 16 17:59:11 EDT 2008


Server Levent Yilmaz wrote:
> I have a simple fortran project and am having a problem during compiler
> identification stage. Attached is my CMakeLists.txt and the CMakeError.log.
> 
> Just to give some more details, the problem takes place on login nodes
> (regular linux system) of a supercomputer (PSC's bigben) where the code
> is cross-compiled for compute nodes (Catamount: some reduced Linux), in
> particular, no shared executables and multi threading are allowed. The
> compiler I am using is PGI 7.1.4. <http://7.1.4.> CMake version 2.6.0.
> <http://2.6.0.> I run cmake as (on bash) "FC=ftn cmake .." where ftn is
> some wrapper using actual compilers for convenient cross compilation.
> 
> Any ideas?

CMake has not been taught about this compiler before.  I've just
committed some changes to support the Portland Group Fortran compiler in
CMake CVS.

-Brad


More information about the CMake mailing list