Alin

hmmmm. Interesting. I can't test it as I write because the machine is down for service, but I'll look later. my Hello world test which was basically identical fails with the usual rubbish about couldn't compile a simple test application etc etc...with a bunch of command line params that pgf didn't understand. After trying to compile on the command line I got the trouble with underscores.

I'll report back.

JB

Hi John,

Can you be more specific.

I have tested a hello world Fortran project with pgf90 and cmake and seems to 
work.

I just set the FC variable to pgf90

Can you be more specific?

Alin

here is the  CMakeLists.txt

Project(hello Fortran)

###source files
set(src_dir Source)
###bin files
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)


add_executable(hello ${src_dir}/hello.f90 )



  
Message: 4
Date: Tue, 09 Oct 2007 09:10:38 +0200
From: John Biddiscombe <[EMAIL PROTECTED]>
Subject: [CMake] Fortran : Portland Group pgf90
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

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.

Thanks

JB
    



  


-- 
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