Arjen

Thanks. I'm hoping that someone will respond with the 'already modified' module files. I'm not very familiar with the flags/options for compile and link with pgf90. I need to resolve some link issues with underscores etc <sigh>.

JB

John Biddiscombe wrote:

I'm having trouble getting results with pgf90 and cmake...I did a bit of searching but didn't find any references to cmake with the portland group compiler

If anyone has any tips or can point me to any docs, then I'd be most grateful.

You will need to create and adapt a small set of CMake files that check for this compiler.
These are found in the Modules and Modules/Platform directories.

As an example, search for all the files referring to "ifort" (or any other Fortran compiler currently supported). CMakeDetermineFortranCompiler.cmake lists all supported compilers and contains
some information on how to add a new one.

Regards,

Arjen


--
John Biddiscombe,                            email:biddisco @ cscs.ch
http://www.cscs.ch/about/BJohn.php
CSCS, Swiss National Supercomputing Centre  | Tel:  +41 (91) 610.82.07
Via Cantonale, 6928 Manno, Switzerland      | Fax:  +41 (91) 610.82.82


_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to