Results 1 to 5 of 5

Thread: ifort compiler problem

  1. #1
    Join Date
    Dec 2010
    Posts
    3

    ifort compiler problem

    Hii

    I want to use ifort compiler for the parallel execution of my model. But during compilation it works properly..but during execution it is showing "segmentation fault"..But the same program when I compiled with gfortran it works good and I can do the execution with gfortran without any error..Can anyone anyone help me what is happening with ifort compiler..

    thank you

  2. #2
    Join Date
    May 2009
    Posts
    539

    Re: ifort compiler problem

    What version of the compiler you are using? If you are running the old version of the compiler then you should check for the latest version of the compiler and install the same and see whether you are getting it work with the same or not. You can get the latest version of the compiler on the Intel Official site. I hope this will resolve your issue.

  3. #3
    Join Date
    Dec 2010
    Posts
    3

    Re: ifort compiler problem

    hii Ronchi

    Thank you for the reply..I am using the latest version from the intel compiler downloaded from the intel site...it is version 12...And I installed it as per the instructions...and also I export the path in .bashrc..
    I am feeling strange why its not getting executed....

  4. #4
    Join Date
    Dec 2007
    Posts
    1,736

    Re: ifort compiler problem

    I have heard that this program needs a lot of memory because it demands a lot of memory at the second line in the subroutine. Increasing the stack size will resolve your problem.

    [C:/temp] ifort /nologo /F64000000 stup.f90
    [C:/temp] ./stup.exe

  5. #5
    Join Date
    Dec 2010
    Posts
    3

    Re: ifort compiler problem

    yeah,I have increased my stack size as unlimited..and now it is ok...but still having a problem that it is not showing results......anyway thank you for your mail..

Similar Threads

  1. ifort compiler problem under Ubuntu
    By Freeza 2 in forum Software Development
    Replies: 6
    Last Post: 25-09-2010, 09:10 PM
  2. Intel ifort and OpenMP problem with XCode 3.2.2 update
    By Abhidi in forum Software Development
    Replies: 6
    Last Post: 25-09-2010, 09:05 PM
  3. Replies: 6
    Last Post: 25-09-2010, 07:27 PM
  4. Install ifort compiler on Mac
    By Rain-Saibot in forum Windows Software
    Replies: 6
    Last Post: 24-09-2010, 05:55 PM
  5. How to install ifort compiler on ubuntu
    By TechGate in forum Technology & Internet
    Replies: 2
    Last Post: 23-09-2010, 07:37 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,705,862.58445 seconds with 16 queries