Fortran Compiler Undefined Reference to Main
Hello All, I am trying to compile CP2K using the Intel(R) Fortran 64 Compiler XE compiler. To optimize my code I have been playing with some of the compilation flags. When I add the flags -xSSE2...
View ArticleTrying to learn Dialog Box using Fortran
I was trying to learn how to add a dialog box to my 25 year old Fortran code. I was trying to follow along with this guide:https://software.intel.com/en-us/node/535386I have this version of Visual...
View ArticleIntel Parallel Studio XE 2016 Update 1 for Windows - very slow compile time
I have tried compiling a large code under both Visual Studio and Cygwin environments using this FORTRAN compiler. It is too slow to be usable. Whereas ifort 12.1(8) took 1-3 seconds per routine this...
View ArticleMac OS X installer problem
So, I downloaded the latest installer image <m_fcompxe_2016.1.043.dmg>. Installed the latest Xcode (7.1.1) and also the command line developer tools. Then opened the Intel Fortran installer image...
View ArticleIVF XE16 Update 1 with VS2013 and VS2015 parallel
HelloIVF XE16 Update 1 works fine with my Visual Studio 2013.But with Visual Studio 2015 I can not link (I can only compile).Error message --> LINK : fatal error LNK1104: cannot open file...
View ArticleCHDIR does not set the directory before open
In an application I am opening different files residing in different folders. To perform the assignment, I try to force Windows to display the correct folder. in the way that if I want to open an .INP...
View ArticleCompiler optimization reports
I was wondering if there is (or there are plans for) a feature built in to the Intel compilers that would combine compiler optimization reports with source code listings, as with the VecAnalysis script...
View ArticleJavascript needed?
Steve mentioned on the linux forum that there should be a replacement for the vecanalysis script of ifort 12/13 in the current versions under Visual Studio. Does this require installing Javascript? I...
View ArticleIntel Visual Compiler integration issue
I have a really big problem about using intel fortran compiler within microsoft visual studio 2013. There is no Intel Visual Fortran section in my Visual Studio and I think it is just because the...
View Articleinternal compiler error
I am using Intel(R) Visual Fortran Compiler 16.0.1.146. When I compile the following sample program, the compiler crashes with:fortcom: Fatal: There has been an internal compiler error (C0000005).The...
View ArticleFortran C interoperability: Returning string from Fortran to C
Hi, I'm building a C wrapper for my Fortran simulator to be used in Python. I made this function that takes the number of an element and returns its name:type(c_ptr) function get_elem_name(i) bind(C,...
View Articlehow to set up configuration for only using ifort on console line?
I try to use ifort in a linux like environment (say using mingw) under windows 7. I just need the most basic functionality of the compiler (ifort, mkl library, mpi/openmp). What product should I use...
View ArticleSporadic crashes/SAVE-Statement in Modules
HiI use "SAVE" in Fortran-Modules as a "global" statement: MODULE MYMODULE PARAMETER (LNG=21) REAL, dimension (1000 , LNG) :: NIEDZRY REAL, dimension (1000 , LNG) :: NIEDZRX save ...Does anybody know,...
View ArticleProblem running EXE on another PC
New problem for me. I compiled an old program as a console app and it runs fine on my PC. When I copied the EXE over to the network and get someone else to run it, he gets an error that it can't run...
View ArticleExport Fortran arrays during debug in Visual Studio 2012 - Fortran array...
I would like to export some array for comparing reason. The export should be done during the debug, of course when the code is stopped in an interruption point.I know if I go with the mouse on the...
View ArticleBug in Intel Fortran compiler when Run-Time\Runtime Error Checking = All?
In Debug version, if you have selected in project properties Run-Time\Runtime Error Checking = All, the program crashes immediately when started. The error message in the dialog is about not able to...
View ArticleVS2015 Update 1 is there
Dear all,I took the risk to install update 1 of VS2015 today. I'm happy to say, that it works without any problems at my machine. PSXE 2016 update 1 runs fine. Even better, the problem with the wrong...
View ArticleCan't use intrinsic MAX with more than 9 arguments
I've found that if I have overloaded the intrinsic MAX function with any arbitrary function, I am no longer able to use the intrinsic MAX function with 10 or more arguments, but it still works for 2 to...
View ArticleCall Fortran from C
Hi, I have many codes in Fortran and I wrapped it by C to create .dylib in Mac and I can call it from Ruby On Rails. Recently we have lots of trouble with Mac Server and we want to transfer everything...
View ArticleCall Fortran from C
Hi,I am trying to learn how to call Fortran from C, I am able to create .so file from C and call it from Ruby On Rails,the C code is:#include <stdio.h> #include <stdlib.h> #include...
View Article