module design
I have two questions about "modules":1. For explicit procedure declaration(that is declaring a subroutine in a module), is it better to put every subroutine in a separate module, or putting more...
View ArticleInterface questions
I am currently modifying a windows/Fortran application to use Unicode text in all the menu's and dialogs and after a few technical issues this seems to be progressing OK.The SDK has two versions of all...
View Articleproblem getting IVF compiler running
I purchased the latest version of IVF compiler for Windows 8 last week, having already checked out the trial version a couple of months ago. I believe I managed to download the code OK and even the...
View ArticleMemory used by extended types
Hello. I have found something weird in the memory used when a derived type extends another but I do not know if there is an explanation for this or if it is just a bug. The simplified program below...
View ArticleWindows 8.1: libifcoremd.dll is missing
I see the following Runtime Error Message when executing a simple program under Windows 8.1. Any suggestions? I did a clean install of Win 8.1 and all software....still have problem.. Runtime Error...
View ArticleInquire statement with -openmp option
Dear forum,I actually use Intel composer_xe_2013_sp1.2.144 with openMP.I separated the following issue from my software project. The program fails to execute in case of usingINQUIRE (FILE= ... ,...
View ArticleOMP_GET_WTIME and names as_is option
When testing Fortran with the ffte (Version 6.0; http://www.ffte.jp/) I came across the following issue:The code uses a call OMP_GET_WTIME for runtime measurement. When using everything without...
View ArticleFotran pointers traveling through C++ code
Dear all,I read a lot of tutorials about calling Fortran functions from C++ code, and I was wondering if it was possible to call a Fortran function from C++ code with pointers arguments that come from...
View ArticleIntel Visual Fortran XE 2013 and the TFS Build System
I have installed Intel Fortran XE 2013 SP 1 on our Build Server. I was expecting the TFS Build System (MSBuild) to be able to build my Intel Fortran XE 2013 SP 1 project. However I get a "must be...
View ArticleCompile under dos command line
I just purchased the Intel Visual Fortran composer XE 2013 SP1 for Windows with IMSL; OS Windows 7. What is the syntax to compile a fortran program directly in dos command line? (I try to avoid the MS...
View ArticleFinalizer with allocatable components
Hello,I am trying to understand how finalizers work in Fortran.I have written a minimal test program containing a derived type with just a final procedure and an allocatable component.It appears that...
View Article"Traveling" forrtl: severe(408): fort (2): error
I am using Intel Fortran Compiler 14.02.2.14.I am compiling with the following flags " -fpp -O0 -check all -traceback -g -vec-report0 -debug all -heap-arrays -ftrapuv".I keep on getting errors of the...
View ArticleUse of tiny / 2
I have been trying to understand the use of the intrinsic TRANSFER, to store a mixture of integer and real values in an integer array and then recover them. I had hoped to do this in a more standard...
View ArticleWarning 10182
Which compiler switches are causing this warning, and where do I find them in VS?warning #10182: disabling optimization; runtime debug checks enabledThanks,David
View ArticleWhy the result depends on -g option and type of function
Just a small program. REAL(8) FUNCTION DUMMY(i) implicit none integer, intent(in) :: i DUMMY=dble(i) write(*,*) 'i=', dble(i),'res=',DUMMY RETURN END FUNCTION program test real(8) :: xxx xxx=DUMMY(2)...
View ArticleMPICH2-1.5 Install problem - help!
I am trying to install mpich2-1.5 on my linux system (RHEL 6.5) but I can'tThe configure failed showingconfigure error: ***** Incompatible Fortran and C Object File Types! *****F77 object file type...
View Articleifort 14.0.2 bug prevents scipy tests to pass
I've tried to use Intel MKL with numpy 1.8.0 and scipy 0.13.3 python packages.When I use -O2 option for ifort scipy tests in scipy.odr subpackage fails everytime.Using -O1 instead of -O2 results in...
View Articleerror PRJ0019 for 'link' tool
I have error PRJ0019 during linking my quickwin project (possibly for 'link' tool). This error comes only in x64 platform (not in 32 bit) The objectivesIntel(R) Visual Fortran Compiler XE 12.1.1.258...
View ArticleHelp with Fortran Wrapper that Interfaces with C Library
Dear Fortran Gurus,Let me begin with a disclaimer. I'm not a Fortran developer, but a library that I've written has been adopted by some parallel scientific codes written in Fortran, so I thought I...
View ArticleUMAT subroutine usage
Hi,I need to develop a UMAT subroutine for inputting a material model into ABAQUS.I interfaced ABAQUS 10.1, Visual studio 2008 and Fortran 11.1 successfully(PFA image of abaqus cmd showing PASS)I then...
View Article