Showing posts with label ifort OSX Intel-based. Show all posts
Showing posts with label ifort OSX Intel-based. Show all posts

Sunday, June 27, 2010

Intel 11.1, OS X 10.6.4, Xcode 3.2.2, and WRF seg faults

This post was kindly provided by Dr. Lou Wicker of the National Severe Storms Laboratory. Though I have updated to WRFv3.2, I'm still on ifort 11.0, Xcode 3.0 and Mac OS X 10.5.8.

===================================

When compiling WRF 3.2.1 [3.2 ?] using Intel 11.1 (v088) on Mac OS X 10.6.4, we recently kept having segmentation faults during runtime. I managed to track down the problem to memory allocated in Thompson microphysics, where some arrays were allocated (successfully, I checked the status flag), and then a bad address to memory to the first element in the array in a nested do-loop caused the segmentation fault. I "fixed" the Thompson code with static allocations of these arrays for a test (they were small), and then the segmentation fault occured in the solver_em routine.

I then compiled WRF with a beta version of Intel v12 compiler (which I am testing), and this behavior does NOT occur.

I posted to Intel Premier, which I have to say is pretty responsive to the 2-3 issues I have ever posted. The got back to me within a few hours. They pointed me to this 9 May 2010 note:

http://software.intel.com/en-us/articles/intel-fortran-for-mac-os-x-incompatible-with-xcode-322/

Which basically says that Apple, in version 3.2.2 of Xcode changed the loader in some way which is incompatible with Intel v11.1 which causes these segmentation faults. Their simple answer is to either remain at Xcode v 3.2.1, although they say the compiler flag "-use-asm" might fix the problem. In any event, this might save people a lot of hours of time and frustration. BTW, the WRF code ran 10-20 time steps using WSM5 with no problem using the "bad" Xcode version.

Hope that is helpful to all the WRF'ers.

Lou

Thursday, April 19, 2007

WRFV22 on Mac Intel w/ ifort

The zip archive below contains WRFV22 code modifications for an Intel-based Mac with the Intel Fortran compiler (ifort). I have been able to run the single-threaded and OMP versions without problem, but my tests with the MPI version (RSL and RSL_LITE) with mpich-1.2.5 have not produced results that are the same when one and two processors are requested. This has only been tested on a MacBook with a Core Duo processor. So, use at your own risk. Feedback appreciated.

WRFV22_MacIntel_mods.zip