CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > CFX

Error 255 with intel fortran compiler

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 14, 2009, 07:28
Question Error 255 with intel fortran compiler
  #1
New Member
 
Join Date: Jul 2009
Location: León. Espaņa
Posts: 6
Rep Power: 16
J.Ramon is on a distinguished road
Hi:

I saw in the forum a threads similar like this but without answer, simply what ocurr is when i write in the CFXīs command editor the order: (all is about the 9 tutorial, like others threads):

! system ("cfx5mkext Pipevalve_inlet.F") < 1 or die;

in the comman window (ms-dos) appear the next error:

------------------------------------------------

ifort: error: could not find '\Bin'
An error has ocurred in cfx5mkext:

C:\Archivos de programa\Intel\Compiler\fortran\9.0\IA32\Bin\ifort could not be started, or exited with return code 255: .

------------------------------------------------

And the compiling process fail.

If anyone could help me about this issue, iīve searched in google and in the forum, but i havenīt found something that works.

Iīm working with ansys cfx 11, with intel fortran compiler 9.0, in a os windows xp pro (32 bit) with an AMD Athlon 64 X2 Dual Core processor and 2 GB RAM.

THANKS IN ADVANCE.
J.Ramon is offline   Reply With Quote

Old   July 14, 2009, 08:08
Default
  #2
Senior Member
 
ckleanth's Avatar
 
George
Join Date: Mar 2009
Location: Birmingham, UK
Posts: 257
Rep Power: 18
ckleanth is on a distinguished road
assuming you installed fortran correclty and before compiling at the command line window, type "ifortvars"
__________________
Top 4 tips
1. Knowledge is everything and Ignorance is dangerous.
2. Understand your limitations and try to eliminate them.
3. Get yerself a bike and hoon the chuffer. You will soon learn why dogs like to hang their heads out the car window.
4. Please before asking any questions on how to run simulations in CFX, go though all the tutorials
ckleanth is offline   Reply With Quote

Old   July 14, 2009, 08:11
Talking
  #3
Senior Member
 
Jack
Join Date: Mar 2009
Posts: 106
Rep Power: 16
rogbrito is an unknown quantity at this point
Donīt forget to include the PATH in the environment variables of your Windows:

C:\Program Files\ANSYS Inc\v120\CFX\bin\

Rogerio.

Last edited by rogbrito; July 17, 2009 at 22:19.
rogbrito is offline   Reply With Quote

Old   July 14, 2009, 10:22
Default
  #4
New Member
 
Join Date: Jul 2009
Location: León. Espaņa
Posts: 6
Rep Power: 16
J.Ramon is on a distinguished road
Thanks guys but i havenīt got it works, i donīt know what can i do...
J.Ramon is offline   Reply With Quote

Old   July 14, 2009, 10:34
Default
  #5
Senior Member
 
Lance
Join Date: Mar 2009
Posts: 669
Rep Power: 22
Lance is on a distinguished road
Could it be that you have spaces in the path?
"C:\Archivos de programa..."
Lance is offline   Reply With Quote

Old   July 14, 2009, 11:00
Default
  #6
New Member
 
Join Date: Jul 2009
Location: León. Espaņa
Posts: 6
Rep Power: 16
J.Ramon is on a distinguished road
C:\Program Files\... has spaces too.. prfff i donīt know what could be the problem

Thanks.
J.Ramon is offline   Reply With Quote

Old   July 17, 2009, 22:15
Wink
  #7
Senior Member
 
Jack
Join Date: Mar 2009
Posts: 106
Rep Power: 16
rogbrito is an unknown quantity at this point
You have to install (only for Windows XP 32 bits) MS Visual C++ 6.0 or .NET 2003 or MS Visual Studio 2005 Express Edition.

With kind regards,

Rogerio.


Quote:
Originally Posted by J.Ramon View Post
Hi:

I saw in the forum a threads similar like this but without answer, simply what ocurr is when i write in the CFXīs command editor the order: (all is about the 9 tutorial, like others threads):

! system ("cfx5mkext Pipevalve_inlet.F") < 1 or die;

in the comman window (ms-dos) appear the next error:

------------------------------------------------

ifort: error: could not find '\Bin'
An error has ocurred in cfx5mkext:

C:\Archivos de programa\Intel\Compiler\fortran\9.0\IA32\Bin\ifort could not be started, or exited with return code 255: .

------------------------------------------------

And the compiling process fail.

If anyone could help me about this issue, iīve searched in google and in the forum, but i havenīt found something that works.

Iīm working with ansys cfx 11, with intel fortran compiler 9.0, in a os windows xp pro (32 bit) with an AMD Athlon 64 X2 Dual Core processor and 2 GB RAM.

THANKS IN ADVANCE.
rogbrito is offline   Reply With Quote

Old   July 18, 2009, 04:00
Wink
  #8
New Member
 
Join Date: Jul 2009
Location: León. Espaņa
Posts: 6
Rep Power: 16
J.Ramon is on a distinguished road
Thanks to all, finally iīve got the compiler works, the problem was i hadnīt installed the microsoft sdk platform, i had installed ms 2005 and i was thinking when i installed ms 2005, the microsoft sdk platform had been instaled with ms 2005, but it hadnīt been installed with this, and that was the problem, i installed microsoft sdk platform and added some values in the PATH and LIB variables at enviroment variables and system variables, and finally it worked, and i got do the tutorial 9 with ANSYS CFX CEL fucntion.

THANKS A LOT TO ALL PEOPLE FOR YOUR ADVICE, THANKS, THANKS.
J.Ramon is offline   Reply With Quote

Old   July 18, 2009, 09:22
Default
  #9
Senior Member
 
Jack
Join Date: Mar 2009
Posts: 106
Rep Power: 16
rogbrito is an unknown quantity at this point
Hi Sir,

youīre welcome, but you donīt need Microsoft Platform SDK for Windows Server 2003 SP1 for Windows XP 32 bits (for ANSYS CFX v11.0)! For windows xp 64bits and for ANSYS CFX v11.0, you need only Intel Fortran v9.0/9.1, and Microsoft PLatform SDK for Windows Server 2003 SP1.

Please, donīt forget to put the CFX files in the path of Windows XP 64/32:

C:\Program Files\Microsoft Platform SDK\Bin\.;C:\Program Files\Microsoft Platform SDK\Bin\WinNT\.;%IFORT_COMPILER91%\IA32\Bin;%IFORT _COMPILER91%\EM64T\Bin;C:\Program Files\ANSYS Inc\v110\CFX\bin

Rogerio.

Quote:
Originally Posted by J.Ramon View Post
Thanks to all, finally iīve got the compiler works, the problem was i hadnīt installed the microsoft sdk platform, i had installed ms 2005 and i was thinking when i installed ms 2005, the microsoft sdk platform had been instaled with ms 2005, but it hadnīt been installed with this, and that was the problem, i installed microsoft sdk platform and added some values in the PATH and LIB variables at enviroment variables and system variables, and finally it worked, and i got do the tutorial 9 with ANSYS CFX CEL fucntion.

THANKS A LOT TO ALL PEOPLE FOR YOUR ADVICE, THANKS, THANKS.

Last edited by rogbrito; July 18, 2009 at 11:56.
rogbrito is offline   Reply With Quote

Old   July 18, 2009, 10:15
Wink
  #10
New Member
 
Join Date: Jul 2009
Location: León. Espaņa
Posts: 6
Rep Power: 16
J.Ramon is on a distinguished road
ok rogbrito, i put all the files in the path like you say, and what i installed is Microsoft Platform SDK for Windows Server 2003 R2.
In command window (that appears with ansys cfx) said: mt.exe was not found in your path; and this executable is in Microsoft Platform SDK for Windows Server 2003 R2DIR, it wasnīt a mistake because the compiler worked and give me the .dll necesary for ANSYS-CFX, but adding the files, where is mt.exe, to the path, that message desappared and then there were no more errors.
The most important now is that finally it works fine, iīm going to take note about this thread, in order to havenīt any problems more with intel fortran compiler and ANSYS CFX in the future.

Thanks again for your help and your time.
J.Ramon is offline   Reply With Quote

Old   November 15, 2011, 08:46
Default
  #11
New Member
 
hahha
Join Date: Oct 2011
Posts: 11
Rep Power: 14
yxgayy is on a distinguished road
Quote:
Originally Posted by J.Ramon View Post
Thanks to all, finally iīve got the compiler works, the problem was i hadnīt installed the microsoft sdk platform, i had installed ms 2005 and i was thinking when i installed ms 2005, the microsoft sdk platform had been instaled with ms 2005, but it hadnīt been installed with this, and that was the problem, i installed microsoft sdk platform and added some values in the PATH and LIB variables at enviroment variables and system variables, and finally it worked, and i got do the tutorial 9 with ANSYS CFX CEL fucntion.

THANKS A LOT TO ALL PEOPLE FOR YOUR ADVICE, THANKS, THANKS.
Can you tell me how to set the environment variable Path Lib Include?? Thank you
yxgayy is offline   Reply With Quote

Reply

Tags
255, error, fortran, intel


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Intel Fortran Compiler & Tutorial 17 Young CFX 1 March 30, 2011 01:39
intel fortran compiler emrah Main CFD Forum 3 September 22, 2008 14:49
Intel fortran compiler and Visual studio 2005 Paolo Lampitella Main CFD Forum 0 June 23, 2008 05:00
Intel Fortran Compiler for Linux System Huang Main CFD Forum 0 September 28, 2006 03:35
problems with intel fortran compiler ryoga Main CFD Forum 3 September 24, 2003 11:42


All times are GMT -4. The time now is 13:33.