Input data file with columns divided in blocks
Hello all,I need to read a 62x14 table which is generated by an external program. However the external program splits the table in two parts, showing the first 10 columns and the remaining columns just...
View ArticleSystem and SystemQQ: what am I doing wrong?
Hi,I want to do something that is quite simple (I reckon). I must go up one folder level, chdir to another folder and then delete one existing file in this latter folder. What I'm doing is the...
View ArticleFortran calling C++ stdcall DLL
Why can I link my Intel Fortran dll (sum_if.dll) to my Fortran (sum_test) but not my C++ one (sum_cpp.dll)? All are accepted as STDCAL DLLs by other software e.g. Excel VBA (in the attached...
View ArticleFree Intel Fortran for students is back!
Intel Fortran is now available under a free, non-commercial license for qualified students on Linux, OS X and WIndows. See https://software.intel.com/en-us/qualify-for-free-software/student for more...
View ArticleFree Intel Visual Fortran for students!
Intel Fortran is now available under a free, non-commercial license for qualified students on Linux, OS X and WIndows. See https://software.intel.com/en-us/qualify-for-free-software/student for more...
View ArticleModules and subroutines
Hello everyone,I am new to fortran.. I am facing difficulty in calling subroutine and module from main program. When I run the program , its gives error about line 95 d.sometimes it gives error SALFORD...
View ArticleDebugger jumps into memcpy.asm
I am just going through my program in debug mode. Currently I have the problem, that when a value is assigned to a variable, the debugger jumps into memcpy.asm. I don't want to see this!I think...
View Article!OMP SIMD useage
This useful new feature seams only possible on explicit do loops. Why was it not thought to be useful for implicit loops, i.e array assignment ? Is it too hard to implement ?
View Articleconvert where to if else style code in fortran.
hi below is the code I rewrote(with do loops) and further down(with where statements) is the original code. The code seems to be producing differnt values for WORK arrays over time. How to resolve this...
View ArticleCompiler bug - stream formatted nonadvancing read
Hello,I'd like to report a possible bug in Fortran Intel Compiler - it seems it doesn't read correctly data in nonadvancing way on a file opened as a formatted stream.Please consider the attached...
View ArticleLNK2005 error when compiling for Debug x64 (mixed C++/Fortran)
Hi all, I'm attempting to recompile a mixed C++/Fortran project for a x64 platform / Debug configuration but keep running into a LNK2005 error. The Fortran code is compiled to a static library while...
View ArticleA bug report
Dear developers,I would like to report a bug in ifort version 15.0.3 in SUSE Linux Enterprise Server 11.3(x86_64):--- program t implicit none integer, parameter :: o2d(1)=1 integer ::...
View ArticleManifest Tool: Same option settings, different command line
In two projects I have the same property settings of the manifest tool. Nevertheless I get different command lines. I have thought, the command line is just a summary of the settings. Am I wrong?
View ArticleHow to tame the ancient arrays?
The description of problem: I have a very old subprogram which was written for Microsoft Fortran v.5 (DOS, pre-windows era). There are two arrays in program code. The dimensions, the array...
View ArticleRuntime issues in legacy multiple entry subroutines
Hi, I am in evaluation mode of your product on Windows and OS X. I am trying to get some legacy FORTRAN IV code running and I have issues with existing multiple entry point subroutines. Here is a basic...
View Articlecan build a DLL, but cannot run it on another pc
I have built a very simple DLL using Intel fortran. I can successfully call a routine in it from an Excel visual basic macro on my own computer, but not on another computer. I get a message about...
View ArticleIs it possible to call C# directly from Fortran?
Hello,I know its possible to call C# from Fortran via C++. but was wondering do we some direct way to do it with the new intel compiler 2015?Thanks
View ArticleBuilding Linux exectuable
Dear all, I hope this is the correct forum to ask this question. I have built my fortran exectuable on Windows 7 using Parallel Studio XE 2011 with VS 2010. Now I will need to build a linux exectuable...
View ArticleCreating .exe file from Fortran
Hi, So I am very new to Fortran and just started working with Microsoft Visual Studio.I was wondering how it is possible to export the code as .exe so it would be readable by other computers with no...
View ArticlePolymorphic Pointers
I am trying to use pointers to create links between objects. Using Fortran and here is the code piece: module base_pars_module type,abstract,public :: base_pars end type end module module...
View Article