intel-fortran
correct linking order with ifort and .so libraries
I have two 3rd party libraries A.so and B.so that I am linking together with my executable executable.exe. A.so contains a bug that is addressed by B.so, that is, say:[详细]
2023-04-12 13:33 分类:问答What is the difference between the various compiler debug flags?
I have found the list of ifort debug flags. However, I am开发者_JAVA百科 confused about some explanation of debug flags. As it stated, -debug can be configured as all, full, minimal and none. May I as[详细]
2023-04-03 14:21 分类:问答Progress bar is not being written continuously in ifort while it is in gfortran
I have wrote a genetic algorithm in Fortran to be able to compute with a long double precision a generic fitness function. The first version (double precision) was written for gfortran where I impleme[详细]
2023-03-04 06:13 分类:问答ifort is not recognized as an internal or external command
I am compiling a code in Fortran using Visual Studio 2010 using Intel Visual Fortran and I continue to get this message. The installation was completed without errors, and i don\'t think I need add开发[详细]
2023-02-10 15:49 分类:问答I just built a static library in VS 2010, how can I determine the exported symbols?
I am using Intel Fortran Composer XE.I ju开发者_运维技巧st built a static library which I\'m trying to link against using the MS Visual Studio 2010 C++ compiler.Since my linking step isn\'t working, I[详细]
2023-02-09 18:39 分类:问答C++ / Fortran inter language ABI issues with older versions of GCC
We have managed to get our code building and running on Ubuntu 10.10. The code uses both C++ compiled with GCC 4.5 and fortran compiled with the latest version of ifort. We may be required to support[详细]
2023-02-09 18:19 分类:问答How to get best performance of 8 core system using INTEL fortran
Please let me know how to set INTEL fortran compiler option to gain the best performance of 8 core system for开发者_开发知识库 IA32 and X64 bits. Actually I want to execute a fortran program and take[详细]
2023-01-26 19:35 分类:问答Colorize ifort output
I know gcc produces colored output for the error messages. Does a similar fea开发者_JAVA技巧ture exist in ifort as well ?This is done by external tools which are placed on top of gcc so that they can[详细]
2023-01-26 06:48 分类:问答insane number of continuation lines in fortran (ifort)
apparently, a limit exists in the number of allowed continuation lines in Fortran compilers. I have a temporary pathological case (made for quick testing purposes) where I am required to initialize a[详细]
2023-01-25 06:25 分类:问答Pre-processing !DEC$ directives in gfortran
I\'ve got a large Fortran codebase that originally targeted Intel\'s compiler. I\'m now gearing up to compile with gfortran. Unfortunately, the code is littered with Intel-style pre-processing directi[详细]
2022-12-21 09:37 分类:问答