Results 1 to 7 of 7

Thread: ifort compiler problem under Ubuntu

  1. #1
    Join Date
    Aug 2010
    Posts
    34

    ifort compiler problem under Ubuntu

    Hello,
    I have a problem with the ifort compiler. In the university we are programming with Fortran and the Intel Fortran compiler. That I wanted to at home on my PC running Ubuntu install. I think everything works great. At least I have been working step by step and the two deb packages created for compiler and debugger. Then both installed by double. However, have no idea where. When I compile a small test program now (ifort test.f90) wants in the ifort directory is, does this error message: export: 37: Illegal option-n. Does it matter where the programs are stored, which I translated want? Can someone help me?

  2. #2
    Join Date
    Apr 2008
    Posts
    242

    Re: ifort compiler problem under Ubuntu

    That sounds like it would in the ifort script which does not agree so completely. Perhaps you have a copy & paste error or an error when typing the sed script made? You could take the content of the ifort script post here

    Code:
    cat $ (ifort which)
    Or again check carefully whether you when copying of steps from the wiki no error has been made. If you need the 9.1 Use you also change all the version numbers accordingly. If you have made in the Wiki as the instructions, the compiler is under / usr / local install. The executable ends up in / usr / local / bin. And it does not matter where the code that you want to compile is on your system.

  3. #3
    Join Date
    Aug 2010
    Posts
    34

    Re: ifort compiler problem under Ubuntu

    I have a small script and it works at the college but when the same script is not compiled on my computer. I've also to take anywhere 9.1.036 9.0 Please be careful and actually I do not think I have devoted myself, but if you see anything wrong here now, I controlled everything again. Thank you in advance. Any more help regarding this appreciated.

  4. #4
    Join Date
    Mar 2010
    Posts
    303

    Re: ifort compiler problem under Ubuntu

    The row caused the error:
    Code:
    ! # / Bin / sh export-n IA32ROOT; unset IA32ROOT;
    I guess you're using edgy. Here is the default shell (/ bin / sh) dash, probably the no -export-n knows. The easiest way would the problem be solved by having you in the first line #! / bin / sh by
    Code:
    # / Bin / bash
    replaced, thus selecting the bash shell explicitly. It may also be that the line with the "export-n" is actually completely unnecessary and you could just delete them, but with the change of the shell you should be on the safe side. I am trying on the installation of 9.1 on Edgy, and update the wiki instructions then, if needed. Thank you for your note.

  5. #5
    Join Date
    Mar 2010
    Posts
    360

    Re: ifort compiler problem under Ubuntu

    I think you have properly installed, and when you did a report rightly, have you designated your computer packages that you were missing: libmkl.so> not found etc. lists all these packages and will see if they are present in the list of management packs and application installation.

  6. #6
    Join Date
    Aug 2010
    Posts
    37

    Re: ifort compiler problem under Ubuntu

    While I have installed libstc + +. So.5 in / usr / lib:
    ls / usr / lib / libstdc + +. so.
    libstdc + +. so.5 libstdc + libstdc + +. so.6 libstdc + +. 6.0.10
    Does anyone have a suggestion? (FYI, I work on Fedora 10, 64-bit).

  7. #7
    Join Date
    Aug 2010
    Posts
    34

    Re: ifort compiler problem under Ubuntu

    Hello,

    In fact, it's good: I have installed:
    compat-libstdc + +-33.x86_64
    and you're set.

Similar Threads

  1. ifort compiler problem
    By betty john in forum Software Development
    Replies: 4
    Last Post: 16-12-2010, 06:28 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,714,057,961.49330 seconds with 16 queries