Re: [CMake] cmake 2.6 and 2.8 find different fortran compilers with MPI?

2012-07-02 Thread Tim Gallagher
ake List" Sent: Monday, July 2, 2012 6:09:59 PM Subject: RE: [CMake] cmake 2.6 and 2.8 find different fortran compilers with MPI? Thanks Tim. We do have the module system set up including the compiler, so I’ll make sure it defines FC. From: Tim Gallagher [mailto:tim.gallag...

Re: [CMake] cmake 2.6 and 2.8 find different fortran compilers with MPI?

2012-07-02 Thread Ateljevich, Eli
n you don't need to worry about manually setting things or putting things in your path in a particular order. Tim From: "Eli Ateljevich" To: "CMake List" Sent: Monday, July 2, 2012 5:20:34 PM Subject: [CMake] cmake 2.6 and 2.8 find differ

Re: [CMake] cmake 2.6 and 2.8 find different fortran compilers with MPI?

2012-07-02 Thread Tim Gallagher
;t need to worry about manually setting things or putting things in your path in a particular order. Tim - Original Message - From: "Eli Ateljevich" To: "CMake List" Sent: Monday, July 2, 2012 5:20:34 PM Subject: [CMake] cmake 2.6 and 2.8 find different fortran

[CMake] cmake 2.6 and 2.8 find different fortran compilers with MPI?

2012-07-02 Thread Ateljevich, Eli
Hi, I wonder if anyone can help me get a consistent Fortran build out of 2.6 and 2.8.8. I am using CMake 2.6 and 2.8, trying to come up with a compatible build. I had to rob some items from 2.8 to find things like MPI correctly and I have set the policies such that I believe they both use the sa