[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

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

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

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

2012-07-02 Thread Ateljevich, Eli
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...@gatech.edu] Sent: Monday, July 02, 2012 2:59 PM To: Ateljevich, Eli Cc: CMake List Subject: Re: [CMake] cmake 2.6 and 2.8 find different fortran

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

2012-07-02 Thread Tim Gallagher
Cc: CMake List cmake@cmake.org 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