|
| ||||||||||
| Tags: compiler, error message, gfortran, ifort, intel, intel fortran |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| ifort compiler problem
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
| ||||
| ||||
| 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
| |||
| |||
| 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
| ||||
| ||||
| 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
| |||
| |||
| 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.. ![]() |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "ifort compiler problem" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ifort compiler problem under Ubuntu | Freeza 2 | Software Development | 6 | 25-09-2010 09:10 PM |
| Intel ifort and OpenMP problem with XCode 3.2.2 update | Abhidi | Software Development | 6 | 25-09-2010 09:05 PM |
| Installing the ifort compiler version 11.0 0n ubuntu 32bit | Ryker | Operating Systems | 6 | 25-09-2010 07:27 PM |
| Install ifort compiler on Mac | Rain-Saibot | Windows Software | 6 | 24-09-2010 05:55 PM |
| How to install ifort compiler on ubuntu | TechGate | Technology & Internet | 2 | 23-09-2010 07:37 PM |